mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🐛 修爆炸
This commit is contained in:
@@ -16,16 +16,17 @@ class BaseLeague(BaseModel):
|
|||||||
bestrank: ValidRank
|
bestrank: ValidRank
|
||||||
glicko: float
|
glicko: float
|
||||||
rd: float
|
rd: float
|
||||||
pps: float
|
|
||||||
decaying: bool
|
decaying: bool
|
||||||
|
|
||||||
|
|
||||||
class InvalidLeague(BaseLeague):
|
class InvalidLeague(BaseLeague):
|
||||||
|
pps: float | None
|
||||||
apm: None
|
apm: None
|
||||||
vs: None
|
vs: None
|
||||||
|
|
||||||
|
|
||||||
class League(BaseLeague):
|
class League(BaseLeague):
|
||||||
|
pps: float
|
||||||
apm: float
|
apm: float
|
||||||
vs: float
|
vs: float
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user