-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdata.js
More file actions
35 lines (32 loc) · 1.65 KB
/
data.js
File metadata and controls
35 lines (32 loc) · 1.65 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
const appData = {
fontSizes: {
'常规': '16px',
'中号': '18px',
'大号': '22px',
},
sites: [
{
name: '📺 视频网站',
list: [
{ name: '好好看', short: '好好看', url: 'https://www.hhkan0.com/', color: '#d7b303' },
{ name: '网飞猫', short: '网飞猫', url: 'https://www.ncat21.com/', color: '#E50914' },
{ name: 'AnyTV', short: 'Any', url: 'https://e4e681c508b52840389b95a6edb060446f63a719-3000.dstack-prod8.phala.network', color: '#34799F' },
{ name: '局域网', short: '本地', url: 'http://192.168.1.222:44000', color: '#a81f7f' },
// { name: '大米星球', short: '大米', url: 'https://www.dmq7y7v6w0.shop/index/home.html', color: '#C32000' },
// { name: '七味网', short: '七味', url: 'https://www.pknull.com/', color: '#2878ff' },
]
},
{
name: '🎵 音乐网站',
list: [
{ name: '爱听音乐', short: '爱听', url: 'http://www.2t58.com/', color: '#15bf3a' },
{ name: '熊猫无损', short: '熊猫', url: 'https://www.xmwav.com/', color: '#d1b320' },
{ name: '5song无损', short: '5song', url: 'https://www.5song.xyz/', color: '#FFD308' },
{ name: '枫叶音乐', short: '枫叶', url: 'https://mu-jie.cc', color: '#ED6C47' },
// { name: 'GD音乐台', short: 'GD音乐', url: 'https://music.gdstudio.xyz/', color: '#1C8239' },
{ name: '歌曲海', short: '歌曲海', url: 'https://www.gequhai.com/', color: '#1C8239' },
{ name: '云音乐', short: '云音乐', url: 'https://tv.199311.xyz/music/index.html', color: '#cc280b' },
]
},
]
};