fix(api): 使/beatmaps/{beatmap}/score能够正常工作
This commit is contained in:
@@ -36,7 +36,7 @@ class Rank(str, Enum):
|
||||
|
||||
class APIMod(BaseModel):
|
||||
acronym: str
|
||||
settings: dict[str, Any] = {}
|
||||
# settings: dict[str, Any] = {}
|
||||
|
||||
|
||||
# https://github.com/ppy/osu/blob/master/osu.Game/Rulesets/Scoring/HitResult.cs
|
||||
|
||||
Reference in New Issue
Block a user