From 500b59905d044e2364f16b5237221528eddba9c0 Mon Sep 17 00:00:00 2001 From: TheLZY Date: Fri, 10 Mar 2023 09:27:47 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=92=8C=E5=9B=A2?= =?UTF-8?q?=E5=AD=90=E8=81=8A=E5=A4=A9=EF=BC=81=20(#1784)?= 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 b528f7ef..aea71dba 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4694,5 +4694,24 @@ "homepage": "https://github.com/Suxmx/nonebot_plugin_chatgpt_on_qq", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_tuan_chatgpt", + "project_link": "nonebot-plugin-tuan-chatgpt", + "name": "和团子聊天!", + "desc": "来和团子聊天吧~ Powered by chatgpt", + "author": "TheLZY", + "homepage": "https://github.com/TheLZY/nonebot_plugin_tuan_chatgpt", + "tags": [ + { + "label": "t:chat", + "color": "#ff9d97" + }, + { + "label": "t:chatgpt", + "color": "#ff9d97" + } + ], + "is_official": false } ]