From e65eb3fb18f339364d5fe73ebbf69c3fd3131abe Mon Sep 17 00:00:00 2001 From: OREOCODEDEV Date: Thu, 29 Dec 2022 11:27:37 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=9F=A5=E8=AF=A2=20(#1512)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 7667f868..aef5a5b0 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3767,5 +3767,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_servicestate", + "project_link": "nonebot-plugin-servicestate", + "name": "服务状态查询", + "desc": "查询服务可用状态", + "author": "OREOCODEDEV", + "homepage": "https://github.com/OREOCODEDEV/nonebot-plugin-servicestate", + "tags": [ + { + "label": "a:onebot", + "color": "#ea5252" + }, + { + "label": "t:api", + "color": "#52ea7f" + }, + { + "label": "t:state", + "color": "#52cfea" + } + ], + "is_official": false } ]