chore: bump to 1.4.1

This commit is contained in:
sakuradairong
2026-05-17 19:38:11 +08:00
parent 4d2e3cfad9
commit 26ca2ca6f7
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# CHANGELOG
## 1.4.1 (2026-05-17)
### 修复
- 账号状态 `Innocent`PUBG API 对正常账号的返回值)不再被误标为封禁,正确显示 `✓ 账号状态: 正常`
## 1.4.0 (2026-05-17)
### 新增

View File

@@ -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):

View File

@@ -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