修复群昵称读取错误的问题

This commit is contained in:
xuncha
2026-02-01 00:07:38 +08:00
parent cffeeb26ec
commit 65365107f5
7 changed files with 62 additions and 13 deletions

View File

@@ -191,6 +191,7 @@ export interface ElectronAPI {
username: string
displayName: string
avatarUrl?: string
wechatId?: string
}>
error?: string
}>