Merge pull request #5140 from landluck/hotfix/fix_issue_4833

docs(uploader): add thumb prop desc
This commit is contained in:
landluck 2022-12-12 21:12:55 +08:00 committed by GitHub
commit ff67d50ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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