From f72243304f9ea8f2508d73bac88427e93c2a3571 Mon Sep 17 00:00:00 2001 From: Well2333 Date: Thu, 11 May 2023 22:54:01 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=9B=B7=E7=A5=9E?= =?UTF-8?q?=E5=B7=A5=E4=B8=9A=20(#2002)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 0e14e3fc..1d63cc49 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5619,5 +5619,28 @@ "homepage": "https://github.com/A-kirami/nonebot-plugin-logpile", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_segbuilder", + "project_link": "nonebot-plugin-segbuilder", + "name": "雷神工业", + "desc": "为不同的适配器提供更通用且简易的消息段构建方式", + "author": "Well2333", + "homepage": "https://github.com/Well2333/nonebot-plugin-segbuilder", + "tags": [ + { + "label": "a:OneBot", + "color": "#ea5252" + }, + { + "label": "a:mirai2", + "color": "#ea5252" + }, + { + "label": "a:qqguild", + "color": "#ea5252" + } + ], + "is_official": false } ]