配置项说明
| 字段名 | 含义 | 类型 | 是否必选 | 备注 |
|---|---|---|---|---|
| name | 显示名 | string | 是 | 无 |
| type | 类型 | string | 是 | 无 |
| showURL | 是否显示url | boolean | 否 | 无 |
| disabled | 是否禁用 | boolean | 否 | 无 |
| accept | 文件类型 | string | 否 | 根据HTML输入元素< input type=”file” > 标签的accept属性规则进行配置。[mdn-accept] |
| default | 默认值 | string或者Object | 否 | 无 |
值说明
| 条件 | 数据类型 | 示例 | 默认值 |
|---|---|---|---|
| 无 | string | “http://spray-test.uino.com/s-static/img/video.mp4“ | “” |
配置示例

"video": {"name": "视频","type": "video","showURL": true,"default": "http://spray-test.uino.com/s-static/img/video.mp4"},
