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
|
gxe: float
|
||||||
tr: float
|
tr: float
|
||||||
rank: Rank
|
rank: Rank
|
||||||
bestrank: ValidRank = Field('z')
|
bestrank: Rank = Field('z')
|
||||||
apm: float
|
apm: float
|
||||||
pps: float
|
pps: float
|
||||||
vs: float
|
vs: float
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ class TetraLeagueStatistic(BaseModel):
|
|||||||
|
|
||||||
class TetraLeague(BaseModel):
|
class TetraLeague(BaseModel):
|
||||||
rank: Rank
|
rank: Rank
|
||||||
highest_rank: ValidRank
|
highest_rank: Rank
|
||||||
|
|
||||||
tr: Number
|
tr: Number
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user