From a60d1520e66d10c79981f6646963d3787f52f4d6 Mon Sep 17 00:00:00 2001 From: tomorinao-www Date: Sun, 27 Aug 2023 23:11:03 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81=20(#2301)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 3030693a..bc47438b 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7227,5 +7227,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_qrcode2", + "project_link": "nonebot-plugin-qrcode2", + "name": "二维码", + "desc": "通过pyzbar解析二维码", + "author": "tomorinao-www", + "homepage": "https://github.com/tomorinao-www/nonebot-plugin-qrcode2", + "tags": [ + { + "label": "qrcode", + "color": "#f541dc" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]