mirror of https://github.com/jackwener/wx-cli.git
- 引用消息(type=57)的 ref_content 可能是 HTML 转义的 XML,新增 unescape_html() 先反转义,再递归调用 parse_appmsg 解析嵌套结构 - 全局搜索遍历 msg_db_keys 时,单个 DB open/query 失败改为 eprintln+continue 而非传播错误,避免一个 corrupt cache 导致整个搜索失败 - search_in_table 失败也改为 skip 而非 abort |
||
|---|---|---|
| .. | ||
| cli | ||
| crypto | ||
| daemon | ||
| scanner | ||
| config.rs | ||
| ipc.rs | ||
| main.rs | ||