gongchunyi
2 天以前 7eca9a7beee1d41b0d1da5b1402517a6f8b93be4
src/settings.js
@@ -6,7 +6,7 @@
  /**
   * 侧边栏主题 深色主题theme-dark,浅色主题theme-light
   */
  sideTheme: 'theme-light',
  sideTheme: 'theme-dark',
  /**
   * 是否系统布局配置
   */
@@ -39,7 +39,7 @@
  /**
   * 主题模式 auto跟随系统,light浅色,dark深色
   */
  darkMode: "auto",
  darkMode: "light",
  /**
   * @type {string | array} 'production' | ['production', 'development']