- 新增 RDEPUBReaderSearchCoordinator 与 RDEPUBSelectionState 管理搜索和选中状态 - 新增 BookmarkChromeStateTests、NavigationBackwardTests、SelectionAnnotateTests 等 UI 测试 - 新增多个边界测试 epub 样本(损坏结构、空归档、缺失文件、流式外链验证) - 重构阅读器 chrome 状态管理,统一 tool bar 与 search bar 交互 - 优化大书分页缓存策略(RDEPUBChapterSummaryDiskCache、RDEPUBPageCountCache) - 移除废弃的 RDEPUBLocationConverter 和 RDEPUBPageBreakPolicy - 更新 epub-bridge.js 与 JS bridge 通信协议 - 全面更新现有 UI 测试以适配新的 helper 和状态管理
37 lines
758 B
JSON
37 lines
758 B
JSON
{
|
|
"name": "RDReaderView",
|
|
"version": "0.0.1",
|
|
"summary": "A reader view for novel",
|
|
"platforms": {
|
|
"ios": "15.0"
|
|
},
|
|
"swift_versions": [
|
|
"5.10"
|
|
],
|
|
"homepage": "https://github.com/namesubai/RDReaderView.git",
|
|
"authors": {
|
|
"subai": "804663401@qq.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/namesubai/RDReaderView.git",
|
|
"tag": "0.0.1"
|
|
},
|
|
"license": "MIT",
|
|
"source_files": "Sources/RDReaderView/**/*.{swift}",
|
|
"resource_bundles": {
|
|
"RDReaderViewAssets": [
|
|
"Sources/RDReaderView/EPUBCore/Resources/**/*"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"ZIPFoundation": [
|
|
"~> 0.9"
|
|
],
|
|
"DTCoreText": [],
|
|
"SnapKit": [],
|
|
"SSAlertSwift": []
|
|
},
|
|
"requires_arc": true,
|
|
"swift_version": "5.10"
|
|
}
|