mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🐛 修最佳段位为 z 爆炸
This commit is contained in:
@@ -35,7 +35,7 @@ class Data(BaseModel):
|
||||
gxe: float
|
||||
tr: float
|
||||
rank: Rank
|
||||
bestrank: ValidRank = Field('z')
|
||||
bestrank: Rank = Field('z')
|
||||
apm: float
|
||||
pps: float
|
||||
vs: float
|
||||
|
||||
@@ -53,7 +53,7 @@ class TetraLeagueStatistic(BaseModel):
|
||||
|
||||
class TetraLeague(BaseModel):
|
||||
rank: Rank
|
||||
highest_rank: ValidRank
|
||||
highest_rank: Rank
|
||||
|
||||
tr: Number
|
||||
|
||||
|
||||
Reference in New Issue
Block a user