duy vor 2 Jahren
Ursprung
Commit
f690da4aad
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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]
 }