From f9b5fece809a41f4f1bbf390bc869b05c19a134d Mon Sep 17 00:00:00 2001 From: GuGuMur Date: Sun, 3 Sep 2023 18:43:32 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=A3=AE=E7=A9=BA?= =?UTF-8?q?=E5=B2=9B=E6=98=8E=E6=97=A5=E6=96=B9=E8=88=9F=E7=AD=BE=E5=88=B0?= =?UTF-8?q?=E5=99=A8=20(#2339)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index f418bc61..3c11ce7f 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7270,5 +7270,36 @@ "is_official": false, "type": "application", "supported_adapters": null + }, + { + "module_name": "nonebot_plugin_skland_arksign", + "project_link": "nonebot-plugin-skland-arksign", + "name": "森空岛明日方舟签到器", + "desc": "私聊机器人以获得自动明日方舟森空岛签到服务", + "author": "GuGuMur", + "homepage": "https://github.com/GuGuMur/nonebot-plugin-skland-arksign", + "tags": [ + { + "label": "森空岛", + "color": "#c8eb21" + }, + { + "label": "明日方舟", + "color": "#111111" + }, + { + "label": "签到", + "color": "#ea5252" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": [ + "nonebot.adapters.kaiheila", + "nonebot.adapters.onebot.v11", + "nonebot.adapters.onebot.v12", + "nonebot.adapters.qqguild", + "nonebot.adapters.telegram" + ] } ]