From 60297d1a83aa600c9dbc0bceaed07e70ddfda071 Mon Sep 17 00:00:00 2001 From: remiliacn Date: Fri, 25 Jun 2021 18:18:14 -0500 Subject: [PATCH 1/2] 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 消息 From 6e18969f967e9630211a2919d31d646b7c9e2590 Mon Sep 17 00:00:00 2001 From: remiliacn Date: Fri, 25 Jun 2021 18:25:13 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Misc:=20=E8=A7=86=E9=A2=91=E5=9C=A8?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=96=87=E4=BB=B6=E5=A4=B9=E9=87=8C=E5=A4=AA?= =?UTF-8?q?=E6=80=AA=E4=BA=86=E6=89=80=E4=BB=A5=E6=94=B9=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/cqhttp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cqhttp.md b/docs/cqhttp.md index 434a2fb..eb02d7e 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:video,file=file:///C:\\Users\Richard\Pictures\1.mp4]` +示例: `[CQ:video,file=file:///C:\\Users\Richard\Videos\1.mp4]` ### XML 消息