From a3003b0ff64b4e753d538d205a9bcd3e1cb3f079 Mon Sep 17 00:00:00 2001 From: LiLuo-B Date: Wed, 19 Jun 2024 05:48:45 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20MCSM=E5=B0=8F?= =?UTF-8?q?=E5=8A=A9=E6=89=8B=20(#2770)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/plugins.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 4c335117..93981194 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6258,5 +6258,25 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_mcsm", + "project_link": "nonebot-plugin-mcsm", + "author": "LiLuo-B", + "tags": [ + { + "label": "MCSM", + "color": "#ea5252" + }, + { + "label": "应用托管", + "color": "#5272ea" + }, + { + "label": "服务器管理", + "color": "#4cc275" + } + ], + "is_official": false } ]