-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
175 lines (175 loc) · 3.74 KB
/
Copy pathdata.json
File metadata and controls
175 lines (175 loc) · 3.74 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
{
"games": [
{
"id": "game1",
"name": "战神4",
"image": "https://placehold.co/120x120/orange/white?text=战神4",
"tags": [
"动作",
"冒险"
]
},
{
"id": "game2",
"name": "最后生还者2",
"image": "https://placehold.co/120x120/blue/white?text=最后生还者2",
"tags": [
"动作",
"剧情"
]
},
{
"id": "game3",
"name": "地平线5",
"image": "https://gmedia.playstation.com/is/image/SIEPDC/honkai-star-rail-ver-3-5-hph-thumbnail-01-ps5-ja-jp-05aug25?$800px$",
"tags": [
"赛车 ",
"开放世界 "
]
},
{
"id": "game4",
"name": "使命召唤",
"image": "https://placehold.co/120x120/red/white?text=使命召唤",
"tags": [
"射击",
"多人"
]
},
{
"id": "game5",
"name": "战地风云",
"image": "https://placehold.co/120x120/darkred/white?text=战地风云",
"tags": [
"射击",
"战争"
]
},
{
"id": "game6",
"name": "FIFA23",
"image": "https://placehold.co/120x120/green/white?text=FIFA23",
"tags": [
"体育",
"足球"
]
},
{
"id": "game7",
"name": "光环无限",
"image": "https://placehold.co/120x120/blue/white?text=光环无限",
"tags": [
"射击",
"科幻"
]
},
{
"id": "game8",
"name": "极限竞速",
"image": "https://placehold.co/120x120/orange/white?text=极限竞速",
"tags": [
"赛车",
"模拟"
]
},
{
"id": "game9",
"name": "塞尔达传说",
"image": "https://placehold.co/120x120/green/white?text=塞尔达",
"tags": [
"冒险",
"解谜"
]
},
{
"id": "game10",
"name": "马里奥赛车",
"image": "https://placehold.co/120x120/red/white?text=马里奥赛车",
"tags": [
"竞速",
"多人"
]
},
{
"id": "game11",
"name": "动物森友会",
"image": "https://placehold.co/120x120/yellow/white?text=动物森友会",
"tags": [
"模拟",
"休闲"
]
},
{
"id": "game12",
"name": "斯普拉遁3",
"image": "https://placehold.co/120x120/purple/white?text=斯普拉遁3",
"tags": [
"射击",
"多人"
]
},
{
"id": "game13",
"name": "英雄联盟",
"image": "https://placehold.co/120x120/blue/white?text=LOL",
"tags": [
"MOBA",
"竞技"
]
},
{
"id": "game14",
"name": "绝地求生",
"image": "https://placehold.co/120x120/orange/white?text=PUBG",
"tags": [
"射击",
"大逃杀"
]
},
{
"id": "game15",
"name": "CS2",
"image": "https://placehold.co/120x120/black/white?text=CS2",
"tags": [
"射击",
"战术"
]
},
{
"id": "game16",
"name": "原神",
"image": "https://placehold.co/120x120/cyan/white?text=原神",
"tags": [
"RPG",
"开放世界"
]
},
{
"id": "game17",
"name": "街头霸王6",
"image": "https://placehold.co/120x120/red/white?text=街头霸王",
"tags": [
"格斗",
"经典"
]
},
{
"id": "game18",
"name": "拳皇15",
"image": "https://placehold.co/120x120/orange/white?text=拳皇15",
"tags": [
"格斗",
"对战"
]
},
{
"id": "game19",
"name": "铁拳8",
"image": "https://placehold.co/120x120/blue/white?text=铁拳8",
"tags": [
"格斗",
"3D"
]
}
]
}