mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 完成主题切换,语言切换的本地存储
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
export enum ThemeEnum {
|
||||
dark = 'dark',
|
||||
light = 'light'
|
||||
}
|
||||
}
|
||||
|
||||
export enum LangEnum {
|
||||
zh = 'zh',
|
||||
en = 'en'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user