From 9b164a6f5a52945996f6cf4ed750fb23af81223f Mon Sep 17 00:00:00 2001 From: canxin121 Date: Tue, 1 Aug 2023 18:24:51 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=B7=A8=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E8=B4=A6=E6=88=B7=E7=BB=91=E5=AE=9A=20(#2226)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 89c7bee56589..985535546f1b 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6879,5 +6879,32 @@ "is_official": false, "type": "application", "supported_adapters": null + }, + { + "module_name": "nonebot_plugin_bind", + "project_link": "nonebot-plugin-bind", + "name": "跨平台账户绑定", + "desc": "nonebot多适配器通用的跨平台账户绑定插件", + "author": "canxin121", + "homepage": "https://github.com/canxin121/nonebot_plugin_bind", + "tags": [ + { + "label": "跨平台", + "color": "#5289ea" + }, + { + "label": "账户绑定", + "color": "#6eb428" + } + ], + "is_official": false, + "type": "library", + "supported_adapters": [ + "nonebot.adapters.feishu", + "nonebot.adapters.kaiheila", + "nonebot.adapters.onebot.v11", + "nonebot.adapters.telegram", + "nonebot.adapters.villa" + ] } ]