From cd93ace0dd71a80f146a7fb6058536288651eec2 Mon Sep 17 00:00:00 2001 From: Monarchdos Date: Fri, 6 Jan 2023 03:00:11 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=BA=91=E7=AD=BE?= =?UTF-8?q?=E5=88=B0=20(#1549)?= 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 d5c82a89..f5d872f2 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3921,5 +3921,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_cloudsignx", + "project_link": "nonebot-plugin-cloudsignx", + "name": "云签到", + "desc": "基于云端的签到,所有插件使用者数据互通", + "author": "Monarchdos", + "homepage": "https://github.com/Monarchdos/nonebot_plugin_cloudsign", + "tags": [ + { + "label": "a:云签到", + "color": "#2be491" + }, + { + "label": "a:数据互通", + "color": "#3be42b" + } + ], + "is_official": false } ]