From b3d22ea8c484fae3a17962199a524778abba82a0 Mon Sep 17 00:00:00 2001 From: NumberSir Date: Sun, 12 Feb 2023 19:38:12 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=98=8E=E6=97=A5?= =?UTF-8?q?=E6=96=B9=E8=88=9F=E5=B7=A5=E5=85=B7=E7=AE=B1=20(#1697)?= 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 2d913581..f4a8ac99 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4321,5 +4321,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_arktools", + "project_link": "nonebot-plugin-arktools", + "name": "明日方舟工具箱", + "desc": "基于 OneBot 适配器的 NoneBot2 明日方舟小工具箱插件", + "author": "NumberSir", + "homepage": "https://github.com/NumberSir/nonebot_plugin_arktools", + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + }, + { + "label": "arknights", + "color": "#22bbff" + }, + { + "label": "t:game", + "color": "#db905e" + } + ], + "is_official": false } ]