src/settings.js
@@ -4,10 +4,6 @@ */ title: import.meta.env.VITE_APP_TITLE, /** * 侧边栏主题 深色主题theme-dark,浅色主题theme-light */ sideTheme: 'theme-dark', /** * 是否系统布局配置 */ showSettings: true, @@ -25,7 +21,7 @@ /** * 是否固定头部 */ fixedHeader: false, fixedHeader: true, /** * 是否显示logo @@ -36,6 +32,10 @@ * 是否显示动态标题 */ dynamicTitle: false, /** * 主题模式 auto跟随系统,light浅色,dark深色 */ darkMode: "auto", /** * @type {string | array} 'production' | ['production', 'development']