mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-17 19:47:08 +08:00
fix: 修复聊天档案搜索误匹配微信内部 ID
- 移除隐藏 senderId 搜索字段,避免 xi 等关键词误命中 wxid - 保留发送者昵称、消息正文及结构化可见内容的搜索能力 - 新增 wxid 与可见正文匹配的回归测试
This commit is contained in:
@@ -940,7 +940,6 @@ const renderExportScript = (name: string): string => `
|
||||
const searchText = (message) => [
|
||||
message.exportConversationName,
|
||||
message.name,
|
||||
message.senderId,
|
||||
message.content,
|
||||
message.type,
|
||||
message.contentData && message.contentData.title,
|
||||
|
||||
Reference in New Issue
Block a user