docs(uploader): add thumb prop desc

This commit is contained in:
landluck 2022-12-12 20:53:20 +08:00
parent 2cfad3e607
commit af74936bdc

View File

@ -264,7 +264,7 @@ uploadFilePromise(fileName, chooseResult) {
| --------- | ------------------------------------------------------ |
| `url` | 图片和视频的网络资源地址 |
| `name` | 文件名称,视频将在全屏预览时作为标题显示 |
| `thumb` | 图片缩略图或视频封面的网络资源地址,仅对图片和视频有效 |
| `thumb` | 图片缩略图或视频封面的网络资源地址,仅对图片和视频有效`accept``video`时,真机不会返回该属性,建议使用 `media``media-type` 配合完成视频上传 |
| `type` | 文件类型,可选值`image` `video` `file` |
| `isImage` | 手动标记图片资源 |
| `isVideo` | 手动标记视频资源 |