Skip to content

Commit 3f9f635

Browse files
author
richardson
committed
feat: 更新中文界面和语音功能
- 优化语音克隆对话框界面和交互逻辑 - 更新字节跳动语音合成接口调用方式 - 改进音频录制组件的用户体验 - 新增单选按钮组组件 - 调整侧边栏布局和样式 - 更新主界面中文标题和描述文案 - 配置文件更新,支持新的API域名
1 parent c1a171e commit 3f9f635

11 files changed

+742
-137
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@radix-ui/react-label": "^2.1.1",
2121
"@radix-ui/react-popover": "^1.1.2",
2222
"@radix-ui/react-progress": "^1.1.0",
23+
"@radix-ui/react-radio-group": "^1.2.2",
2324
"@radix-ui/react-select": "^2.1.2",
2425
"@radix-ui/react-slider": "^1.2.1",
2526
"@radix-ui/react-slot": "^1.1.0",
@@ -40,6 +41,7 @@
4041
"dexie": "^4.0.8",
4142
"face-api.js": "^0.22.2",
4243
"lucide-react": "^0.453.0",
44+
"nanoid": "^5.0.9",
4345
"next": "^14.2.15",
4446
"openai": "^4.68.0",
4547
"react": "^18.3.1",

pnpm-lock.yaml

+99
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/tauri.conf.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"windows": [
3737
{
3838
"fullscreen": false,
39-
"height": 800,
39+
"height": 900,
4040
"resizable": true,
41-
"title": "desky",
42-
"width": 1200,
41+
"title": "SmartBot-X: 智能生活新定义",
42+
"width": 1440,
4343
"minHeight": 600,
4444
"minWidth": 800,
4545
"transparent": true,

0 commit comments

Comments
 (0)