From 27286fdc577614aaf858e37338974d7bf4aaefb8 Mon Sep 17 00:00:00 2001 From: zhulinyv Date: Thu, 26 Jan 2023 11:44:03 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=AE=80=E6=98=93?= =?UTF-8?q?=E7=BE=A4=E7=AE=A1=E5=A5=B3=E7=94=9F=E8=87=AA=E7=94=A899?= =?UTF-8?q?=E6=96=B0=20(#1634)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 0085615c889d..e808b0df506c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3896,5 +3896,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_easy_group_manager", + "project_link": "nonebot-plugin-easy-group-manager", + "name": "简易群管女生自用99新", + "desc": "简单的群管插件,BOT不是群主也可以设置管理员啦……", + "author": "zhulinyv", + "homepage": "https://github.com/zhulinyv/nonebot_plugin_easy_group_manager", + "tags": [ + { + "label": "群管", + "color": "#1eb262" + }, + { + "label": "女生自用", + "color": "#b21e82" + } + ], + "is_official": false } ]