完善阅读器主题与批注界面

This commit is contained in:
shenlei
2026-07-13 13:01:14 +09:00
parent adc24d3f36
commit 6a0a1223b1
22 changed files with 133 additions and 189 deletions
@@ -37,10 +37,13 @@ public protocol RDEPUBReaderBottomToolViewProtocol: AnyObject {
///
var onShowBookmarks: (() -> Void)? { get set }
///
/// 线 /
var onShowHighlights: (() -> Void)? { get set }
/// /
/// /
///
///
@available(*, deprecated, message: "Use the text selection menu to create annotations.")
var onAddHighlight: (() -> Void)? { get set }
///
@@ -55,10 +58,13 @@ public protocol RDEPUBReaderBottomToolViewProtocol: AnyObject {
///
func setBookmarksEnabled(_ isEnabled: Bool)
///
///
///
///
@available(*, deprecated, message: "Use the text selection menu to create annotations.")
func setAddHighlightEnabled(_ isEnabled: Bool)
///
///
func setHighlightsEnabled(_ isEnabled: Bool)
}