更新阅读器功能与示例

This commit is contained in:
shen
2026-07-27 21:43:13 +08:00
parent 68d9363f0a
commit 9392027106
78 changed files with 8780 additions and 2084 deletions
@@ -140,6 +140,11 @@ public final class RDEPUBReaderController: UIViewController {
set { readerContext.activeHighlights = newValue }
}
var transientHighlights: [RDEPUBHighlight] {
get { readerContext.transientHighlights }
set { readerContext.transientHighlights = newValue }
}
lazy var topToolView = runtime.makeTopToolView()
lazy var bottomToolView = runtime.makeBottomToolView()