Skip to content

Commit

Permalink
docs: update video message doc
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuchen committed Mar 13, 2024
1 parent e4347b9 commit 169ec01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/zh-CN/develop/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ http事件上报,不支持快捷回复等快捷操作
| 语音||| 支持mp3、wav等多种音频格式直接发送|
| json消息 ||| |
| 转发消息记录 ||| **不能伪造,需要先发给自己再转发出去,不建议发送大量节点,有封号风险** |
| 视频 ||| 需要群允许文件上传,上报时暂时只有个空的file, 发送时可以指定`name`参数自定义文件名 |
| 文件 ||| 上报时暂时只有个空的file, 发送时可以指定`name`参数自定义文件名 |
| 视频 ||| 上报时暂时只有个空的file |
| 文件 ||| 上报时暂时只有个空的file, 发送时可以指定`name`参数自定义文件名,详见本页下方的特殊说明 |
| 音乐卡片 ||| 实现有难度,遥遥无期 |
| 红包 ||| 没有计划支持|
| xml ||| 没有计划支持 |
Expand Down Expand Up @@ -112,7 +112,7 @@ http事件上报,不支持快捷回复等快捷操作
### 特殊说明

::: details 发送文件名自定义
发送视频或文件时支持参数 `name` 用于自定义显示的文件名
发送文件时支持参数 `name` 用于自定义显示的文件名
```json
{
"type": "file",
Expand Down
8 changes: 8 additions & 0 deletions docs/zh-CN/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,12 @@

::: details 如何使用CQ码
前往配置界面将消息上报类型格式更改从消息段为CQ码即可
:::

::: details 发送的语音对方无法播放
需要配置 ffmpeg 路径
:::

::: details 无法发送视频
需要配置 ffmpeg 路径
:::

0 comments on commit 169ec01

Please sign in to comment.