From 1595cb282aab5399862fac6406b5de550863e3b6 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期一, 03 四月 2023 00:05:09 +0800 Subject: [PATCH] update 调整代码格式 --- src/settings.ts | 84 +++++++++++++++++++++--------------------- 1 files changed, 42 insertions(+), 42 deletions(-) diff --git a/src/settings.ts b/src/settings.ts index 25f7995..dd171e7 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -1,55 +1,55 @@ const setting: DefaultSettings = { - /** - * 缃戦〉鏍囬 - */ - title: import.meta.env.VITE_APP_TITLE, + /** + * 缃戦〉鏍囬 + */ + title: import.meta.env.VITE_APP_TITLE, - theme: '#409EFF', + theme: '#409EFF', - /** - * 渚ц竟鏍忎富棰� 娣辫壊涓婚theme-dark锛屾祬鑹蹭富棰榯heme-light - */ - sideTheme: 'theme-dark', - /** - * 鏄惁绯荤粺甯冨眬閰嶇疆 - */ - showSettings: false, + /** + * 渚ц竟鏍忎富棰� 娣辫壊涓婚theme-dark锛屾祬鑹蹭富棰榯heme-light + */ + sideTheme: 'theme-dark', + /** + * 鏄惁绯荤粺甯冨眬閰嶇疆 + */ + showSettings: false, - /** - * 鏄惁鏄剧ず椤堕儴瀵艰埅 - */ - topNav: false, + /** + * 鏄惁鏄剧ず椤堕儴瀵艰埅 + */ + topNav: false, - /** - * 鏄惁鏄剧ず tagsView - */ - tagsView: true, + /** + * 鏄惁鏄剧ず tagsView + */ + tagsView: true, - /** - * 鏄惁鍥哄畾澶撮儴 - */ - fixedHeader: false, + /** + * 鏄惁鍥哄畾澶撮儴 + */ + fixedHeader: false, - /** - * 鏄惁鏄剧ずlogo - */ - sidebarLogo: true, + /** + * 鏄惁鏄剧ずlogo + */ + sidebarLogo: true, - /** - * 鏄惁鏄剧ず鍔ㄦ�佹爣棰� - */ - dynamicTitle: false, + /** + * 鏄惁鏄剧ず鍔ㄦ�佹爣棰� + */ + 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', + /** + * @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', - animationEnable: false, + animationEnable: false, - dark: false + dark: false }; export default setting; -- Gitblit v1.9.3