DOC-105 实现 ReadingPosition 模型 #10
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?
实现统一 ReadingPosition。支持:Markdown(block_id,scroll)、Text(line,scroll)、PDF(page,progress)、Image(zoom,offset)、EPUB(chapter,progress)
验收标准:ReadingPosition 支持 serde、能序列化/反序列化为 JSON、有单元测试覆盖所有类型
完成项
✅ ReadingPosition 模型已定义 + serde 往返测试
✅ 6 种位置类型全部覆盖
测试