修改分页问题

This commit is contained in:
shen
2026-05-26 21:08:27 +08:00
parent 0e7d952fe5
commit 83b705b9ae
14 changed files with 227 additions and 50 deletions
@@ -123,7 +123,7 @@ final class ChapterPaginationArchive: NSObject, NSSecureCoding {
public final class RDEPUBTextBookCache {
///
public var schemaVersion: Int = 1
public var schemaVersion: Int = 4
/// 线
private let queue = DispatchQueue(label: "com.rdreader.textbookcache", qos: .utility)