-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
48 lines (46 loc) · 907 Bytes
/
data.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
{
"basic": [
{
"UC": 30,
"Price": 500,
"url": "./images/UC Images/UC 30.webp"
},
{
"UC": 60,
"Price": 600,
"url": "./images/UC Images/300 UC.webp"
},
{
"UC": 360,
"Price": 800,
"url": "./images/UC Images/720 UC.webp"
},
{
"UC": 720,
"Price": 1000,
"url": "./images/UC Images/720 UC.webp"
}
],
"premium": [
{
"UC": 1000,
"Price": 2000,
"url": "./images/UC Images/720 UC.webp"
},
{
"UC": 2000,
"Price": 4000,
"url": "./images/UC Images/720 UC.webp"
},
{
"UC": 3000,
"Price": 6000,
"url": "./images/UC Images/720 UC.webp"
},
{
"UC": 5000,
"Price": 8000,
"url": "./images/UC Images/720 UC.webp"
}
]
}