From 9098dbae9add00474c1af925ad29f0b195468973 Mon Sep 17 00:00:00 2001 From: ZM25XC Date: Sun, 7 May 2023 11:05:50 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=BE=A4=E8=81=8A?= =?UTF-8?q?=E4=BA=BA=E6=95=B0=E9=94=81=E5=AE=9A=20(#1987)?= 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 ab28539f..38b4d228 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5551,5 +5551,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_grouplock", + "project_link": "nonebot-plugin-grouplock", + "name": "群聊人数锁定", + "desc": "一个基于nonebot2和go-cqhttp的群聊人数锁定插件", + "author": "ZM25XC", + "homepage": "https://github.com/ZM25XC/nonebot-plugin-grouplock", + "tags": [ + { + "label": "群管", + "color": "#52b5ea" + } + ], + "is_official": false } ]