From 547d50ad76eb98a51e3798eb459ea8130dd2983a Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Sat, 5 Mar 2022 23:35:14 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20Plugin:=20=E8=AE=A2=E9=98=85=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E7=AE=A1=E7=90=86=20(#855)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: mwbimh --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index a645a971..8fa217dc 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1434,5 +1434,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_broker", + "project_link": "nonebot-plugin-broker", + "name": "订阅推送管理", + "desc": "一个简化编写订阅和推送功能的插件,也支持插件间信息交互", + "author": "mwbimh", + "homepage": "https://github.com/mwbimh/nonebot_plugin_broker", + "tags": [ + { + "label": "a:onebot", + "color": "#a11313" + }, + { + "label": "t:发布/订阅", + "color": "#1373a1" + } + ], + "is_official": false } ] \ No newline at end of file