From 076611166a0cda9de72752177a47544cc0c49a12 Mon Sep 17 00:00:00 2001 From: NCBM Date: Sun, 26 Mar 2023 15:13:43 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=80=9A=E6=8B=AC?= =?UTF-8?q?=E8=86=A8=E8=83=80=20(#1846)?= 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 797143a8..7643c805 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4983,5 +4983,24 @@ "homepage": "https://github.com/A-kirami/nonebot-plugin-helloworld", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_overbracket", + "project_link": "nonebot-plugin-overbracket", + "name": "通括膨胀", + "desc": "让你的机器人随机发括号", + "author": "NCBM", + "homepage": "https://github.com/NCBM/nonebot-plugin-overbracket", + "tags": [ + { + "label": "t:useless", + "color": "#0a930e" + }, + { + "label": "a:all", + "color": "#e15149" + } + ], + "is_official": false } ]