From 756cde6525def727ae48471cd42eaea64892e5ef Mon Sep 17 00:00:00 2001 From: lgc2333 Date: Thu, 22 Sep 2022 20:04:31 +0000 Subject: [PATCH] :beers: publish plugin PicStatus (#1286) --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index bbcd6fd1..2d50512d 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2818,5 +2818,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_picstatus", + "project_link": "nonebot-plugin-picstatus", + "name": "PicStatus", + "desc": "服务器运行状态图片版", + "author": "lgc2333", + "homepage": "https://github.com/lgc2333/nonebot-plugin-picstatus", + "tags": [ + { + "label": "t:server", + "color": "#8bff00" + }, + { + "label": "a:OB V11", + "color": "#ff43c3" + } + ], + "is_official": false } ] \ No newline at end of file