From 97fa0b4fe9a314ff4c264b9816fe79778fa7f7f7 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Sat, 14 May 2022 23:15:27 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=9B=BD=E5=86=85?= =?UTF-8?q?=E6=96=B0=E5=86=A0=E7=96=AB=E6=83=85=E6=95=B0=E6=8D=AE=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=20(#975)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: nicklly --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 213c962b..2b594cc4 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1614,5 +1614,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_covid", + "project_link": "nonebot-plugin-covid", + "name": "国内新冠疫情数据查询", + "desc": "查询国内各省份及下属地级市的疫情数据", + "author": "nicklly", + "homepage": "https://github.com/nicklly/nonebot2_covid_plugin", + "tags": [], + "is_official": false } ] \ No newline at end of file