From 9a49354ddd2966640d46a1c911cc0874daec1729 Mon Sep 17 00:00:00 2001 From: syrinka Date: Sat, 30 Jul 2022 10:19:34 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E9=92=A9=E5=AD=90=20(#1114)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index fdfa1353..be367f50 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2087,5 +2087,24 @@ "homepage": "https://github.com/ziru-w/nonebot_plugin_easyCommand", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_report", + "project_link": "nonebot-plugin-report", + "name": "推送钩子", + "desc": "使用 webhook 向用户推送消息", + "author": "syrinka", + "homepage": "https://github.com/syrinka/nonebot-plugin-report", + "tags": [ + { + "label": "t:webhook", + "color": "#51b3a8" + }, + { + "label": "t:notify", + "color": "#3985f7" + } + ], + "is_official": false } ] \ No newline at end of file