From bd2f187c3f6e24576919e71c794cf8cb9f8c8bac Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 29 十二月 2022 11:21:41 +0800
Subject: [PATCH] 1.初级实现项目换肤功能
---
src/settings.js | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/src/settings.js b/src/settings.js
index 8f14f63..8c2deab 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -13,6 +13,17 @@
* @description Whether show the logo in sidebar
*/
sidebarLogo: false,
- tagsView: true // tagsView鏄鹃殣鎺у埗
+
+ /**
+ * @type {boolean} true | false
+ * @description Whether show the settings right-panel
+ */
+ showSettings: true,
+
+ /**
+ * @type {boolean} true | false
+ * @description Whether need tagsView
+ */
+ tagsView: true
}
--
Gitblit v1.9.3