url

远程url

{% aplayer "歌名" "艺术家名" "https:;../.mp3" "封面图.jpg" %}


        

合集

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% aplayerlist %}
[
{
name: "歌曲1",
artist: "艺术家1",
url: "https://example.com/path/to/song1.mp3",
cover: "https://example.com/path/to/cover1.jpg"
},
{
name: "歌曲2",
artist: "艺术家2",
url: "https://example.com/path/to/song2.mp3",
cover: "https://example.com/path/to/cover2.jpg"
}
// 可以继续添加更多的歌曲
]
{% endaplayerlist %}

视频url

1
2
3
4
<video width="640" height="360" controls>
<source src="https://cc99.serv00.net/d/E5/b/StartMenu_Win10.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>