fix: correct voice message support status in WeChat adapter documentation

This commit is contained in:
Soulter
2026-03-23 15:53:13 +08:00
parent b7e8b335a7
commit 189d378f91
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ AstrBot supports connecting a personal WeChat account through the `Personal WeCh
| --- | --- | --- | --- |
| Text | Yes | Yes | |
| Image | Yes | Yes | Downloaded and decrypted into the local temp directory on receive |
| Voice | Yes | Yes* | *WeChat cloud-side transcription is used, so no local transcription is required |
| Voice | Yes* | No | *WeChat cloud-side transcription is used, so no local transcription is required |
| Video | Yes | Yes | Downloaded and decrypted into the local temp directory on receive |
| File | Yes | Yes | Downloaded and decrypted into the local temp directory on receive |

View File

@@ -13,7 +13,7 @@ AstrBot 支持通过 `个人微信` 适配器接入微信个人号。该适配
| --- | --- | --- | --- |
| 文本 | 是 | 是 | |
| 图片 | 是 | 是 | 接收时会下载并解密到本地临时目录 |
| 语音 | 是 | 是* | *微信云端会自动转录成文本,无需本地转录 |
| 语音 | 是* | | *微信云端会自动转录成文本,无需本地转录 |
| 视频 | 是 | 是 | 接收时会下载并解密到本地临时目录 |
| 文件 | 是 | 是 | 接收时会下载并解密到本地临时目录 |