Go to file
shenlei 1bde945d36 将 PDF 划线/注释交互完整下沉到 SDK 库
- RDPDFReaderPageView:完整页面视图移入 SDK(缩放画布、文字选择层、
  选区放大镜、无障碍视口),并内置与 EPUB 一致的两套系统编辑菜单:
  选区菜单(复制/划线/注释)、已有划线菜单(复制/注释|删除注释/删除划线)
- RDPDFReaderPageViewDelegate:宿主只通过代理做数据持久化与打开业务界面
- 修复划线命中判定:点击点先归一化再与标注比例坐标比较
- 修复 tappedHighlight 残留导致选区菜单项被错误过滤的问题
- 主题应用改为纯颜色入参,SDK 不依赖 EPUB 主题类型
- RDPDFReaderHighlightOverlayView 恢复为纯绘制层,点击交互统一由页面视图处理
- Demo 删除 PDFDemoPageView(约 290 行),改为实现代理回调

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 10:33:43 +09:00
.claude/skills Epub阅读器0.0.1 2026-05-21 19:40:51 +08:00
.xcodebuildmcp feat(wxread): align pagination, rendering, and docs 2026-05-24 15:36:01 +08:00
Doc 清理重复 Podfile 配置 2026-07-13 16:09:45 +09:00
ReadViewDemo 将 PDF 划线/注释交互完整下沉到 SDK 库 2026-07-15 10:33:43 +09:00
scripts feat: EPUB 阅读器搜索、选中注释、书签 chrome 状态及大量重构优化 2026-06-13 22:48:56 +08:00
Sources 将 PDF 划线/注释交互完整下沉到 SDK 库 2026-07-15 10:33:43 +09:00
.gitignore refactor: rename RDReaderView -> RDEpubReaderView, update pod config and docs 2026-07-10 19:44:53 +09:00
AGENTS.md feat(wxread): align pagination, rendering, and docs 2026-05-24 15:36:01 +08:00
CODE_REVIEW.md refactor: rename RDReaderView -> RDEpubReaderView, update pod config and docs 2026-07-10 19:44:53 +09:00
CONTEXT.md Reorganize docs and update reader search flows 2026-06-10 08:22:07 +08:00
RDEpubReaderView.podspec refactor: rename RDReaderView -> RDEpubReaderView, update pod config and docs 2026-07-10 19:44:53 +09:00