From 10733e75201d2129a789524f6ff7126f355a95bc Mon Sep 17 00:00:00 2001 From: zjkwdy Date: Thu, 20 Jan 2022 04:05:30 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=A4=A9=E6=B0=94?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index c0fce7ed..cd4eaf86 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -939,5 +939,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_weather_lite", + "project_link": "nonebot-plugin-weather-lite", + "name": "天气查询", + "desc": "使用wttr.in的在线天气查询。", + "author": "zjkwdy", + "homepage": "https://github.com/zjkwdy/nonebot_plugin_weather_lite", + "tags": [ + { + "label": "t:天气", + "color": "#6ec3d9" + } + ], + "is_official": false } -] +] \ No newline at end of file