公告板
版本库
filestore
活动
搜索
登录
main
/
power_system_for_sx
山西电力前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
U 修改
he wei
43 分钟以前
7102b09561443f8c66bdcbecafac1706afc113fd
[power_system_for_sx.git]
/
src
/
utils
/
const
/
const_theme.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export default [
{
label: '默认主题',
value: 'default'
},
{
label: '暗黑主题',
value: 'dark'
},
{
label: '科技主题',
value: 'blue-theme'
}
];