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