From 51e7bae8f2b28e1f41277c5a5a5653e934b355cd Mon Sep 17 00:00:00 2001 From: forchannot Date: Thu, 16 Mar 2023 08:21:52 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=8E=9F=E7=A5=9E?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E5=8D=A1=E6=B1=A0=20(#1805)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index aae991ab..0aa5cf98 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4781,5 +4781,24 @@ "homepage": "https://github.com/noneplugin/nonebot-plugin-bracket", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_gshisbanner", + "project_link": "nonebot-plugin-gshisbanner", + "name": "原神历史卡池", + "desc": "原神历史卡池查询", + "author": "forchannot", + "homepage": "https://github.com/forchannot/nonebot-plugin-gshisbanner", + "tags": [ + { + "label": "t:原神", + "color": "#ea5252" + }, + { + "label": "卡池", + "color": "#52ea56" + } + ], + "is_official": false } ]