local-data.ts
4.9 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
export const headerLinks = [
{
title: '发现音乐',
link: '/discover'
},
{
title: '我的音乐',
link: '/mine'
},
{
title: '朋友',
link: '/friend'
},
{
title: '商城',
link: 'https://music.163.com/store/product'
},
{
title: '音乐人',
link: 'https://music.163.com/nmusician/web/index#/'
},
{
title: '下载客户端',
link: 'https://music.163.com/#/download'
}
]
export const footerLinks = [
{
title: '服务条款',
link: 'https://st.music.163.com/official-terms/service'
},
{
title: '隐私政策',
link: 'https://st.music.163.com/official-terms/privacy'
},
{
title: '儿童隐私政策',
link: 'https://st.music.163.com/official-terms/children'
},
{
title: '版权投诉指引',
link: 'https://music.163.com/st/staticdeal/complaints.html'
},
{
title: '意见反馈',
link: '#'
}
]
export const footerImages = [
{
link: 'https://music.163.com/st/userbasic#/auth'
},
{
link: 'https://music.163.com/recruit'
},
{
link: 'https://music.163.com/web/reward'
},
{
link: 'https://music.163.com/uservideo#/plan'
}
]
// discover中的数据
export const discoverMenu = [
{
title: '推荐',
link: '/discover/recommend'
},
{
title: '排行榜',
link: '/discover/ranking'
},
{
title: '歌单',
link: '/discover/songs'
},
{
title: '主播电台',
link: '/discover/djradio'
},
{
title: '歌手',
link: '/discover/artist'
},
{
title: '新碟上架',
link: '/discover/album'
}
]
// 热门主播
export const hotRadios = [
{
picUrl:
'http://p1.music.126.net/H3QxWdf0eUiwmhJvA4vrMQ==/1407374893913311.jpg',
name: '陈立',
position: '心理学家、美食家陈立教授',
url: '/user/home?id=278438485'
},
{
picUrl:
'http://p1.music.126.net/y5-sM7tjnxnu_V9LWKgZlw==/7942872001461517.jpg',
name: 'DJ艳秋',
position: '著名音乐节目主持人',
url: '/user/home?id=91239965'
},
{
picUrl:
'http://p1.music.126.net/6cc6lgOfQTo6ovNnTHPyJg==/3427177769086282.jpg',
name: '国家大剧院古典音乐频道',
position: '国家大剧院古典音乐官方',
url: '/user/home?id=324314596'
},
{
picUrl:
'http://p1.music.126.net/xa1Uxrrn4J0pm_PJwkGYvw==/3130309604335651.jpg',
name: '谢谢收听',
position: '南京电台主持人王馨',
url: '/user/home?id=1611157'
},
{
picUrl:
'http://p1.music.126.net/slpd09Tf5Ju82Mv-h8MP4w==/3440371884651965.jpg',
name: 'DJ晓苏',
position: '独立DJ,CRI环球旅游广播特邀DJ',
url: '/user/home?id=2313954'
}
]
// 歌手类别
export const artistCategories = [
{
title: '推荐',
area: -1,
artists: [
{
name: '推荐歌手',
type: 1,
url: '/discover/artist',
id: 0
},
{
name: '入驻歌手',
type: 2,
url: '/discover/artist?cat=5001',
dataPath: '/artist/list?cat=5001'
}
]
},
{
title: '华语',
area: 7,
artists: [
{
name: '华语男歌手',
url: '/discover/artist?id=1001',
type: 1
},
{
name: '华语女歌手',
url: '/discover/artist?id=1002',
type: 2
},
{
name: '华语组合/乐队',
url: '/discover/artist?id=1003',
type: 3
}
]
},
{
title: '欧美',
area: 96,
artists: [
{
name: '欧美男歌手',
url: '/discover/artist?id=2001',
type: 1
},
{
name: '欧美女歌手',
url: '/discover/artist?id=2002',
type: 2
},
{
name: '欧美组合乐队',
url: '/discover/artist?id=2003',
type: 3
}
]
},
{
title: '日本',
area: 8,
artists: [
{
name: '日本男歌手',
url: '/discover/artist?id=6001',
type: 1
},
{
name: '日本女歌手',
url: '/discover/artist?id=6002',
type: 2
},
{
name: '日本组合/乐队',
url: '/discover/artist?id=6003',
type: 3
}
]
},
{
title: '韩国',
area: 16,
artists: [
{
name: '韩国男歌手',
url: '/discover/artist?id=7001',
type: 1
},
{
name: '韩国女歌手',
url: '/discover/artist?id=7002',
type: 2
},
{
name: '韩国组合/乐队',
url: '/discover/artist?id=7003',
type: 3
}
]
},
{
title: '其他',
area: 0,
artists: [
{
name: '其他男歌手',
url: '/discover/artist?id=4001',
type: 1
},
{
name: '其他女歌手',
url: '/discover/artist?id=4002',
type: 2
},
{
name: '其他组合乐队',
url: '/discover/artist?id=4003',
type: 3
}
]
}
]