From c0eee749686cab4a5250cccc5bbfde77a5acd838 Mon Sep 17 00:00:00 2001 From: Alpaca4610 Date: Mon, 3 Apr 2023 17:16:13 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20AI=E7=94=9F?= =?UTF-8?q?=E6=88=90PPT=20(#1883)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 500ace8b..cae9996d 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5138,5 +5138,20 @@ "homepage": "https://github.com/canxin121/nonebot_paddle_ocr", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_chatppt", + "project_link": "nonebot-plugin-chatppt", + "name": "AI生成PPT", + "desc": "在nonebot框架下实现一个AI生成指定主题PPT的文件并上传到群文件中", + "author": "Alpaca4610", + "homepage": "https://github.com/Alpaca4610/nonebot-plugin-chatppt", + "tags": [ + { + "label": "ChatGPT", + "color": "#ea5252" + } + ], + "is_official": false } ]