feat(score): add simple suspicious score check
TODO: use another lib to check the beatmap is whether suspicious or not
This commit is contained in:
@@ -94,6 +94,7 @@ class Settings(BaseSettings):
|
||||
enable_supporter_for_all_users: bool = False
|
||||
enable_all_beatmap_leaderboard: bool = False
|
||||
enable_all_beatmap_pp: bool = False
|
||||
suspicious_score_check: bool = True
|
||||
seasonal_backgrounds: list[str] = []
|
||||
|
||||
# 存储设置
|
||||
|
||||
Reference in New Issue
Block a user