From 2b0a050226c0ddbd5a1b33f7fc97367c0ceba241 Mon Sep 17 00:00:00 2001 From: fuyang0811 Date: Wed, 9 Aug 2023 13:38:14 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=89=91=E7=BD=91?= =?UTF-8?q?=E4=B8=89=E6=9F=A5=E8=AF=A2=E5=92=8C=E6=8E=A8=E9=80=81=20(#2253?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index c07ab39e..c6b89b9b 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7037,5 +7037,26 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_jx3", + "project_link": "nonebot-plugin-jx3", + "name": "剑网三查询和推送", + "desc": "是一个使用 NoneBot 框架编写的插件,提供多种剑网三功能如日常查询,预测,金价查询,鲜花,公告,沙盘,jjc,黑市,骚话,奇遇,招募以及多种消息推送功能。", + "author": "fuyang0811", + "homepage": "https://github.com/fuyang0811/nonebot-plugin-jx3", + "tags": [ + { + "label": "剑网三", + "color": "#ea5252" + }, + { + "label": "jx3", + "color": "#ea5252" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]