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 } ]