• Joined on 2026-05-02
wangdl commented on issue wangdl/zhixi-document-runtime#87 2026-06-07 21:54:08 +08:00
DOC-FULL-019A P1 | NoteAnchor 完整性验收 + from_search_result 【status:todo】

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

验收内容

  • from_position(): 6 种 ReadingPosition→NoteAnchor(Markdown/Text/Pdf/Image/Epub/Unknown→Material)(#68 anchors.rs:60…
wangdl commented on issue wangdl/zhixi-document-runtime#88 2026-06-07 21:54:08 +08:00
DOC-FULL-036 P1 | Markdown Block 完整性测试 【status:todo】

验收完成(同 #85)

验收内容

  • 8 种 block 正确解析(#85 验收测试)
  • blockId 稳定(UUID v4,非空 + 唯一)
  • heading level(h1/h2/h3 分别验证…
wangdl closed issue wangdl/zhixi-document-runtime#71 2026-06-07 21:50:01 +08:00
DOC-FULL-015 P1 | PDF metadata / text / search 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#72 2026-06-07 21:50:01 +08:00
DOC-FULL-016 P1 | EPUB metadata / spine / toc / chapter 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#73 2026-06-07 21:50:01 +08:00
DOC-FULL-017 P1 | Office 文件预览策略模型 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#74 2026-06-07 21:50:01 +08:00
DOC-FULL-026 P1 | PDF / EPUB fixtures 【status:partial】
wangdl commented on issue wangdl/zhixi-document-runtime#71 2026-06-07 21:49:40 +08:00
DOC-FULL-015 P1 | PDF metadata / text / search 【status:todo】

完成报告

改动

  • pdf.rs (NEW): PdfMetadata (page_count/title/author/file_size) + PdfPageText (page_number/text)
  • pdf.rs: read_pdf_metadata() — 字节级 PDF 解析:`/Typ…
wangdl commented on issue wangdl/zhixi-document-runtime#72 2026-06-07 21:49:40 +08:00
DOC-FULL-016 P1 | EPUB metadata / spine / toc / chapter 【status:todo】

完成报告

改动

  • Cargo.toml: 新增 zip = "2" 依赖
  • epub.rs (REWRITE): EpubMetadata (title/author/chapter_count/file_size) + EpubChapter (chapter_id/title/path/play_order)…
wangdl commented on issue wangdl/zhixi-document-runtime#73 2026-06-07 21:49:40 +08:00
DOC-FULL-017 P1 | Office 文件预览策略模型 【status:todo】

完成报告

改动

  • office.rs (NEW): OfficePreviewStrategy 枚举 (PlatformPreview/ExternalOpen/ServerConvertedPdf/Unsupported)
  • office.rs: OfficePreviewConfig (material_type/str…
wangdl commented on issue wangdl/zhixi-document-runtime#74 2026-06-07 21:49:40 +08:00
DOC-FULL-026 P1 | PDF / EPUB fixtures 【status:partial】

完成报告

新增 fixtures

wangdl opened issue wangdl/zhixi-document-runtime#98 2026-06-07 21:49:07 +08:00
M-DOC-FULL P2
wangdl opened issue wangdl/zhixi-document-runtime#99 2026-06-07 21:49:07 +08:00
M-DOC-FULL P3
wangdl opened issue wangdl/zhixi-document-runtime#100 2026-06-07 21:49:07 +08:00
M-DOC-FULL P2
wangdl closed issue wangdl/zhixi-document-runtime#68 2026-06-07 21:04:18 +08:00
DOC-FULL-019 P0 | NoteAnchor 完整模型 【status:partial】
wangdl closed issue wangdl/zhixi-document-runtime#69 2026-06-07 21:04:18 +08:00
DOC-FULL-020 P0 | position → NoteAnchor 转换 【status:partial】
wangdl closed issue wangdl/zhixi-document-runtime#75 2026-06-07 21:04:18 +08:00
DOC-FULL-022 P0 | 阅读事件单元测试 【status:partial】
wangdl closed issue wangdl/zhixi-document-runtime#76 2026-06-07 21:04:18 +08:00
DOC-FULL-023 P0 | activeSecondsDelta 测试 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#77 2026-06-07 21:04:18 +08:00
DOC-FULL-024 P0 | EventBuffer ack 测试 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#78 2026-06-07 21:04:18 +08:00
DOC-FULL-025 P0 | FFI 集成测试 【status:todo】
wangdl commented on issue wangdl/zhixi-document-runtime#68 2026-06-07 21:03:58 +08:00
DOC-FULL-019 P0 | NoteAnchor 完整模型 【status:partial】

完成报告

改动文件

  • crates/zx_document_core/src/anchors.rs — NoteAnchor 枚举新增 SearchResultAnchor 变体(material_id + block_id/line_number/page_number/chapter_id +…