From 9b19bf63b2ba8593fb3eddc65aafd7391dc82a66 Mon Sep 17 00:00:00 2001 From: Harry-Jing Date: Sat, 18 Feb 2023 15:01:20 +0000 Subject: [PATCH] :beers: publish plugin Bing Chat (#1713) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 6ab8abcf..cbc261f0 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4382,5 +4382,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_bing_chat", + "project_link": "nonebot-plugin-bing-chat", + "name": "Bing Chat", + "desc": "使用新版必应的聊天功能", + "author": "Harry-Jing", + "homepage": "https://github.com/Harry-Jing/nonebot-plugin-bing-chat", + "tags": [], + "is_official": false } ]