From 73d1b1966997011e2210702c303b6fca86f6ad18 Mon Sep 17 00:00:00 2001 From: Cypas Date: Mon, 24 Jul 2023 22:39:40 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20bot=E6=96=AD?= =?UTF-8?q?=E8=BF=9E=E9=80=9A=E7=9F=A5=20(#2211)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 5c469768..93215886 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6772,5 +6772,30 @@ "is_official": false, "type": "library", "supported_adapters": null + }, + { + "module_name": "nonebot_plugin_disconnect_notice", + "project_link": "nonebot-plugin-disconnect-notice", + "name": "bot断连通知", + "desc": "bot断连时的通知插件,当前支持邮件通知", + "author": "Cypas", + "homepage": "https://github.com/Cypas/nonebot_plugin_disconnect_notice", + "tags": [ + { + "label": "掉线通知", + "color": "#ea5252" + }, + { + "label": "邮件", + "color": "#52eaa4" + }, + { + "label": "通知", + "color": "#cbea52" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": null } ]