Reorganize docs and update reader search flows

This commit is contained in:
shenlei
2026-06-10 08:22:07 +08:00
parent 0e7c0577e3
commit d15187b730
72 changed files with 517 additions and 5214 deletions
@@ -37,9 +37,9 @@ public struct RDEPUBSelection: Codable, Equatable {
self.createdAt = createdAt
}
///
///
public var isEmpty: Bool {
text.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty || rangeInfo?.isEmpty != false
text.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty
}
}