fix: 修复个人聊天界面和导出csv文件不显示名称问题,fix #1

This commit is contained in:
电摇小子
2026-01-04 15:53:26 +08:00
parent 55b792b23c
commit 02baed9bb6
4 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export interface UserContact {
export interface WechatMessage {
mesLocalID: string
mesDes: string
mesDes: number
messageType: string
msgCreateTime: string
msgContent: string