From 8c8436a94f072e28b06266720174c841de794ab0 Mon Sep 17 00:00:00 2001 From: 0Neptune0 <0Neptune0@users.noreply.github.com> Date: Wed, 14 Jun 2023 01:21:50 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=88=98=E9=9B=B7?= =?UTF-8?q?=E6=9F=A5=E6=B0=B4=E8=A1=A8=20(#2102)?= 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 d52c01d1..194eeb51 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6751,5 +6751,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_warthunder_player_check", + "project_link": "nonebot-plugin-warthunder-player-check", + "name": "战雷查水表", + "desc": "搜索warthunder社区查询玩家履历", + "author": "0Neptune0", + "homepage": "https://github.com/0Neptune0/nonebot-plugin-warthunder-player-check", + "tags": [ + { + "label": "Wathunder", + "color": "#ea5252" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]