From 7bc22289b45f1f169cf85236966dfbb5e5c1dfaf Mon Sep 17 00:00:00 2001 From: tkgs0 Date: Sat, 29 Oct 2022 06:23:44 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=8F=8D=E5=98=B4?= =?UTF-8?q?=E8=87=AD=E6=8F=92=E4=BB=B6=20(#1349)?= 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 cf78b978..43ffe390 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3176,5 +3176,24 @@ "homepage": "https://github.com/tkgs0/nonebot-plugin-blacklist", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_antiinsult", + "project_link": "nonebot-plugin-antiinsult", + "name": "反嘴臭插件", + "desc": "检测到有用户 @机器人 并嘴臭时将其临时屏蔽(bot重启后失效), 当bot为群管理时会请对方喝昏睡红茶(禁言), 可批量增删敏感词", + "author": "tkgs0", + "homepage": "https://github.com/tkgs0/nonebot-plugin-antiinsult", + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + }, + { + "label": "t:被动", + "color": "#ea5252" + } + ], + "is_official": false } ] \ No newline at end of file