From 9503e0ffc4a68948a365d7c82370802d4f49b569 Mon Sep 17 00:00:00 2001 From: yiyuchichu Date: Sat, 13 Jun 2026 11:38:33 +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 b2a15662..d70e041f 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -11017,4 +11017,24 @@ ], "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 + }, ]