From 448aca3072396a8304e3f297d1b4d94f2024f47f Mon Sep 17 00:00:00 2001 From: snowykami Date: Sun, 20 Oct 2024 11:21:43 +0800 Subject: [PATCH] :beers: publish plugin Gotify (#3042) --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 9515b000486a..f9ef75ed3b88 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -7360,5 +7360,21 @@ "author": "zhongwen-4", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_gotify", + "project_link": "nonebot-plugin-gotify", + "author": "snowykami", + "tags": [ + { + "label": "gotify", + "color": "#6eddff" + }, + { + "label": "通知推送", + "color": "#6eddff" + } + ], + "is_official": false } ]