From 485706267e7d60aaca6347cd201e3fe7a0b205ca Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Tue, 6 Aug 2024 01:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E6=9B=B4=E6=96=B0=20TETR.IO=20s?= =?UTF-8?q?ummaries=20solo=20=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../games/tetrio/api/schemas/summaries/solo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/summaries/solo.py b/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/summaries/solo.py index 0b56777..c2300a7 100644 --- a/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/summaries/solo.py +++ b/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/summaries/solo.py @@ -39,13 +39,13 @@ class Garbage(BaseModel): class Stats(BaseModel): - seed: int + seed: int | None = None # ?: 不知道是之后都没有了还是还会有 lines: int level_lines: int level_lines_needed: int inputs: int holds: int - time: Time + time: Time | None = None # ?: 不知道是之后都没有了还是还会有 score: int zenlevel: int zenprogress: int