From ea4a27bf891fa483f1d0a5de25cf4f56dbd53071 Mon Sep 17 00:00:00 2001 From: EmiyaGm Date: Thu, 3 Aug 2023 10:23:56 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=91=BD=E8=BF=90?= =?UTF-8?q?=E6=96=B9=E8=88=9F=E6=B5=81=E6=B5=AA=E5=95=86=E4=BA=BA=E5=8D=A1?= =?UTF-8?q?=E7=89=8C=E5=88=B7=E6=96=B0=E6=8F=90=E7=A4=BA=20(#2233)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index a03bafaa..ddc762eb 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6923,5 +6923,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_lostark_wandering_trader", + "project_link": "nonebot-plugin-lostark-wandering-trader", + "name": "命运方舟流浪商人卡牌刷新提示", + "desc": "国服命运方舟流浪商人稀有史诗传说卡牌刷新提示", + "author": "EmiyaGm", + "homepage": "https://github.com/EmiyaGm/nonebot-plugin-lostark-wandering-trader", + "tags": [ + { + "label": "命运方舟", + "color": "#5289ea" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]