From f8830d87fa6925569462bfb1bddfc6c74001061e Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 20 五月 2026 17:00:10 +0800
Subject: [PATCH] 销售台账的合同号可以自动生成或者自定义
---
src/settings.js | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/settings.js b/src/settings.js
index a9c3f98..276b2f6 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -6,7 +6,7 @@
/**
* 渚ц竟鏍忎富棰� 娣辫壊涓婚theme-dark锛屾祬鑹蹭富棰榯heme-light
*/
- sideTheme: 'theme-light',
+ sideTheme: 'theme-dark',
/**
* 鏄惁绯荤粺甯冨眬閰嶇疆
*/
@@ -30,12 +30,16 @@
/**
* 鏄惁鏄剧ずlogo
*/
- sidebarLogo: false,
+ sidebarLogo: true,
/**
* 鏄惁鏄剧ず鍔ㄦ�佹爣棰�
*/
dynamicTitle: false,
+ /**
+ * 涓婚妯″紡 auto璺熼殢绯荤粺锛宭ight娴呰壊锛宒ark娣辫壊
+ */
+ darkMode: "light",
/**
* @type {string | array} 'production' | ['production', 'development']
--
Gitblit v1.9.3