export default { /** * ç½‘é¡µæ ‡é¢˜ */ title: import.meta.env.VITE_APP_TITLE, /** * ä¾§è¾¹æ 主题 深色主题theme-dark,浅色主题theme-light */ sideTheme: 'theme-dark', /** * 是å¦ç³»ç»Ÿå¸ƒå±€é…ç½® */ showSettings: false, /** * æ˜¯å¦æ˜¾ç¤ºé¡¶éƒ¨å¯¼èˆª */ topNav: false, /** * æ˜¯å¦æ˜¾ç¤º tagsView */ tagsView: true, /** * 是å¦å›ºå®šå¤´éƒ¨ */ fixedHeader: false, /** * æ˜¯å¦æ˜¾ç¤ºlogo */ sidebarLogo: true, /** * æ˜¯å¦æ˜¾ç¤ºåŠ¨æ€æ ‡é¢˜ */ dynamicTitle: false, /** * @type {string | array} 'production' | ['production', 'development'] * @description Need show err logs component. * The default is only used in the production env * If you want to also use it in dev, you can pass ['production', 'development'] */ errorLog: 'production' }