From f35b5b57b7de7dca747391fd6ecff17c13719502 Mon Sep 17 00:00:00 2001 From: ssttkkl Date: Mon, 5 Dec 2022 14:50:19 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=9B=80=E9=AD=82?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=9F=A5=E8=AF=A2=20(#1442)?= 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 1b9e5a52..fe705550 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3495,5 +3495,20 @@ "homepage": "https://github.com/A-kirami/nonebot-plugin-chatgpt", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_majsoul", + "project_link": "nonebot-plugin-majsoul", + "name": "雀魂信息查询", + "desc": "根据牌谱屋的数据查询雀魂账号信息", + "author": "ssttkkl", + "homepage": "https://github.com/ssttkkl/nonebot-plugin-majsoul", + "tags": [ + { + "label": "t:majsoul", + "color": "#e54141" + } + ], + "is_official": false } ]