2020-07-09 17:42:59 +08:00

12 lines
237 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 自定义配置,参考 ./default/setting.js需要自定义的属性在这里配置即可
module.exports = {
theme: {
color: '#13c2c2',
mode: 'dark',
},
animate: {
name: 'rotate',
direction: 'downLeft'
}
}