• Joined on 2026-05-02
wangdl commented on issue wangdl/zhixi-document-runtime#96 2026-06-08 19:40:06 +08:00
DOC-FULL-A7 P2 | Deserialize field rename 与 uniffi 兼容性验证

验证完成

结论

#[serde(rename)] + #[derive(uniffi::Enum)] 共存无冲突。

验证方法

1. serde 路径(已验证)

  • test_deserialize_from_camel_case_json —…
wangdl closed issue wangdl/zhixi-document-runtime#96 2026-06-08 19:40:06 +08:00
DOC-FULL-A7 P2 | Deserialize field rename 与 uniffi 兼容性验证
wangdl commented on issue wangdl/zhixi-document-runtime#95 2026-06-08 19:31:33 +08:00
DOC-FULL-A6 P1 | Session 无超时清理,内存泄漏

修复完成

问题

F6: start_reading_session_v2 创建的 session 永远留在 HashMap 中。iOS crash/被杀后无清理 → 内存泄漏。

修复

新增 `cleanup_stale_sessions_v…

wangdl closed issue wangdl/zhixi-document-runtime#95 2026-06-08 19:31:33 +08:00
DOC-FULL-A6 P1 | Session 无超时清理,内存泄漏
wangdl closed issue wangdl/zhixi-document-runtime#80 2026-06-07 22:01:56 +08:00
DOC-FULL-031 P1 | 文档:ReadingEvent 协议 【status:partial】
wangdl closed issue wangdl/zhixi-document-runtime#81 2026-06-07 22:01:56 +08:00
DOC-FULL-032 P1 | 文档:Supported Formats 【status:partial】
wangdl closed issue wangdl/zhixi-document-runtime#82 2026-06-07 22:01:56 +08:00
DOC-FULL-033 P1 | 文档:FFI Troubleshooting 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#79 2026-06-07 22:01:54 +08:00
DOC-FULL-030 P1 | 文档:iOS 接入指南 【status:partial】
wangdl commented on issue wangdl/zhixi-document-runtime#79 2026-06-07 22:01:12 +08:00
DOC-FULL-030 P1 | 文档:iOS 接入指南 【status:partial】

完成报告

更新内容

docs/ios-integration.md 新增 V2 API 章节:

  • ReadingMaterialRef 创建 + startSession 流程
  • 5 种事件推送(MaterialOpened/PositionChanged/Heartbeat/…
wangdl commented on issue wangdl/zhixi-document-runtime#80 2026-06-07 22:01:12 +08:00
DOC-FULL-031 P1 | 文档:ReadingEvent 协议 【status:partial】

完成报告

新增文档

docs/reading-event-protocol.md — 完整 V2 协议文档:

  • ReadingSessionV2 结构 + 生命周期(Active→Paused→Active→Closed)
  • ReadingMaterialRef…
wangdl commented on issue wangdl/zhixi-document-runtime#81 2026-06-07 22:01:12 +08:00
DOC-FULL-032 P1 | 文档:Supported Formats 【status:partial】

完成报告

更新内容

docs/supported-formats.md 新增:

  • 第二版(已支持):EPUB 元数据/章节列表 + PDF 元数据/页数检测 + Office 预览策略
  • EPUB…
wangdl commented on issue wangdl/zhixi-document-runtime#82 2026-06-07 22:01:12 +08:00
DOC-FULL-033 P1 | 文档:FFI Troubleshooting 【status:todo】

完成报告

新增文档

docs/ffi-troubleshooting.md — FFI 排错指南:

13 个常见问题 + 解决:

  1. No such module ZxDocumentRuntime
  2. Undefined symbol ffi_zx_document
wangdl closed issue wangdl/zhixi-document-runtime#85 2026-06-07 21:54:35 +08:00
DOC-FULL-012A P1 | Markdown 解析完整性验收 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#86 2026-06-07 21:54:35 +08:00
DOC-FULL-018A P1 | PDF / EPUB SearchResult 扩展 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#87 2026-06-07 21:54:35 +08:00
DOC-FULL-019A P1 | NoteAnchor 完整性验收 + from_search_result 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#88 2026-06-07 21:54:35 +08:00
DOC-FULL-036 P1 | Markdown Block 完整性测试 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#89 2026-06-07 21:54:35 +08:00
DOC-FULL-037 P1 | SearchResult → NoteAnchor 转换 【status:todo】
wangdl commented on issue wangdl/zhixi-document-runtime#89 2026-06-07 21:54:09 +08:00
DOC-FULL-037 P1 | SearchResult → NoteAnchor 转换 【status:todo】

验收完成(已于 #68/#69 实现)

验收内容

  • from_search_result(): SearchResult→SearchResultAnchor(#68 anchors.rs:101)
  • MarkdownBlock:block_id + snippet…
wangdl commented on issue wangdl/zhixi-document-runtime#85 2026-06-07 21:54:08 +08:00
DOC-FULL-012A P1 | Markdown 解析完整性验收 【status:todo】

验收完成

验收内容

  • 8 种 block 全部解析:Heading (h1/h2/h3) / Paragraph / List (ordered+unordered) / CodeBlock (rust) / Quote / Table (headers+rows) / Image (src+alt) /…
wangdl commented on issue wangdl/zhixi-document-runtime#86 2026-06-07 21:54:08 +08:00
DOC-FULL-018A P1 | PDF / EPUB SearchResult 扩展 【status:todo】

验收完成(已于 #67 实现 + #68/#69 补充)

验收内容

  • SearchResult 字段扩展:page_number?: u32 + chapter_id?: String(#67 search.rs:11-12)
  • PDF…