From 05c20a7a86247f1b54a3ff5f79d66056f0780b5b Mon Sep 17 00:00:00 2001 From: Cvandia Date: Sun, 20 Oct 2024 22:40:24 +0800 Subject: [PATCH] :beers: publish plugin FishSpeechTTS (#3049) --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 8feb7aaa..1fe4c4b6 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -7383,5 +7383,21 @@ "author": "Onimaimai", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_fishspeech_tts", + "project_link": "nonebot-plugin-fishspeech-tts", + "author": "Cvandia", + "tags": [ + { + "label": "TTS", + "color": "#23e907" + }, + { + "label": "语音合成", + "color": "#e9297f" + } + ], + "is_official": false } ]