refactor: 重构主题色配置,多标签配置化处理
This commit is contained in:
1
src/settings/index.js
Normal file
1
src/settings/index.js
Normal file
@@ -0,0 +1 @@
|
||||
export { default as themeSettings } from './theme.json'
|
14
src/settings/theme.json
Normal file
14
src/settings/theme.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"tags": {
|
||||
"visible": true,
|
||||
"height": 50
|
||||
},
|
||||
"header": {
|
||||
"height": 60
|
||||
},
|
||||
"naiveThemeOverrides": {
|
||||
"common": {
|
||||
"primaryColor": "#316c72"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user