1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
| {% aplayerlist %} { "narrow": false, //(可选)播放器袖珍风格 "autoplay": true, // (可选) 自动播放,移动端浏览器暂时不支持此功能 "mode": "order", // (可选)曲目循环类型,有 'random'(随机播放), 'single' (单曲播放), 'circulation' (循环播放), 'order' (列表播放), 默认:'circulation' "showlrc": 2, // (可选)歌词显示配置项,可选项有:1,2,3 "mutex": true, // (可选)该选项开启时,如果同页面有其他 aplayer 播放,该播放器会暂停 "theme": "#e6d0b2", // (可选)播放器风格色彩设置,默认:#b7daff "preload": "metadata", // (可选)音乐文件预载入模式,可选项: 'none' 'metadata' 'auto', 默认: 'auto' "listmaxheight": "513px", // (可选) 该播放列表的最大长度 "music": [ { "title": "破茧", "author": "张韶涵", "url": "https://win-web-nf01-sycdn.kuwo.cn/b764198d595a0db1e0400f75262bc3f7/5f4f52da/resource/n2/53/56/1709236272.mp3", "pic": "https://img3.kuwo.cn/star/albumcover/300/79/41/2174085203.jpg" }, { "title": "淋雨一直走", "author": "张韶涵", "url": "https://win-web-nf01-sycdn.kuwo.cn/ff44e27772e8da197e0f8ff17870a026/5f4f5ecb/resource/n1/96/13/2537493301.mp3", "pic": "https://img1.kuwo.cn/star/albumcover/300/97/49/174423401.jpg" } ] } {% endaplayerlist %}
|