From 8ef51154fd3f9ec5250b909af6ae4ac0521ea9f9 Mon Sep 17 00:00:00 2001 From: hanasa2023 Date: Sat, 14 Sep 2024 13:03:21 +0800 Subject: [PATCH] :beers: publish plugin weather-rank (#2948) --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index b09c359c..0bc9af3e 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6947,5 +6947,21 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_weather_rank", + "project_link": "nonebot-plugin-weather-rank", + "author": "hanasa2023", + "tags": [ + { + "label": "weather", + "color": "#43f1ff" + }, + { + "label": "天气", + "color": "#43f1ff" + } + ], + "is_official": false } ]