feat(mods): configure ranked mods by file (#49)

This commit is contained in:
MingxuanGame
2025-09-30 20:47:04 +08:00
committed by GitHub
parent 017b058e63
commit 860ebe9fa9
10 changed files with 259 additions and 85 deletions

View File

@@ -433,11 +433,6 @@ STORAGE_SETTINGS='{
),
"游戏设置",
]
enable_all_mods_pp: Annotated[
bool,
Field(default=False, description="启用所有 Mod 的 PP 计算"),
"游戏设置",
]
enable_supporter_for_all_users: Annotated[
bool,
Field(default=False, description="启用所有新注册用户的支持者状态"),