From c6e69ddc176a26f3f7227d3ef067a0e7a8a559c4 Mon Sep 17 00:00:00 2001 From: RF-Tar-Railt Date: Fri, 12 May 2023 22:20:52 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=98=8E=E6=97=A5?= =?UTF-8?q?=E6=96=B9=E8=88=9F=E6=8A=BD=E5=8D=A1=E6=A8=A1=E6=8B=9F=20(#2004?= =?UTF-8?q?)?= 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 1d63cc49..5818d47f 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5642,5 +5642,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_arkgacha", + "project_link": "nonebot-plugin-arkgacha", + "name": "明日方舟抽卡模拟", + "desc": "实现明日方舟的抽卡功能,支持模拟十连", + "author": "RF-Tar-Railt", + "homepage": "https://github.com/RF-Tar-Railt/nonebot-plugin-arkgacha", + "tags": [ + { + "label": "t:game", + "color": "#eaa852" + }, + { + "label": "arknights", + "color": "#5276ea" + }, + { + "label": "抽卡", + "color": "#c852ea" + } + ], + "is_official": false } ]