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

@@ -115,6 +115,7 @@ Fetcher 用于从 osu! 官方 API 获取数据,使用 osu! 官方 API 的 OAut
| `ENABLE_SUPPORTER_FOR_ALL_USERS` | 启用所有新注册用户的支持者状态 | `false` |
| `ENABLE_ALL_BEATMAP_LEADERBOARD` | 启用所有谱面的排行榜 | `false` |
| `ENABLE_ALL_BEATMAP_PP` | 允许任何谱面获得 PP | `false` |
| `SUSPICIOUS_SCORE_CHECK` | 启用可疑分数检查star>25&acc<80 或 pp>2300 | `true` |
| `SEASONAL_BACKGROUNDS` | 季节背景图 URL 列表 | `[]` |
### 存储服务设置