From a1558f54def31d8875c58b813e8b183e1817ee75 Mon Sep 17 00:00:00 2001 From: yiyuchichu Date: Sun, 21 Jun 2026 16:08:41 +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 267f91f7..a48db5b6 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -11060,4 +11060,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 + }, ]