From 8ca72f3c647dad0e8899886d9e68b3bab6469004 Mon Sep 17 00:00:00 2001 From: ZM25XC Date: Tue, 25 Jul 2023 07:32:42 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20Bot=E4=B8=8A?= =?UTF-8?q?=E4=B8=8B=E7=BA=BF=E9=82=AE=E4=BB=B6=E9=80=9A=E7=9F=A5=20(#2213?= =?UTF-8?q?)?= 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 93215886..03a1546e 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6797,5 +6797,22 @@ "is_official": false, "type": "application", "supported_adapters": null + }, + { + "module_name": "nonebot_plugin_BotMailNotice", + "project_link": "nonebot-plugin-BotMailNotice", + "name": "Bot上下线邮件通知", + "desc": "Bot上下线发送邮件通知的插件", + "author": "ZM25XC", + "homepage": "https://github.com/ZM25XC/BotMailNotice", + "tags": [ + { + "label": "Mail", + "color": "#52e5ea" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": null } ]