From 66384adad4ee4f3d0ddd2a9f632b3dd615d12121 Mon Sep 17 00:00:00 2001 From: Noctulus Date: Thu, 7 Sep 2023 11:47:11 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=96=87=E5=BF=83?= =?UTF-8?q?=E4=B8=80=E8=A8=80=20(#2341)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index d6649bcf..82882b26 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7313,5 +7313,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_ernie", + "project_link": "nonebot-plugin-ernie", + "name": "文心一言", + "desc": "Nonebot框架下的文心一言聊天插件", + "author": "Noctulus", + "homepage": "https://github.com/Noctulus/nonebot-plugin-ernie", + "tags": [ + { + "label": "文心一言", + "color": "#2e317c" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": null } ]