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