amis/examples/components/Audio.jsx

11 lines
272 B
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,
"src": "http://www.ytmp3.cn/down/32791.mp3",
}
]
}