公告板
版本库
filestore
活动
搜索
登录
main
/
docManageSystem
研发图纸文件管理系统-前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
U 软件已上传的源码包 共享给未上传的
he wei
2025-03-13
ec8d9f802eac6841165425b228ef56474636fa9a
[docManageSystem.git]
/
src
/
config
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
// 自定义配置,参考 ./default/setting.config.js,需要自定义的属性在这里配置即可
module.exports = {
theme: {
color: '#13c2c2',
mode: 'dark',
},
multiPage: true,
animate: {
name: 'lightSpeed',
direction: 'left'
}
}