Skip to content

Commit 189d378

Browse files
committed
fix: correct voice message support status in WeChat adapter documentation
1 parent b7e8b33 commit 189d378

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/platform/weixin_oc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AstrBot supports connecting a personal WeChat account through the `Personal WeCh
1515
| --- | --- | --- | --- |
1616
| Text | Yes | Yes | |
1717
| Image | Yes | Yes | Downloaded and decrypted into the local temp directory on receive |
18-
| Voice | Yes | Yes* | *WeChat cloud-side transcription is used, so no local transcription is required |
18+
| Voice | Yes* | No | *WeChat cloud-side transcription is used, so no local transcription is required |
1919
| Video | Yes | Yes | Downloaded and decrypted into the local temp directory on receive |
2020
| File | Yes | Yes | Downloaded and decrypted into the local temp directory on receive |
2121

docs/zh/platform/weixin_oc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AstrBot 支持通过 `个人微信` 适配器接入微信个人号。该适配
1313
| --- | --- | --- | --- |
1414
| 文本 ||| |
1515
| 图片 ||| 接收时会下载并解密到本地临时目录 |
16-
| 语音 || * | *微信云端会自动转录成文本,无需本地转录 |
16+
| 语音 |* | | *微信云端会自动转录成文本,无需本地转录 |
1717
| 视频 ||| 接收时会下载并解密到本地临时目录 |
1818
| 文件 ||| 接收时会下载并解密到本地临时目录 |
1919

0 commit comments

Comments
 (0)