Skip to content

Commit

Permalink
✏️ 修改字段别名
Browse files Browse the repository at this point in the history
  • Loading branch information
KomoriDev committed Jan 15, 2025
1 parent 491dcbb commit 45f2a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marisa/schemas/level.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class LevelInfo(BaseModel):
atk: int = Field(..., alias="ATK")
ac: int = Field(..., alias="AC")
spend: int | float
hp: int = Field(..., alias="hp")
hp: int = Field(..., alias="HP")
mp: int = Field(..., alias="MP")
comment: int
rate: int
Expand Down

0 comments on commit 45f2a8c

Please sign in to comment.