From 729a894a0460b4d8d4e7399fe765b02de238c79a Mon Sep 17 00:00:00 2001 From: maoxig Date: Sat, 29 Apr 2023 11:29:11 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=9B=BE=E7=89=87?= =?UTF-8?q?/=E6=BC=AB=E7=94=BB=E7=BF=BB=E8=AF=91=20(#1954)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 20388f23..8908cab6 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5470,5 +5470,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_manga_translator", + "project_link": "nonebot-plugin-manga-translator", + "name": "图片/漫画翻译", + "desc": "图片/漫画翻译插件,适配多API,将图片翻译并返回图片", + "author": "maoxig", + "homepage": "https://github.com/maoxig/nonebot-plugin-manga-translator", + "tags": [ + { + "label": "a:onebot", + "color": "#ea5252" + }, + { + "label": "t:漫画翻译", + "color": "#527bea" + }, + { + "label": "t:图片翻译", + "color": "#c452ea" + } + ], + "is_official": false } ]