mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 抽离颜色列表组件
This commit is contained in:
@@ -4,8 +4,6 @@ import designColor from './designColor.json'
|
||||
// 默认语言
|
||||
export const lang = LangEnum.zh
|
||||
|
||||
// 主体色
|
||||
export const appThemeList = designColor
|
||||
|
||||
export const theme = {
|
||||
// 默认是否开启深色主题
|
||||
@@ -13,8 +11,6 @@ export const theme = {
|
||||
//默认主题色
|
||||
appTheme: '#51d6a9',
|
||||
appThemeDetail: null,
|
||||
//系统内置主题色列表
|
||||
appThemeList
|
||||
}
|
||||
|
||||
// dialog 图标的大小
|
||||
|
||||
Reference in New Issue
Block a user