功能描述调整
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
## 更新记录
|
## 更新记录
|
||||||
|
|
||||||
|
### version: 3.2.2:
|
||||||
|
|
||||||
|
调整部分功能指令的描述
|
||||||
|
|
||||||
### version: 3.2.1:
|
### version: 3.2.1:
|
||||||
|
|
||||||
统一封装 JX3BOX Node、Next2 和 CMS 三类接口请求,集中处理基础地址、GET/POST、请求参数、返回字段提取与异常日志。
|
统一封装 JX3BOX Node、Next2 和 CMS 三类接口请求,集中处理基础地址、GET/POST、请求参数、返回字段提取与异常日志。
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ from .core.fun_basic import load_as_base64
|
|||||||
@register("astrbot_plugin_jx3",
|
@register("astrbot_plugin_jx3",
|
||||||
"fxdyz",
|
"fxdyz",
|
||||||
"聚合剑网三游戏数据,提供查询、图片渲染、本地避雷和后台推送。",
|
"聚合剑网三游戏数据,提供查询、图片渲染、本地避雷和后台推送。",
|
||||||
"3.2.1",
|
"3.2.2",
|
||||||
"https://github.com/qsc20001102/astrbot_plugin_jx3"
|
"https://github.com/qsc20001102/astrbot_plugin_jx3"
|
||||||
)
|
)
|
||||||
class Jx3ApiPlugin(Star):
|
class Jx3ApiPlugin(Star):
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
name: astrbot_plugin_jx3
|
name: astrbot_plugin_jx3
|
||||||
display_name: 剑网三游戏数据查询工具
|
display_name: 剑网三游戏数据查询工具
|
||||||
desc: 聚合剑网三游戏数据,提供查询、图片渲染、本地避雷和后台推送。
|
desc: 聚合剑网三游戏数据,提供查询、图片渲染、本地避雷和后台推送。
|
||||||
version: 3.2.1
|
version: 3.2.2
|
||||||
author: 飞翔大野猪
|
author: 飞翔大野猪
|
||||||
repo: https://github.com/qsc20001102/astrbot_plugin_jx3
|
repo: https://github.com/qsc20001102/astrbot_plugin_jx3
|
||||||
astrbot_version: ">=4.11.0"
|
astrbot_version: ">=4.11.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user