zhangwencui
9 天以前 9f5e18cc415cd3fef13f105ffeabae3c01ba9665
src/settings.js
@@ -6,7 +6,7 @@
  /**
   * 侧边栏主题 深色主题theme-dark,浅色主题theme-light
   */
  sideTheme: 'theme-light',
  sideTheme: 'theme-light',
  /**
   * 是否系统布局配置
   */
@@ -15,7 +15,7 @@
  /**
   * 是否显示顶部导航
   */
  topNav: false,
  topNav: true,
  /**
   * 是否显示 tagsView
@@ -36,6 +36,10 @@
   * 是否显示动态标题
   */
  dynamicTitle: false,
  /**
   * 主题模式 auto跟随系统,light浅色,dark深色
   */
  darkMode: "light",
  /**
   * @type {string | array} 'production' | ['production', 'development']