浏览代码

默认黑色

duy 2 年之前
父节点
当前提交
f690da4aad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/config/app.js

+ 1 - 1
src/config/app.js

@@ -2,6 +2,6 @@ import theme from './theme';
 
 //默认配置
 export default {
-    theme: 'light', //用户可选择类型:auto,light, dark
+    theme: 'dark', //用户可选择类型:auto,light, dark
     color: theme.color[1]
 }