This commit is contained in:
2025-08-21 13:43:42 +08:00
parent 84ffd021a2
commit eb20c59347
6 changed files with 162 additions and 3 deletions

View File

@@ -202,6 +202,3 @@ class Backend:
elif item == "错过的题":
self.global_filter +=" OR q.count > 3 "
self.global_filter += ")"