From 5cf6b93984eb8a1f30be65de527d9db9f4f98bab 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 9515b000..f9ef75ed 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 } ]