From b8eae2eb82365d7c46aee042d8d5874149e9c7df Mon Sep 17 00:00:00 2001 From: Agnes4m Date: Sat, 26 Aug 2023 11:05:13 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=9B=AA=E8=B1=B9?= =?UTF-8?q?=E9=97=AD=E5=98=B4=20(#2299)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 4a116406..4ff5e3f8 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7214,5 +7214,22 @@ "is_official": false, "type": "library", "supported_adapters": null + }, + { + "module_name": "nonebot_plugin_shutup", + "project_link": "nonebot-plugin-shutup", + "name": "雪豹闭嘴", + "desc": "基于 NoneBot2 的 插件,用于机器人当前会话闭嘴,支持全适配器", + "author": "Agnes4m", + "homepage": "https://github.com/Agnes4m/nonebot_pluigin_shutup", + "tags": [ + { + "label": "阻断", + "color": "#ea5252" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": null } ]