From 95faeea7f46a9d8f4817c8950c697835a463ec1b Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 31 十二月 2022 14:52:44 +0800
Subject: [PATCH] 1.项目页签图标替换
---
src/settings.js | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/src/settings.js b/src/settings.js
index 8f14f63..3679656 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -13,6 +13,23 @@
* @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,
+
+ headBackgroundColorValue: false, // 澶撮儴鑳屾櫙棰滆壊
+
+ menuIsHorizontal: false, // 鑿滃崟鏄惁鏄í灞�
+
+ leftBackgroundColorValue: false// 宸︿晶鏍忚儗鏅鑹�
}
--
Gitblit v1.9.3