From 6cc3b68447e04ac9e016a5fa3183c7f5d8aee1de Mon Sep 17 00:00:00 2001 From: HuYihe2008 Date: Fri, 12 Aug 2022 04:02:10 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=AE=80=E6=98=93?= =?UTF-8?q?=E7=BE=A4=E7=AE=A1=EF=BC=88=E5=B8=A6=E5=85=A5=E7=BE=A4=E6=AC=A2?= =?UTF-8?q?=E8=BF=8E=EF=BC=89=20(#1141)?= 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 39968bb1..c3f7fa97 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2215,5 +2215,24 @@ "homepage": "https://github.com/ZombieFly/nb2-wiki", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_admin_hello", + "project_link": "nonebot-plugin-admin-hello", + "name": "简易群管(带入群欢迎)", + "desc": "与简易群管属于同个产品,就是多了一个入群欢迎,感谢@幼稚园园长 开发的原版插件的帮助", + "author": "HuYihe2008", + "homepage": "https://github.com/HuYihe2008/nonebot_plugin_admin_hello", + "tags": [ + { + "label": "简易群管", + "color": "#53e950" + }, + { + "label": "插件改良", + "color": "#2b7be2" + } + ], + "is_official": false } ] \ No newline at end of file