feat: 更新音频处理逻辑,添加最后识别文本功能并优化相关提示信息

This commit is contained in:
2025-12-23 23:53:42 +08:00
parent 4407c6157f
commit b6157deec9
5 changed files with 59 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ import tailwindcss from '@tailwindcss/vite';
const isDev = process.env.NODE_ENV === 'development';
let target = process.env.VITE_API_URL || 'http://localhost:51015';
let target = process.env.VITE_API_URL || 'http://localhost:51515';
const apiProxy = { target: target, changeOrigin: true, ws: true, rewriteWsOrigin: true, secure: false, cookieDomainRewrite: 'localhost' };
let proxy = {