From 977e1de0776cbe482f01a05f5863172fbb77dc08 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Mon, 28 Mar 2022 15:35:01 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=A4=9A=E9=80=82?= =?UTF-8?q?=E9=85=8D=E5=99=A8=E5=B8=AE=E5=8A=A9=E5=87=BD=E6=95=B0=20(#897)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: iyume --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index f222e2a1..bc05b5c0 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1610,5 +1610,20 @@ "homepage": "https://github.com/CherryCherries/nonebot-plugin-abstract", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_params", + "project_link": "nonebot-plugin-params", + "name": "多适配器帮助函数", + "desc": "提供编写多适配器插件的帮助函数", + "author": "iyume", + "homepage": "https://github.com/iyume/nonebot-plugin-params", + "tags": [ + { + "label": "t:helper", + "color": "#ffe873" + } + ], + "is_official": false } ] \ No newline at end of file