feat(misc): support seasonal backgrounds

This commit is contained in:
MingxuanGame
2025-08-11 09:13:42 +00:00
parent b9babb8f24
commit 2f54ac262c
5 changed files with 29 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ class Settings(BaseSettings):
enable_all_mods_pp: bool = False
enable_supporter_for_all_users: bool = False
enable_all_beatmap_leaderboard: bool = False
seasonal_backgrounds: list[str] = []
@field_validator("fetcher_scopes", mode="before")
def validate_fetcher_scopes(cls, v: Any) -> list[str]: