From cd4037c4fe2dfbf2f67aef1a902fb9a5d3fb5648 Mon Sep 17 00:00:00 2001 From: 17TheWord <17TheWord@users.noreply.github.com> Date: Wed, 25 Jan 2023 04:33:22 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=9D=92=E5=B2=9A?= =?UTF-8?q?=20(#1628)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 54ab0d82..0085615c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3881,5 +3881,20 @@ } ], "is_official": false + }, + { + "module_name": "qinglan_bot", + "project_link": "qinglan-bot", + "name": "青岚", + "desc": "基于NoneBot的与Minecraft Server互通消息的机器人", + "author": "17TheWord", + "homepage": "https://github.com/17TheWord/qinglan_bot", + "tags": [ + { + "label": "MineCraft", + "color": "#4ef0ea" + } + ], + "is_official": false } ]