From 03e89ae339ff9da3c620fae212b89c302fea5997 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 30 十二月 2022 16:52:59 +0800
Subject: [PATCH] 1.新增头部深色浅色颜色切换功能
---
src/settings.js | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/src/settings.js b/src/settings.js
index 8f14f63..56bf826 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -13,6 +13,19 @@
* @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 // 澶撮儴鑳屾櫙棰滆壊
}
--
Gitblit v1.9.3