From 142d0f4d958e1bcac788a7bfcebd156bdeabae3f Mon Sep 17 00:00:00 2001 From: ssttkkl Date: Fri, 2 Jun 2023 23:07:30 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E9=98=B2=E5=A4=B9=20(#2073)?= 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 00281713..653930be 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5874,5 +5874,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_escape_url", + "project_link": "nonebot-plugin-escape-url", + "name": "链接防夹", + "desc": "自动转换发送消息中的URL,逃避URL检测", + "author": "ssttkkl", + "homepage": "https://github.com/bot-ssttkkl/nonebot-plugin-escape-url", + "tags": [ + { + "label": "a:OneBot", + "color": "#5293ea" + }, + { + "label": "a:QQGuild", + "color": "#5293ea" + } + ], + "is_official": false } ]