🟡 P2 | epub.rs / pdf.rs 空模块 — 仅注释无实现 #40
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
epub.rs 和 pdf.rs 只有描述性注释,无任何代码。MaterialType::Epub/Pdf 枚举值存在但对调用方无实际解析能力。iOS 侧遇到这些类型只能拿到类型标签,无法预览内容。
建议
位置
crates/zx_document_core/src/epub.rs
crates/zx_document_core/src/pdf.rs
审查结论 (2026-06-06)
结论
epub.rs: EPUB 解析已在 M5 里程碑规划中,当前是占位模块pdf.rs: iOS 已有 PDFKit/QuickLook 做平台预览,PDF 文本提取不在当前 scope状态
✅ 推迟至 M5 里程碑。