mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cbc96fc09e | |||
| 8e10cfe0d0 |
@@ -35,7 +35,7 @@ class Data(BaseModel):
|
|||||||
gxe: float
|
gxe: float
|
||||||
tr: float
|
tr: float
|
||||||
rank: Rank
|
rank: Rank
|
||||||
bestrank: ValidRank = Field('z')
|
bestrank: Rank = Field('z')
|
||||||
apm: float
|
apm: float
|
||||||
pps: float
|
pps: float
|
||||||
vs: float
|
vs: float
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ class TetraLeagueStatistic(BaseModel):
|
|||||||
|
|
||||||
class TetraLeague(BaseModel):
|
class TetraLeague(BaseModel):
|
||||||
rank: Rank
|
rank: Rank
|
||||||
highest_rank: ValidRank
|
highest_rank: Rank
|
||||||
|
|
||||||
tr: Number
|
tr: Number
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = 'nonebot-plugin-tetris-stats'
|
name = 'nonebot-plugin-tetris-stats'
|
||||||
version = '1.4.10'
|
version = '1.4.11'
|
||||||
description = '一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件'
|
description = '一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件'
|
||||||
authors = ['scdhh <wallfjjd@gmail.com>']
|
authors = ['scdhh <wallfjjd@gmail.com>']
|
||||||
readme = 'README.md'
|
readme = 'README.md'
|
||||||
|
|||||||
Reference in New Issue
Block a user