mirror of
https://github.com/iczer/vue-antd-admin.git
synced 2025-08-26 16:22:12 +08:00
13 lines
263 B
JavaScript
13 lines
263 B
JavaScript
// 自定义配置,参考 ./default/setting.config.js,需要自定义的属性在这里配置即可
|
||
module.exports = {
|
||
theme: {
|
||
color: '#13c2c2',
|
||
mode: 'dark',
|
||
},
|
||
multiPage: true,
|
||
animate: {
|
||
name: 'lightSpeed',
|
||
direction: 'left'
|
||
}
|
||
}
|