From f58eba79752f0f4edb1a0934f5576b656767342f Mon Sep 17 00:00:00 2001 From: bingqiu456 Date: Wed, 23 Aug 2023 10:45:28 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=8F=8C=E5=90=91?= =?UTF-8?q?=E8=81=8A=E5=A4=A9=E6=8F=92=E4=BB=B6=20(#2264)?= 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 ad609865..10eff549 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7192,5 +7192,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_send_message", + "project_link": "nonebot-plugin-send-message", + "name": "双向聊天插件", + "desc": "一个支持双向聊天的传话插件,可用于临时聊天而不想加好友场景", + "author": "bingqiu456", + "homepage": "https://github.com/bingqiu456/nonebot_plugin_send_message", + "tags": [ + { + "label": "传话", + "color": "#52ea75" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]