From 5ce5695c1e20a716ff7c1a80dc7a8c49e1e508e6 Mon Sep 17 00:00:00 2001 From: yiyuchichu Date: Sun, 21 Jun 2026 00:26:56 +0800 Subject: [PATCH] :beers: publish plugin VOICEVOX BRIDGE (#4046) --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index fe70634f..f723a72a 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -11040,4 +11040,24 @@ "tags": [], "is_official": false }, + { + "module_name": "nonebot_plugin_voicevox_bridge", + "project_link": "nonebot-plugin-voicevox-bridge", + "author_id": 110277305, + "tags": [ + { + "label": "TTS", + "color": "#ea5252" + }, + { + "label": "VOICEVOX", + "color": "#20c604" + }, + { + "label": "func", + "color": "#fdffc2" + } + ], + "is_official": false + }, ]