This commit is contained in:
qsc
2026-02-12 16:01:58 +08:00
parent 33f921c40d
commit 0f7ada27ce
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,11 +17,11 @@
插件功能绝大部分都是用AI写的,又进行了调试。
插件数据依赖应天API提供接口,需要自行支持创建token密钥才可使用。(每天免费10000次调用)
## 更新记录
version: 1.0.0:大部分重要功能已经实现
version: 1.0.1:新增英雄的上榜战力查询,需要柠柚API。
## 功能特点
- **处理接口数据**:将接口返回的数据处理成,玩家能读懂的消息发送
+1 -1
View File
@@ -20,7 +20,7 @@ from .core.gok_commands import GOKCommands
@register("astrbot_plugin_gok",
"fxdyz",
"通过接口获取王者荣耀游戏数据",
"1.0.0",
"1.0.1",
"https://github.com/qsc20001102/astrbot_plugin_gok.git"
)
class GokApiPlugin(Star):
+1 -1
View File
@@ -1,6 +1,6 @@
name: astrbot_plugin_gok
display_name: 王者荣耀游戏数据查询工具
desc: 王者荣耀的战绩、资料等内容的查询
version: v1.0.0
version: v1.0.1
author: 飞翔大野猪
repo: https://github.com/qsc20001102/astrbot_plugin_gok