🐛 修复 io record 解析错误的bug

This commit is contained in:
2023-11-14 01:44:56 +08:00
parent 63afcf9ad1
commit ccb0bae32c

View File

@@ -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