From e6bd184ad8fda8cddbf867f0c81ceb9e12712d92 Mon Sep 17 00:00:00 2001 From: qsc20001102 Date: Thu, 23 Jul 2026 12:52:04 +0800 Subject: [PATCH] 11 --- main.py | 4 ++-- metadata.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index beed364..6463d92 100644 --- a/main.py +++ b/main.py @@ -17,8 +17,8 @@ from .core.fun_basic import load_as_base64 @register("astrbot_plugin_jx3", "fxdyz", "通过调用剑网三API接口获取游戏数据,处理发送。", - "2.6", - "https://github.com/qsc20001102/astrbot_plugin_jx3api" + "2.8", + "https://git.fxdyz.com/qsc20001102/astrbot_plugin_jx3" ) class Jx3ApiPlugin(Star): def __init__(self, context: Context, config: AstrBotConfig): diff --git a/metadata.yaml b/metadata.yaml index 4e8c944..539d3cf 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -1,9 +1,9 @@ name: astrbot_plugin_jx3 display_name: 剑网三游戏数据查询工具 desc: 通过接口调用剑网三API接口获取游戏数据,处理发送。 -version: v2.7 +version: v2.8 author: 飞翔大野猪 -repo: https://github.com/qsc20001102/astrbot_plugin_jx3 +repo: https://git.fxdyz.com/qsc20001102/astrbot_plugin_jx3 astrbot_version: ">=4.11.0" support_platforms: - aiocqhttp