amis2/examples/components/Audio.jsx

37 lines
1.4 KiB
React
Raw Normal View History

2019-05-06 14:08:33 +08:00
export default {
2019-05-09 18:25:12 +08:00
"$schema": "https://houtai.baidu.com/v2/schemas/page.json#",
2019-05-06 14:08:33 +08:00
"title": "音频播放器",
"body": [
{
"type": "audio",
"autoPlay": false,
2019-05-16 16:31:20 +08:00
"rates": [1.0, 1.5, 2.0],
2019-07-03 15:01:28 +08:00
"src": "https://amis.bj.bcebos.com/amis/2019-7/1562137295708/chicane-poppiholla-original-radio-edit%20(1).mp3",
2019-05-16 11:04:55 +08:00
},
{
"type": 'form',
"title": '',
"actions": [],
"className": 'b v-middle inline w-lg h-xs',
"controls": [
{
"type": "card",
"className": 'v-middle w inline no-border',
"header": {
"title": "歌曲名称",
"subTitle": "专辑名称",
"description": "description",
"avatarClassName": "pull-left thumb-md avatar m-r no-border",
"avatar": "http://hiphotos.baidu.com/fex/%70%69%63/item/c9fcc3cec3fdfc03ccabb38edd3f8794a4c22630.jpg"
}
},
{
"type": "audio",
"className": 'v-middle no-border',
2019-07-03 15:01:28 +08:00
"src": "https://amis.bj.bcebos.com/amis/2019-7/1562137295708/chicane-poppiholla-original-radio-edit%20(1).mp3",
2019-05-16 11:04:55 +08:00
"controls": ['play']
}
]
2019-05-06 14:08:33 +08:00
}
]
}