From 2832514f49b2f8e374225f0498ac1c16750077c5 Mon Sep 17 00:00:00 2001 From: Alpaca4610 Date: Fri, 10 Mar 2023 09:38:01 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20ChatPDF=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E5=88=86=E6=9E=90=20(#1787)?= 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 aea71dba..d5ba7da9 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4713,5 +4713,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_chatpdf", + "project_link": "nonebot-plugin-chatpdf", + "name": "ChatPDF文章分析", + "desc": "在nonebot中使用ChatPDF的最小实现来中分析文章内容", + "author": "Alpaca4610", + "homepage": "https://github.com/Alpaca4610/nonebot_plugin_chatpdf", + "tags": [ + { + "label": "ChatGPT", + "color": "#ea5252" + }, + { + "label": "ChatPDF", + "color": "#6c7abd" + } + ], + "is_official": false } ]