From 771cf8bdcf833ae9a93881cb4b2cc7df0ce4b8bc Mon Sep 17 00:00:00 2001 From: NCBM Date: Sat, 13 May 2023 01:34:03 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=BF=A1=E9=B8=BD?= =?UTF-8?q?=E5=B7=B4=E5=A4=AB=20(#2006)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 5818d47f..ad0087a5 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5665,5 +5665,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_msgbuf", + "project_link": "nonebot-plugin-msgbuf", + "name": "信鸽巴夫", + "desc": "适用于 NoneBot2 插件的被动消息构造集成", + "author": "NCBM", + "homepage": "https://github.com/NCBM/nonebot-plugin-msgbuf", + "tags": [ + { + "label": "t:dev", + "color": "#ea5252" + } + ], + "is_official": false } ]