From b46bc2dba51a3885a68e4c58316b41a31ea16bb2 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 14 二月 2023 13:35:03 +0800
Subject: [PATCH] 1.存货档案修改

---
 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