From 8d2fca3e12d90c36798c305c1d306e1381fcb50c Mon Sep 17 00:00:00 2001 From: nikissXI Date: Mon, 16 Jan 2023 06:38:22 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=AE=80=E6=98=93?= =?UTF-8?q?=E8=B0=B7=E6=AD=8C=E7=BF=BB=E8=AF=91=E6=8F=92=E4=BB=B6=20(#1592?= =?UTF-8?q?)?= 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 a2bb3656..8501fd82 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4054,5 +4054,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_easy_translate", + "project_link": "nonebot-plugin-easy-translate", + "name": "简易谷歌翻译插件", + "desc": "免api key简单谷歌翻译插件", + "author": "nikissXI", + "homepage": "https://github.com/nikissXI/nonebot_plugins/tree/main/nonebot_plugin_easy_translate", + "tags": [ + { + "label": "翻译", + "color": "#ea5252" + } + ], + "is_official": false } ]