From d617508e3292eb679ca7c65e5303d4d8084e93f6 Mon Sep 17 00:00:00 2001 From: Agnes4m Date: Mon, 3 Jul 2023 10:02:20 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=BF=9C=E7=A8=8B?= =?UTF-8?q?=E5=90=8C=E6=84=8F=E5=A5=BD=E5=8F=8B=20(#2145)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 135d67c7..ace7ee36 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6892,5 +6892,17 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_friends", + "project_link": "nonebot-plugin-friends", + "name": "远程同意好友", + "desc": "自定义远程同意好友", + "author": "Agnes4m", + "homepage": "https://github.com/Agnes4m/nonebot_plugin_friends", + "tags": [], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]