Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 299c535310 | |||
| 9dca029d13 |
@@ -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"
|
||||||
|
|||||||
@@ -20,8 +20,8 @@
|
|||||||
<div class="feature"><div class="feature-name">关隘首领</div><div class="commands"><span class="command">关隘</span></div></div>
|
<div class="feature"><div class="feature-name">关隘首领</div><div class="commands"><span class="command">关隘</span></div></div>
|
||||||
<div class="feature"><div class="feature-name">赤兔</div><div class="commands"><span class="command">赤兔</span><span class="command">本周赤兔</span></div></div>
|
<div class="feature"><div class="feature-name">赤兔</div><div class="commands"><span class="command">赤兔</span><span class="command">本周赤兔</span></div></div>
|
||||||
<div class="feature"><div class="feature-name">阵营事件</div><div class="commands"><span class="command">阵营奉献 [阵营]</span></div></div>
|
<div class="feature"><div class="feature-name">阵营事件</div><div class="commands"><span class="command">阵营奉献 [阵营]</span></div></div>
|
||||||
<div class="feature"><div class="feature-name">烟花记录</div><div class="commands"><span class="command">烟花 区服 角色</span></div></div>
|
<div class="feature"><div class="feature-name">烟花记录</div><div class="commands"><span class="command">烟花 服务器 角色</span></div></div>
|
||||||
<div class="feature"><div class="feature-name">马场查询</div><div class="commands"><span class="command">刷马</span><span class="command">马场</span></div></div>
|
<div class="feature"><div class="feature-name">马场查询</div><div class="commands"><span class="command">刷马 服务器</span><span class="command">马场 服务器</span></div></div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user