chore: bump to 1.4.1
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 1.4.1 (2026-05-17)
|
||||
|
||||
### 修复
|
||||
- 账号状态 `Innocent`(PUBG API 对正常账号的返回值)不再被误标为封禁,正确显示 `✓ 账号状态: 正常`
|
||||
|
||||
## 1.4.0 (2026-05-17)
|
||||
|
||||
### 新增
|
||||
|
||||
2
main.py
2
main.py
@@ -447,7 +447,7 @@ async def _api_request(
|
||||
"astrbot_plugin_pubg",
|
||||
"sakuradairong",
|
||||
"PUBG 玩家战绩查询插件",
|
||||
"1.4.0",
|
||||
"1.4.1",
|
||||
"https://github.com/sakuradairong/astrbot_plugin_pubg",
|
||||
)
|
||||
class PubgPlugin(Star):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: astrbot_plugin_pubg
|
||||
display_name: PUBG 战绩查询
|
||||
desc: PUBG 玩家终身战绩与最近对局查询插件
|
||||
version: 1.4.0
|
||||
version: 1.4.1
|
||||
author: sakuradairong
|
||||
repo: https://github.com/sakuradairong/astrbot_plugin_pubg
|
||||
|
||||
Reference in New Issue
Block a user