From 1092767a512242832dfc4698ec39243d6957b8b9 Mon Sep 17 00:00:00 2001 From: Kaguyaya Date: Tue, 11 Oct 2022 12:00:26 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E7=8E=8B=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=9F=A5=E4=BB=B7=20(#1316?= =?UTF-8?q?)?= 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 0aed17fc..6d07d413 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2941,5 +2941,28 @@ "homepage": "https://github.com/cjladmin/nonebot_plugin_monitor", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_ygo_trade", + "project_link": "nonebot-plugin-ygo-trade", + "name": "游戏王小程序查价", + "desc": "集换社游戏王的卡价查询", + "author": "Kaguyaya", + "homepage": "https://github.com/Kaguyaya/nonebot_plugin_ygo_trade", + "tags": [ + { + "label": "游戏王", + "color": "#ea5252" + }, + { + "label": "YGO", + "color": "#ea5252" + }, + { + "label": "集换社", + "color": "#eada52" + } + ], + "is_official": false } ] \ No newline at end of file