🐛 修复 io record 解析错误的bug (#207)

This commit is contained in:
呵呵です
2023-11-23 20:07:57 +08:00
committed by GitHub
parent 805da8cd36
commit b6d63c9e7f

View File

@@ -12,7 +12,7 @@ class EndContext(BaseModel):
zero: bool
locked: bool
prev: int
frameoffset: int
frameoffset: int | None
class Clears(BaseModel):
singles: int
@@ -49,8 +49,8 @@ class EndContext(BaseModel):
holds: int | None
time: Time
score: int
zenlevel: int
zenprogress: int
zenlevel: int | None
zenprogress: int | None
level: int
combo: int
currentcombopower: int | None # WTF