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:
MingxuanGame
2025-08-14 07:44:13 +00:00
parent 48b075d99d
commit 2c7c761a44
4 changed files with 17 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ ENABLE_ALL_MODS_PP=false # 启用所有 Mod 的 PP 计算
ENABLE_SUPPORTER_FOR_ALL_USERS=false # 启用所有新注册用户的支持者状态
ENABLE_ALL_BEATMAP_LEADERBOARD=false # 启用所有谱面的排行榜(没有排行榜的谱面会以 APPROVED 状态返回)
ENABLE_ALL_BEATMAP_PP=false # 允许任何谱面获得 PP
SUSPICIOUS_SCORE_CHECK=true # 是否检查可疑的分数,默认开启
SEASONAL_BACKGROUNDS='[]' # 季节背景图 URL 列表
# 存储服务设置