From 955ada47ed24d29ecd099a02f05688cba158c49b Mon Sep 17 00:00:00 2001 From: monsterxcn Date: Sun, 12 Feb 2023 08:11:30 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=8E=9F=E7=A5=9E?= =?UTF-8?q?=E6=B7=B1=E5=A2=83=E8=9E=BA=E6=97=8B=E6=95=B0=E6=8D=AE=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=20(#1695)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 123ed745..2d913581 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4306,5 +4306,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_gsabyss", + "project_link": "nonebot-plugin-gsabyss", + "name": "原神深境螺旋数据查询", + "desc": "原神深渊讨伐列表、渊月祝福、玩家战斗统计等信息查询,数据来自 Honey Hunter World 和 Akasha Database", + "author": "monsterxcn", + "homepage": "https://github.com/monsterxcn/nonebot-plugin-gsabyss", + "tags": [ + { + "label": "t:Genshin", + "color": "#ffd49f" + } + ], + "is_official": false } ]