From c6f5cb3cc93d4238bbee59bb4ba1a4ed435542ad Mon Sep 17 00:00:00 2001 From: yiyuchichu Date: Sun, 7 Jun 2026 01:01:18 +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 566c86ea..d792655d 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10978,4 +10978,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 + }, ]