You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
## 主题配置
|
|
|
|
|
theme:
|
|
|
|
|
## 默认主题色,对应 colors 配置中的 ID 标识
|
|
|
|
|
defaultColor: "2"
|
|
|
|
|
## 默认的菜单主题 dark-theme 黑 / light-theme 白
|
|
|
|
|
defaultMenu: "dark-theme"
|
|
|
|
|
## 默认的顶部主题 dark-theme 黑 / light-theme 白
|
|
|
|
|
defaultHeader: "light-theme"
|
|
|
|
|
## 是否允许用户切换主题,false 时关闭自定义主题面板
|
|
|
|
|
allowCustom: true
|
|
|
|
|
## 通栏配置
|
|
|
|
|
banner: false
|
|
|
|
|
## 主题色配置列表
|
|
|
|
|
colors:
|
|
|
|
|
- id: "1"
|
|
|
|
|
color: "#2d8cf0"
|
|
|
|
|
second: "#ecf5ff"
|
|
|
|
|
- id: "2"
|
|
|
|
|
color: "#36b368"
|
|
|
|
|
second: "#f0f9eb"
|
|
|
|
|
- id: "3"
|
|
|
|
|
color: "#f6ad55"
|
|
|
|
|
second: "#fdf6ec"
|
|
|
|
|
- id: "4"
|
|
|
|
|
color: "#f56c6c"
|
|
|
|
|
second: "#fef0f0"
|
|
|
|
|
- id: "5"
|
|
|
|
|
color: "#3963bc"
|
|
|
|
|
second: "#ecf5ff"
|
|
|
|
|
|
|
|
|
|
## 其他配置
|
|
|
|
|
other:
|
|
|
|
|
## 主页动画时长
|
|
|
|
|
keepLoad: "1200"
|
|
|
|
|
## 布局顶部主题
|
|
|
|
|
autoHead: false
|
|
|
|
|
## 页脚
|
|
|
|
|
footer: false
|
|
|
|
|
|