mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-18 12:07:01 +08:00
fix: 修复公众号消息读取与 Windows 中文路径兼容
- 支持从 biz_message 分片读取公众号聊天记录 - 在左侧栏增加独立的公众号折叠分组 - 为 Windows 中文数据目录建立 ASCII 路径桥接 (#12) - 补充公众号分片、侧栏分类和路径桥接测试
This commit is contained in:
@@ -3,6 +3,7 @@ export interface Contact {
|
||||
m_nsNickName: string
|
||||
md5: string
|
||||
type: 'user' | 'group'
|
||||
isOfficialAccount?: boolean
|
||||
avatar?: string
|
||||
wechatNickname?: string
|
||||
remark?: string
|
||||
|
||||
Reference in New Issue
Block a user