mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🐛 修复 io record 解析错误的bug
This commit is contained in:
@@ -52,11 +52,11 @@ class EndContext(BaseModel):
|
|||||||
zenprogress: int
|
zenprogress: int
|
||||||
level: int
|
level: int
|
||||||
combo: int
|
combo: int
|
||||||
currentcombopower: int # WTF
|
currentcombopower: int | None # WTF
|
||||||
topcombo: int
|
topcombo: int
|
||||||
btb: int
|
btb: int
|
||||||
topbtb: int
|
topbtb: int
|
||||||
currentbtbchainpower: int | None # WTF * 2 40l 里有 但是 blitz 没有
|
currentbtbchainpower: int | None # WTF * 2
|
||||||
tspins: int
|
tspins: int
|
||||||
piecesplaced: int
|
piecesplaced: int
|
||||||
clears: Clears
|
clears: Clears
|
||||||
|
|||||||
Reference in New Issue
Block a user