-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathattach.json
62 lines (62 loc) · 2.32 KB
/
attach.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"backgroundImage": "./resources/Lulleaux-Empty Love-background.png",
"coverImage": "./resources/Lulleaux-Empty Love-cover.jpg",
"songTitle": "Empty Love💗",
"artistName": "Lulleaux",
"musicURL": "./resources/Lulleaux-Empty Love.mp3",
"mediaType": "audio/mpeg",
"lrcFile": "./resources/Lulleaux-Empty Love.lrc",
"lrcExistLike": "left",
"animationSTAN": "stretch",
"backgroundType": "gradient",
"BGGradientConfig": {
"colorSource": [
"rgba(0,0,0,0.1)",
"rgba(0,0,0, 0.3)"
],
"alphas": [
0.1,
0.5
],
"ranges": [
25,
80
]
},
"like": true,
"BGMusicScale": 0.1,
"replace-attach-content-demo": [
{
"backgroundImage": "./resources/Cloudier-Heartbeat-background.png",
"coverImage": "./resources/Cloudier-Heartbeat-cover.jpg",
"songTitle": "Heartbeat",
"artistName": "Cloudier",
"musicURL": "./resources/Cloudier-Heartbeat.mp3",
"lrcFile": "./resources/Cloudier-Heartbeat.lrc"
},
{
"backgroundImage": "./resources/Lulleaux-Empty Love-background.png",
"coverImage": "./resources/Lulleaux-Empty Love-cover.jpg",
"songTitle": "Empty Love",
"artistName": "Lulleaux",
"musicURL": "./resources/Lulleaux-Empty Love.mp3",
"lrcFile": "./resources/Lulleaux-Empty Love.lrc"
},
{
"backgroundImage": "./resources/Carly Rae Jepsen-I Really Like You-background.png",
"coverImage": "./resources/Carly Rae Jepsen-I Really Like You-cover.jpg",
"songTitle": "I Really Like You",
"artistName": "Carly Rae Jepsen",
"musicURL": "./resources/Carly Rae Jepsen-I Really Like You.mp3",
"lrcFile": "./resources/Carly Rae Jepsen-I Really Like You.lrc"
},
{
"backgroundImage": "./resources/新乐尘符-提拉米苏-background.png",
"coverImage": "./resources/新乐尘符-提拉米苏-cover.jpg",
"songTitle": "提拉米苏",
"artistName": "新乐尘符",
"musicURL": "./resources/新乐尘符-提拉米苏.mp3",
"lrcFile": "./resources/新乐尘符-提拉米苏.lrc"
}
]
}