-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.js
More file actions
146 lines (146 loc) · 3.92 KB
/
config.js
File metadata and controls
146 lines (146 loc) · 3.92 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
export const genshinCharacters = [
{
name: '甘雨',
url: 'https://docker.chunkj.qzz.io',
element: '冰',
rarity: 5,
color: '#4A90E2',
description: 'Docker加速服务',
vision: '冰',
weapon: '弓',
region: '璃月',
imageUrl: 'https://i.pixiv.re/img-original/img/2023/10/24/00/01/01/112799095_p0.jpg'
},
{
name: '胡桃',
url: 'https://gh-proxy.chunkj.qzz.io',
element: '火',
rarity: 5,
color: '#E74C3C',
description: 'GitHub加速服务',
vision: '火',
weapon: '长柄武器',
region: '璃月',
imageUrl: 'https://i.imgur.com/placeholder2.jpg'
},
{
name: '钟离',
url: 'https://sub-web-plus.chunkj.qzz.io',
element: '岩',
rarity: 5,
color: '#F39C12',
description: '订阅格式转换',
vision: '岩',
weapon: '长柄武器',
region: '璃月',
imageUrl: 'https://i.imgur.com/placeholder4.jpg'
},
{
name: '魈',
url: 'https://supersonic.chunkj.qzz.io',
element: '风',
rarity: 5,
color: '#2ECC71',
description: '音乐流媒体',
vision: '风',
weapon: '长柄武器',
region: '璃月',
imageUrl: 'https://i.imgur.com/placeholder5.jpg'
},
{
name: '八重神子',
url: 'https://docker.chunkj.us.to',
element: '雷',
rarity: 5,
color: '#E91E63',
description: '备用加速服务',
vision: '雷',
weapon: '法器',
region: '稻妻',
imageUrl: 'https://i.imgur.com/placeholder6.jpg'
},
{
name: '温迪',
url: 'https://gh-fast.chunkj.qzz.io',
element: '风',
rarity: 5,
color: '#00BCD4',
description: '备用代码加速',
vision: '风',
weapon: '弓',
region: '蒙德',
imageUrl: 'https://i.imgur.com/placeholder7.jpg'
},
{
name: '刻晴',
url: 'https://snake.chunkj.qzz.io',
element: '雷',
rarity: 5,
color: '#9C27B0',
description: '经典小游戏',
vision: '雷',
weapon: '剑',
region: '璃月',
imageUrl: 'https://i.imgur.com/placeholder8.jpg'
},
{
name: '迪卢克',
url: 'https://yang.chunkj.qzz.io',
element: '火',
rarity: 5,
color: '#FF5722',
description: '热门消除游戏',
vision: '火',
weapon: '双手剑',
region: '蒙德',
imageUrl: 'https://i.imgur.com/placeholder9.jpg'
},
{
name: '芭芭拉',
url: 'https://tophub.you.hidns.vip',
element: '水',
rarity: 4,
color: '#2196F3',
description: '热点新闻聚合',
vision: '水',
weapon: '法器',
region: '蒙德',
imageUrl: 'https://i.imgur.com/placeholder10.jpg'
},
{
name: '菲谢尔',
url: 'https://tophub.chunkj.us.to',
element: '雷',
rarity: 4,
color: '#673AB7',
description: '备用热点服务',
vision: '雷',
weapon: '弓',
region: '蒙德',
imageUrl: 'https://i.imgur.com/placeholder11.jpg'
},
{
name: '香菱',
url: 'https://tv.chunkj.qzz.io',
element: '火',
rarity: 4,
color: '#FF9800',
description: '在线电视直播',
vision: '火',
weapon: '长柄武器',
region: '璃月',
imageUrl: 'https://i.imgur.com/placeholder12.jpg'
},
{
name: '派蒙',
url: 'https://rand.mossia.top/',
element: '风',
rarity: 5,
color: '#FFD700',
description: '随机图片生成器',
vision: '风',
weapon: '法器',
region: '天空岛',
imageUrl: 'https://i.imgur.com/placeholder14.jpg'
}
];