From eac6b053ee622ecc8b2d740b81fe6546c25107bc Mon Sep 17 00:00:00 2001 From: xuncha <1658671838@qq.com> Date: Wed, 28 Jan 2026 20:35:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/services/exportService.ts | 10 ---------- src/pages/SettingsPage.tsx | 6 +++--- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/electron/services/exportService.ts b/electron/services/exportService.ts index 6df6819..c1c00ea 100644 --- a/electron/services/exportService.ts +++ b/electron/services/exportService.ts @@ -1961,16 +1961,6 @@ class ExportService { ? await this.getGroupNicknamesForRoom(sessionId) : new Map() - const contactCache = new Map() - const getContactCached = async (username: string) => { - if (contactCache.has(username)) { - return contactCache.get(username)! - } - const result = await wcdbService.getContact(username) - contactCache.set(username, result) - return result - } - // ========== 阶段3:构建消息列表 ========== onProgress?.({ current: 55, diff --git a/src/pages/SettingsPage.tsx b/src/pages/SettingsPage.tsx index 177a9fd..4951768 100644 --- a/src/pages/SettingsPage.tsx +++ b/src/pages/SettingsPage.tsx @@ -1118,8 +1118,8 @@ function SettingsPage() {
- - ?????????????????? 1-3 + + {'\u540c\u65f6\u5bfc\u51fa\u7684\u4f1a\u8bdd\u6570\u91cf\uff0c\u5efa\u8bae 1-3'}