From 6b930cd7bec8502879e60b1045c30cf733ef8abd Mon Sep 17 00:00:00 2001 From: mnixry Date: Mon, 24 Jan 2022 13:41:00 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20NoneBot=E7=9A=84go?= =?UTF-8?q?-cqhttp=E5=90=AF=E5=8A=A8=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 5c5a706a..cb632a48 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1066,5 +1066,24 @@ "homepage": "https://github.com/he0119/nonebot-plugin-datastore", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_gocqhttp", + "project_link": "nonebot-plugin-gocqhttp", + "name": "NoneBot的go-cqhttp启动器", + "desc": "一款在NoneBot2中直接运行go-cqhttp的插件, 无需额外下载安装", + "author": "mnixry", + "homepage": "https://github.com/mnixry/nonebot-plugin-gocqhttp", + "tags": [ + { + "label": "a:onebot", + "color": "#ea5252" + }, + { + "label": "t:gocqhttp", + "color": "#eabd52" + } + ], + "is_official": false } ] \ No newline at end of file