From 1d98ea1961cdaa97d36d8e3733ca4eac6a10b7af Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:47:18 +0800 Subject: [PATCH] =?UTF-8?q?Plugin:=20=E6=B8=B8=E6=88=8F=E7=8E=8B=E5=8D=A1?= =?UTF-8?q?=E6=9F=A5=20(#846)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: anlen123 --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 47bf6ea0..c3975ca1 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1396,5 +1396,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_ygo", + "project_link": "nonebot-plugin-ygo", + "name": "游戏王卡查", + "desc": "nonebot的游戏王卡查插件", + "author": "anlen123", + "homepage": "https://github.com/anlen123/nonebot_plugin_ygo", + "tags": [ + { + "label": "t:游戏王", + "color": "#ea5252" + }, + { + "label": "口胡王", + "color": "#ea5252" + }, + { + "label": "ygo", + "color": "#ea5252" + } + ], + "is_official": false } ] \ No newline at end of file