mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
fix: correct voice message support status in WeChat adapter documentation
This commit is contained in:
@@ -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 |
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ AstrBot 支持通过 `个人微信` 适配器接入微信个人号。该适配
|
||||
| --- | --- | --- | --- |
|
||||
| 文本 | 是 | 是 | |
|
||||
| 图片 | 是 | 是 | 接收时会下载并解密到本地临时目录 |
|
||||
| 语音 | 是 | 是* | *微信云端会自动转录成文本,无需本地转录 |
|
||||
| 语音 | 是* | 否 | *微信云端会自动转录成文本,无需本地转录 |
|
||||
| 视频 | 是 | 是 | 接收时会下载并解密到本地临时目录 |
|
||||
| 文件 | 是 | 是 | 接收时会下载并解密到本地临时目录 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user