We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用aplayerlist形式如下: {% aplayerlist %} { "narrow": false, "autoplay": true, "mode": "random", "showlrc": 1, "mutex": true, "theme": "#e6d0b2", "preload": "metadata", "listmaxheight": "513px", "music": [ { "title": "轨迹", "author": "周杰伦", "url": "https://file.dunkwan.cn/8004033d101a67c9c198.mp3/%E8%BD%A8%E8%BF%B9-%E5%91%A8%E6%9D%B0%E4%BC%A6.mp3", "pic": "https://file.dunkwan.cn/12d5d2e0bf1ac695b5be.jpg/%E8%BD%A8%E8%BF%B9-%E5%91%A8%E6%9D%B0%E4%BC%A6.jpg", "lrc": "" }, { "title": "告白气球", "author": "周杰伦", "url": "https://file.dunkwan.cn/61b3a0f6cf10c159108b.mp3/%E5%91%8A%E7%99%BD%E6%B0%94%E7%90%83-%E5%91%A8%E6%9D%B0%E4%BC%A6.mp3", "pic": "https://file.dunkwan.cn/a2e2f8f6f8f19f952b37.jpg/%E5%91%8A%E7%99%BD%E6%B0%94%E7%90%83-%E5%91%A8%E6%9D%B0%E4%BC%A6.jpg", "lrc": "" } ] } {% endaplayerlist %}
The text was updated successfully, but these errors were encountered:
你播放器可以显示吗,我直接是个白色的小块
Sorry, something went wrong.
No branches or pull requests
使用aplayerlist形式如下:
{% aplayerlist %}
{
"narrow": false,
"autoplay": true,
"mode": "random",
"showlrc": 1,
"mutex": true,
"theme": "#e6d0b2",
"preload": "metadata",
"listmaxheight": "513px",
"music": [
{
"title": "轨迹",
"author": "周杰伦",
"url": "https://file.dunkwan.cn/8004033d101a67c9c198.mp3/%E8%BD%A8%E8%BF%B9-%E5%91%A8%E6%9D%B0%E4%BC%A6.mp3",
"pic": "https://file.dunkwan.cn/12d5d2e0bf1ac695b5be.jpg/%E8%BD%A8%E8%BF%B9-%E5%91%A8%E6%9D%B0%E4%BC%A6.jpg",
"lrc": ""
},
{
"title": "告白气球",
"author": "周杰伦",
"url": "https://file.dunkwan.cn/61b3a0f6cf10c159108b.mp3/%E5%91%8A%E7%99%BD%E6%B0%94%E7%90%83-%E5%91%A8%E6%9D%B0%E4%BC%A6.mp3",
"pic": "https://file.dunkwan.cn/a2e2f8f6f8f19f952b37.jpg/%E5%91%8A%E7%99%BD%E6%B0%94%E7%90%83-%E5%91%A8%E6%9D%B0%E4%BC%A6.jpg",
"lrc": ""
}
]
}
{% endaplayerlist %}
The text was updated successfully, but these errors were encountered: