소스 검색

默认黑色

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]
 }