-
Notifications
You must be signed in to change notification settings - Fork 1
/
list.js
41 lines (41 loc) · 2.05 KB
/
list.js
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
var xuwei = [{
"name": "像风一样自由 - 许巍.mp3",
"artist": "专辑-默认",
"url": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/默认/像风一样自由 - 许巍.mp3",
"cover": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/cover.png"
}, {
"name": "南无观世音菩萨 - 许巍.mp3",
"artist": "专辑-默认",
"url": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/默认/南无观世音菩萨 - 许巍.mp3",
"cover": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/cover.png"
}, {
"name": "旅行 - 许巍.mp3",
"artist": "专辑-默认",
"url": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/默认/旅行 - 许巍.mp3",
"cover": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/cover.png"
}, {
"name": "时光 - 许巍.mp3",
"artist": "专辑-默认",
"url": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/默认/时光 - 许巍.mp3",
"cover": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/cover.png"
}, {
"name": "星空 - 许巍.mp3",
"artist": "专辑-默认",
"url": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/默认/星空 - 许巍.mp3",
"cover": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/cover.png"
}, {
"name": "漫步 - 许巍.mp3",
"artist": "专辑-默认",
"url": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/默认/漫步 - 许巍.mp3",
"cover": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/cover.png"
}, {
"name": "礼物 - 许巍.mp3",
"artist": "专辑-默认",
"url": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/默认/礼物 - 许巍.mp3",
"cover": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/cover.png"
}, {
"name": "那一年 - 许巍.mp3",
"artist": "专辑-默认",
"url": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/默认/那一年 - 许巍.mp3",
"cover": "https://cdn.jsdelivr.net/gh/laonayt/xuwei-resource@master/cover.png"
}]