From 82e8417b9a70023e2a917ebc0c4d31ae6c59422b Mon Sep 17 00:00:00 2001 From: zhulinyv Date: Sun, 14 May 2023 07:23:56 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=AD=BE=E5=88=B0?= =?UTF-8?q?=20(#2013)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index dfceb0d5..e5e561e7 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5690,5 +5690,24 @@ "homepage": "https://github.com/mute23-code/nonebot_plugin_og", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_hoshino_sign", + "project_link": "nonebot-plugin-hoshino-sign", + "name": "签到", + "desc": "从 hoshino 搬过来的 pcr 签到, 略作修改。", + "author": "zhulinyv", + "homepage": "https://github.com/zhulinyv/nonebot_plugin_hoshino_sign", + "tags": [ + { + "label": "PCR", + "color": "#ff0000" + }, + { + "label": "签到", + "color": "#008000" + } + ], + "is_official": false } ]