From 0e481d96a64587477192427ff2a54fd1bab75855 Mon Sep 17 00:00:00 2001 From: zheuziihau Date: Thu, 9 Mar 2023 05:18:43 +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=E6=8A=BD=E5=8D=A1=E8=AE=B0=E5=BD=95=E5=88=86?= =?UTF-8?q?=E6=9E=90=20(#1746)?= 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 93614450..0baa240c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4642,5 +4642,28 @@ "homepage": "https://github.com/Hoshinonyaruko/nonebot-plugin-sanae", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_arkrecord", + "project_link": "nonebot-plugin-arkrecord", + "name": "明日方舟抽卡记录分析", + "desc": "明日方舟抽卡记录分析与导出", + "author": "zheuziihau", + "homepage": "https://github.com/zheuziihau/nonebot_plugin_arkrecord", + "tags": [ + { + "label": "明日方舟 ", + "color": "#c39191" + }, + { + "label": "游戏", + "color": "#c39191" + }, + { + "label": "抽卡", + "color": "#c39191" + } + ], + "is_official": false } ]