refactor: 重构主题色配置,多标签配置化处理

This commit is contained in:
张传龙
2022-04-10 23:20:28 +08:00
parent 0d240f083a
commit b3aa8147b1
11 changed files with 44 additions and 40 deletions

1
src/settings/index.js Normal file
View File

@@ -0,0 +1 @@
export { default as themeSettings } from './theme.json'

14
src/settings/theme.json Normal file
View File

@@ -0,0 +1,14 @@
{
"tags": {
"visible": true,
"height": 50
},
"header": {
"height": 60
},
"naiveThemeOverrides": {
"common": {
"primaryColor": "#316c72"
}
}
}