From 60297d1a83aa600c9dbc0bceaed07e70ddfda071 Mon Sep 17 00:00:00 2001 From: remiliacn Date: Fri, 25 Jun 2021 18:18:14 -0500 Subject: [PATCH] Fix: Typo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 实例里的`video`写成了`image` --- docs/cqhttp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cqhttp.md b/docs/cqhttp.md index 8fd9943..434a2fb 100644 --- a/docs/cqhttp.md +++ b/docs/cqhttp.md @@ -351,7 +351,7 @@ Type: `video` | `file` | string | 支持http和file发送 | | `cover` | string | 视频封面,支持http,file和base64发送,格式必须为jpg | | `c` | `2` `3` | 通过网络下载视频时的线程数, 默认单线程. (在资源不支持并发时会自动处理) | -示例: `[CQ:image,file=file:///C:\\Users\Richard\Pictures\1.mp4]` +示例: `[CQ:video,file=file:///C:\\Users\Richard\Pictures\1.mp4]` ### XML 消息