| ¶Ô±ÈÐÂÎļþ |
| | |
| | | export default {
|
| | | /**
|
| | | * ç½é¡µæ é¢
|
| | | */
|
| | | title: import.meta.env.VITE_APP_TITLE,
|
| | | /**
|
| | | * ä¾§è¾¹æ ä¸»é¢ æ·±è²ä¸»é¢theme-darkï¼æµ
è²ä¸»é¢theme-light
|
| | | */
|
| | | sideTheme: 'theme-dark', |
| | | /**
|
| | | * æ¯å¦ç³»ç»å¸å±é
ç½®
|
| | | */
|
| | | showSettings: true,
|
| | |
|
| | | /**
|
| | | * æ¯å¦æ¾ç¤ºé¡¶é¨å¯¼èª
|
| | | */
|
| | | topNav: false,
|
| | |
|
| | | /**
|
| | | * æ¯å¦æ¾ç¤º tagsView
|
| | | */
|
| | | tagsView: true,
|
| | |
|
| | | /**
|
| | | * æ¯å¦åºå®å¤´é¨
|
| | | */
|
| | | fixedHeader: true,
|
| | |
|
| | | /**
|
| | | * æ¯å¦æ¾ç¤ºlogo
|
| | | */
|
| | | sidebarLogo: true,
|
| | |
|
| | | /**
|
| | | * æ¯å¦æ¾ç¤ºå¨ææ é¢
|
| | | */
|
| | | dynamicTitle: false,
|
| | | /**
|
| | | * 䏻颿¨¡å¼ autoè·éç³»ç»ï¼lightæµ
è²ï¼darkæ·±è²
|
| | | */
|
| | | darkMode: "light", |
| | |
|
| | | /**
|
| | | * @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'
|
| | | }
|