修改分页问题
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user