From 81d9531b42ea053ad7d77b3d3f6d7b8a06b38f94 Mon Sep 17 00:00:00 2001 From: MerCuJerry Date: Tue, 11 Jul 2023 01:03:26 +0800 Subject: [PATCH] :beers: publish plugin Blocker (#2177) --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 918c0838..160f3e68 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7050,5 +7050,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_blocker", + "project_link": "nonebot-plugin-blocker", + "name": "Blocker", + "desc": "分群配置关闭Bot插件", + "author": "MerCuJerry", + "homepage": "https://github.com/MerCuJerry/nonebot-plugin-blocker", + "tags": [ + { + "label": "Blocker", + "color": "#39c5bb" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]