更新阅读器功能与示例

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
@@ -72,6 +72,11 @@ final class RDEPUBReaderContext {
set { state.activeHighlights = newValue }
}
var transientHighlights: [RDEPUBHighlight] {
get { state.transientHighlights }
set { state.transientHighlights = newValue }
}
var currentBookIdentifier: String? {
get { state.currentBookIdentifier }
set { state.currentBookIdentifier = newValue }