From 21087036aff8f5de449112323218899bb4dfacea Mon Sep 17 00:00:00 2001 From: sena-nana Date: Sat, 27 Aug 2022 14:16:04 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=8F=8D=E9=A6=88?= =?UTF-8?q?=E5=8F=8A=E9=80=9A=E7=9F=A5=20(#1186)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index fc224428..4374f181 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2434,5 +2434,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot-plugin-send", + "project_link": "nonebot-plugin-send", + "name": "反馈及通知", + "desc": "用户通过bot向superuser发送反馈,以及bot向全群发送通知", + "author": "sena-nana", + "homepage": "https://github.com/sena-nana/MutsukiBot/tree/main/nonebot-plugin-send", + "tags": [ + { + "label": "send", + "color": "#ea5252" + }, + { + "label": "notice", + "color": "#ea5252" + }, + { + "label": "公告", + "color": "#ea5252" + } + ], + "is_official": false } ] \ No newline at end of file