From f3c578b9ed1d5f6b6271d3c03f9d30352a9c2c2c Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 31 五月 2023 17:28:30 +0800
Subject: [PATCH] 1.生产入库实现45%
---
src/settings.js | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/src/settings.js b/src/settings.js
index 8f14f63..1b3876e 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -13,6 +13,25 @@
* @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: true, // 宸︿晶鏍忚儗鏅鑹�
+
+ animationType: 'fade-transform'// 鍔ㄧ敾绫诲瀷 鍒濆绫诲瀷:fade-transform
}
--
Gitblit v1.9.3