mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
feat: 完成主题切换,语言切换的本地存储
This commit is contained in:
+5
-1
@@ -1,6 +1,10 @@
|
||||
import { ThemeEnum } from '@/enums/styleEnum'
|
||||
|
||||
export interface DesignStateType {
|
||||
//深色主题
|
||||
// 是否是深色主题
|
||||
darkTheme: boolean;
|
||||
// 主题名称
|
||||
themeName: ThemeEnum;
|
||||
//系统风格
|
||||
appTheme: string;
|
||||
//系统内置风格
|
||||
|
||||
Reference in New Issue
Block a user