feat(auto-caption): 发布 v0.7.0 版本

This commit is contained in:
himeditator
2025-08-20 00:53:06 +08:00
parent 771f7ad002
commit 34362fea3d
24 changed files with 164 additions and 70 deletions

View File

@@ -80,6 +80,17 @@ Python 端监听到的音频流转换为的字幕数据。
Python 端打印的提示信息,比起 `print`,该信息更希望 Electron 端的关注。
### `error`
```js
{
command: "error",
content: string
}
```
Python 端打印的错误信息,该错误信息需要在前端弹窗显示。
### `usage`
```js