Skip to content

Commit d65e260

Browse files
committed
Prepare v0.1.0 release
1 parent faed1fc commit d65e260

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ npm run tauri dev
3131

3232
首次使用时,需要在设置页填写豆包 ASR 所需配置。
3333

34+
默认情况下,`Resource ID``WebSocket URL` 已内置为豆包链路的默认值;通常只需要补充你自己的 `App ID``Access Token`
35+
36+
可参考该链接获得: https://shandianshuo.featurebase.app/help/articles/3522055-jie-ru-yun-duan-yu-yin-mo-xing-jiao-cheng
37+
3438
如果启用 AI 文本优化,还需要额外填写兼容 OpenAI API 的模型配置。

src-tauri/tauri.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"icon": [
3636
"icons/32x32.png",
3737
"icons/128x128.png",
38-
"icons/icon.png"
38+
"icons/icon.png",
39+
"icons/icon.ico"
3940
]
4041
}
4142
}

test_audio.wav

156 KB
Binary file not shown.

0 commit comments

Comments
 (0)