From 7bc9e61985e7a0c00b601cb4b6bb306c38877937 Mon Sep 17 00:00:00 2001 From: Cvandia Date: Mon, 28 Aug 2023 16:01:03 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E4=BC=AA=E9=80=A0=20(#2311)?= 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 bc47438b..8b5ef31e 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7244,5 +7244,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_fakemsg", + "project_link": "nonebot-plugin-fakemsg", + "name": "消息伪造", + "desc": "伪造消息", + "author": "Cvandia", + "homepage": "https://github.com/Cvandia/nonebot-plugin-fakemsg", + "tags": [ + { + "label": "合并转发", + "color": "#1ae32c" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]