Optimization of score calculation

This commit is contained in:
咕谷酱
2025-08-18 17:16:44 +08:00
parent e5f0cd1fd6
commit 7f512cec6e
8 changed files with 415 additions and 29 deletions

View File

@@ -32,8 +32,6 @@ class BeatmapsetFetcher(BaseFetcher):
q="",
s="leaderboard",
sort=sort, # type: ignore
# 不设置 nsfw 和 m让它们使用默认值
# 这样 exclude_defaults=True 时它们会被排除
)
homepage_queries.append((query, {}))