From faaef1a387005ac7c66998c9e17035f809637efd Mon Sep 17 00:00:00 2001 From: Zeta-qixi Date: Thu, 16 Mar 2023 09:02:39 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20unoconv=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=BD=AC=E6=8D=A2=20(#1808)?= 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 0aa5cf98..56c8dded 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4800,5 +4800,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_unoconv", + "project_link": "nonebot-plugin-unoconv", + "name": "unoconv文件转换", + "desc": "基于unoconv的文件转换工具,支持输出pdf、doc、jpg等格式", + "author": "Zeta-qixi", + "homepage": "https://github.com/Zeta-qixi/nonebot-plugin-unoconv", + "tags": [ + { + "label": "文件转换", + "color": "#ea5252" + }, + { + "label": "pdf转换", + "color": "#ea5252" + } + ], + "is_official": false } ]