From 15ecad9f87300b3ed1db58562f8a83402ff01f56 Mon Sep 17 00:00:00 2001 From: Redmomn Date: Sun, 3 Mar 2024 20:31:50 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-vits-tts (#2594) --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index be4477e6..416f0a14 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5552,5 +5552,21 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_vits_tts", + "project_link": "nonebot-plugin-vits-tts", + "author": "Redmomn", + "tags": [ + { + "label": "VITS", + "color": "#ea5252" + }, + { + "label": "TTS", + "color": "#52dbea" + } + ], + "is_official": false } ]