Skip to content

Commit b75c429

Browse files
🔀 Merge pull request #198 from shoucandanghehe/dev
🔖 1.0.0.a2
2 parents 1b7e51b + 0daea46 commit b75c429

3 files changed

Lines changed: 95 additions & 39 deletions

File tree

nonebot_plugin_tetris_stats/game_data_processor/io_data_processor/schemas/user_records.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ class Finesse(BaseModel):
5252
zenprogress: int
5353
level: int
5454
combo: int
55-
currentcombopower: int # WTF
55+
currentcombopower: int | None # WTF
5656
topcombo: int
5757
btb: int
5858
topbtb: int
59-
currentbtbchainpower: int | None # WTF * 2 40l 里有 但是 blitz 没有
59+
currentbtbchainpower: int | None # WTF * 2
6060
tspins: int
6161
piecesplaced: int
6262
clears: Clears

poetry.lock

Lines changed: 91 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'nonebot-plugin-tetris-stats'
3-
version = '1.0.0.a1.post1'
3+
version = '1.0.0.a2'
44
description = '一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件'
55
authors = ['scdhh <wallfjjd@gmail.com>']
66
readme = 'README.md'
@@ -19,7 +19,7 @@ aiofiles = "^23.2.1"
1919
nonebot-plugin-orm = ">=0.1.1,<0.6.0"
2020
nonebot-plugin-localstore = "^0.5.1"
2121
httpx = "^0.25.0"
22-
nonebot-plugin-alconna = ">=0.30,<0.33"
22+
nonebot-plugin-alconna = ">=0.30,<0.34"
2323
nonebot-plugin-apscheduler = "^0.3.0"
2424

2525
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)