Commit Graph

38 Commits

Author SHA1 Message Date
shen
44202357c0 refactor: split reader architecture and chrome handling 2026-05-31 21:47:54 +08:00
shen
ea21c6a831 epub问题修改 2026-05-26 23:27:52 +08:00
shen
22adb76332 fix(reader): restore tool views and close action 2026-05-26 21:41:04 +08:00
shen
736902b489 fix(reader): stabilize pagination display and page curl reuse 2026-05-26 21:37:39 +08:00
shen
83b705b9ae 修改分页问题 2026-05-26 21:08:27 +08:00
shen
0e7d952fe5 feat(epub): complete wxread parity scope 2026-05-26 09:19:37 +08:00
shen
23182e8b5a feat(epub): align wxread css and overlay pagination behavior 2026-05-25 22:15:24 +08:00
shen
c0aac56083 docs: 同步 Doc 文档与当前代码状态
- 更新模块文件数(EPUBCore 31+2, EPUBTextRendering 13, ReaderView 5, EPUBUI 19)
- 更新 Swift 版本(5.10)、iOS 版本(15.0)、行数等基本信息
- 补充新增文件文档(TextAnchor, RenderRequest, WebViewDebug, AssetRepository,
  TextIndexTable, TextPerformanceSampler, ChapterData, PageInteractionController 等)
- 更新 RDEPUBLocation 模型(新增 rangeAnchor 字段)
- 更新 RDEPUBReaderConfiguration(13 项配置)、Delegate 签名、Persistence(8 方法)
- 修正 RDURLReaderController 归属(ReaderView → EPUBUI)
- 移除过时的 LegacyRDReaderController 引用
- 标记 SS→RD 命名迁移为已完成
2026-05-25 20:31:10 +08:00
shen
54798ba578 refactor: 添加中文注释 + 优化模块结构
- 给全部 78 个 Swift 源文件添加详细的中文注释(文件级、类级、方法级)
- 删除 LegacyRDReaderController/ 死代码目录(16 文件 4592 行)
- 根目录翻页容器文件移入 ReaderView/ 目录
- Resources/ 移入 EPUBCore/Resources/(与使用者归属一致)
- RDEPUBTextIndexTable.swift 移入 EPUBTextRendering/(消除反向依赖)
- RDURLReaderController.swift 移入 EPUBUI/(入口控制器归入 UI 层)
- 更新 podspec 资源路径
2026-05-25 10:19:14 +08:00
shen
5af90c1148 文档名更新 2026-05-24 15:37:26 +08:00
shen
2a94921e88 feat(wxread): align pagination, rendering, and docs 2026-05-24 15:36:01 +08:00
shen
a318c0e3d0 feat(epub): align text rendering with WXRead 2026-05-24 09:56:32 +08:00
shen
5125b8de51 docs(08): research pagination cache, quality, and performance sampling 2026-05-23 22:35:16 +08:00
shen
22bb86959c docs(08): create phase plans for image display fix and pagination cache
3 plans covering QUAL-01 through QUAL-04:
- 08-01: pagination cache key + wiring into rendering pipeline
- 08-02: unified 1080x1920 max-size for all images, footnote width-only fix
- 08-03: pagination timing instrumentation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-23 18:43:41 +08:00
shen
86e6922f7b docs(08): create phase plan — image display fix, cache stub, perf sampling
Three plans for Phase 8 (分页质量、缓存与性能采样):
- 08-01: Pagination cache key struct and manager stub (QUAL-01)
- 08-02: Unified 1080x1920 max-size constraint for all images, footnote width-only sizing (QUAL-02, QUAL-03, QUAL-04)
- 08-03: Pagination timing instrumentation with [EPUB][Perf] diagnostic output (QUAL-04)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-23 18:30:56 +08:00
shen
26afb9f7dc docs(08): research image display fix for pagination quality
Research Phase 8 plan 08-02: image display fix in the native text
rendering path. Documents the unified max-size approach (1080x1920),
footnote width-only sizing, and three entry points that need changes.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-23 18:27:08 +08:00
shen
3e2669d8a8 目前阅读稳定版本,需要修改图片阅读方式 2026-05-23 15:50:53 +08:00
shen
d7339aa255 feat(07): close native text pagination semantics loop 2026-05-22 20:39:26 +08:00
shen
21c8bbb23a docs(07): create phase plan 2026-05-22 20:04:47 +08:00
shen
46fa9fceff docs(06): create phase plan 2026-05-22 14:20:33 +08:00
shen
7b5c77cedd docs(06): capture phase context 2026-05-22 14:10:58 +08:00
shen
bd4978266a docs: start milestone v1.1 WXRead 深化对齐 2026-05-22 13:59:26 +08:00
shen
1498e83ace chore: archive v1.0 milestone 2026-05-22 13:52:47 +08:00
shen
5698aeaead chore: checkpoint current milestone work 2026-05-22 13:28:53 +08:00
shen
6d196d64e5 docs(phase-01): add planning artifacts 2026-05-21 22:00:41 +08:00
shen
0870996ed0 docs(phase-01): complete phase execution 2026-05-21 22:00:21 +08:00
shen
6d7f02debd docs(01-02): complete refactor entry strategy plan 2026-05-21 21:58:52 +08:00
shen
cc2573552c docs(01-01): complete current engine audit plan 2026-05-21 21:56:54 +08:00
shen
743988a78b docs: add no-page-turning-change constraint 2026-05-21 21:13:13 +08:00
shen
43c3381e9b docs: update planning for direct reflowable engine rewrite 2026-05-21 21:08:21 +08:00
shen
c95d80e257 docs: add WXRead reflowable renderer design 2026-05-21 20:44:30 +08:00
shen
4daa3a6ed4 docs: add codebase map 2026-05-21 20:36:12 +08:00
shen
faa069ec99 chore: add project config 2026-05-21 20:35:52 +08:00
shen
26e6a1c94f docs: define requirements 2026-05-21 20:35:51 +08:00
shen
46a594a137 docs: add roadmap 2026-05-21 20:35:51 +08:00
shen
6f58eda143 docs: add state 2026-05-21 20:35:50 +08:00
shen
319a34da93 docs: initialize project 2026-05-21 20:35:33 +08:00
shen
daa36d8fe7 Epub阅读器0.0.1 2026-05-21 19:40:51 +08:00