From bc845c94e2433ff9cb6222f601e0afd7dcbaafdd Mon Sep 17 00:00:00 2001 From: ANGJustinl Date: Fri, 30 Dec 2022 03:57:56 +0000 Subject: [PATCH] :beers: publish plugin AnimalVoice_Convert (#1517) --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index aef5a5b0..525abc6c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3790,5 +3790,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_animalVoice", + "project_link": "nonebot-plugin-animalVoice", + "name": "AnimalVoice_Convert", + "desc": "✨支持切噜语和兽语的Nonebot译者插件✨", + "author": "ANGJustinl", + "homepage": "https://github.com/ANGJustinl/nonebot_plugin_animalVoice/", + "tags": [ + { + "label": "切噜语~", + "color": "#e75f9d" + }, + { + "label": "兽语", + "color": "#5fe5e7" + }, + { + "label": "加密语言", + "color": "#79e556" + } + ], + "is_official": false } ]