From b1559eee428b8bb0c827133bde60d2dcfdc2a85e Mon Sep 17 00:00:00 2001 From: kexue-z Date: Tue, 1 Mar 2022 04:02:57 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81=E8=AF=86=E5=88=AB=E4=B8=8E=E5=8F=91=E9=80=81?= 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 c36889db..47bf6ea0 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1377,5 +1377,24 @@ "homepage": "https://github.com/Diaosi1111/nonebot_mockingbird_plugin", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_qrcode", + "project_link": "nonebot-plugin-qrcode", + "name": "二维码识别与发送", + "desc": "qq聊天二维码插件", + "author": "kexue-z", + "homepage": "https://github.com/kexue-z/nonebot-plugin-qrcode", + "tags": [ + { + "label": "a:onebot", + "color": "#ea5252" + }, + { + "label": "QRcode", + "color": "#0020ff" + } + ], + "is_official": false } ] \ No newline at end of file