From b8856a0577e20750af08f79247b3cd3e32293f0c Mon Sep 17 00:00:00 2001 From: mobyw Date: Fri, 18 Aug 2023 13:37:54 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=8F=92=E4=BB=B6=20(#2272)?= 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 909deb7e..4d05f4d2 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7113,5 +7113,30 @@ "is_official": false, "type": "application", "supported_adapters": null + }, + { + "module_name": "nonebot_plugin_push", + "project_link": "nonebot-plugin-push", + "name": "消息推送插件", + "desc": "通过邮件、Feishu Webhook 等方式推送消息", + "author": "mobyw", + "homepage": "https://github.com/mobyw/nonebot-plugin-push", + "tags": [ + { + "label": "邮件", + "color": "#91c0bd" + }, + { + "label": "飞书", + "color": "#7aaccc" + }, + { + "label": "推送", + "color": "#9e97c4" + } + ], + "is_official": false, + "type": "library", + "supported_adapters": null } ]