From d70ce366cc3e20683b32c8011d6d9d94b005675e Mon Sep 17 00:00:00 2001 From: CN171-1 Date: Tue, 8 Aug 2023 08:23:53 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20MC=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=9B=B4=E6=96=B0=E6=A3=80=E6=B5=8B=20(#2246)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 89f629b0..d851887c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6995,5 +6995,26 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_mcversion", + "project_link": "nonebot-plugin-mcversion", + "name": "MC版本更新检测", + "desc": "一个用于检测MC最新版本的插件", + "author": "CN171-1", + "homepage": "https://github.com/CN171-1/nonebot_plugin_mcversion", + "tags": [ + { + "label": "版本", + "color": "#ea5252" + }, + { + "label": "MC", + "color": "#52e7ea" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]