From b369a75195a37e4d67aa9cecdd8dbe4ad93689ba Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 07 九月 2026 16:05:46 +0800
Subject: [PATCH] feat(purchase): 优化采购计划表单并添加库存预警建议功能

---
 src/main.ts |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index e208cd2..2eb3d72 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -3,7 +3,6 @@
 
 import { overridesPreferences, preferencesExtension } from './preferences';
 
-declare const __APP_LOGO__: string;
 declare const __APP_FAVICON__: string;
 
 /**
@@ -23,10 +22,12 @@
     overrides: overridesPreferences,
   });
 
-  // 寮哄埗瑕嗙洊鍏徃 logo 鍜� favicon锛岀粫杩� localStorage 缂撳瓨
-  if (__APP_LOGO__) {
-    preferencesManager.updatePreferences({ logo: { source: __APP_LOGO__ } });
-  }
+  // 寮哄埗瑕嗙洊鍏徃 logo 鍜屽悕绉帮紝閬垮厤鏃х紦瀛樻仮澶嶅巻鍙插搧鐗岄厤缃�
+  preferencesManager.updatePreferences({
+    app: { name: '鏂伴珮鐢靛姏鏅洪�犲钩鍙�' },
+    copyright: { companyName: '鏂伴珮鐢靛姏鏅洪�犲钩鍙�' },
+    logo: { source: '/logos/xgdl.svg' },
+  });
   if (__APP_FAVICON__) {
     const link = document.querySelector('link[rel="icon"]');
     if (link) {

--
Gitblit v1.9.3