From 31892c164037810e5993d57a507860393e560d11 Mon Sep 17 00:00:00 2001 From: imeepos Date: Thu, 31 Jul 2025 18:10:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=A3=B0=E9=9F=B3?= =?UTF-8?q?=E5=85=8B=E9=9A=86=E5=B7=A5=E5=85=B7=E8=B7=AF=E7=94=B1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 /tools/voice-clone 路由从 VoiceCloneTool 改为 VoiceGenerationHistory - 统一声音克隆和语音生成功能入口 - VoiceGenerationHistory 页面已集成 VoiceCloneModal 和 SpeechGenerationModal - 提供更好的用户体验和功能整合 --- apps/desktop/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/App.tsx b/apps/desktop/src/App.tsx index fcf3522..06706ba 100644 --- a/apps/desktop/src/App.tsx +++ b/apps/desktop/src/App.tsx @@ -146,7 +146,7 @@ function App() { } /> } /> } /> - } /> + } /> } /> } /> } />