Skip to content

Commit

Permalink
fix data
Browse files Browse the repository at this point in the history
  • Loading branch information
shrekshao committed Jun 1, 2023
1 parent 18dae38 commit 452534d
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 5 deletions.
19 changes: 17 additions & 2 deletions _data/seasons/23q2-cup/games/2023-05-14-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,25 @@
"extra": " D4 ",
"home": {
"key": "GSF-U",
"score": 3
"score": 3,
"events": [
{"type": "goal", "time": 25, "player": "文韬"}
,{"type": "goal", "time": 50, "player": "Kevin", "assist": "云帆"}
,{"type": "goal", "time": 60, "player": "Kevin", "assist": "云帆"}
,{"type": "yellow", "time": 70, "player": "老韩"}
]
},
"away": {
"key": "Tengfei",
"score": 6
"score": 7,
"events": [
{"type": "goal", "time": 10, "player": "??"}
,{"type": "goal", "time": 20, "player": "??"}
,{"type": "goal", "time": 28, "player": "??"}
,{"type": "goal", "time": 30, "player": "??"}
,{"type": "goal", "time": 35, "player": "??"}
,{"type": "goal", "time": 40, "player": "??"}
,{"type": "penalty", "time": 70, "player": "??"}
]
}
}
15 changes: 13 additions & 2 deletions _data/seasons/23q2-cup/games/2023-05-27-y1.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
{
"date": "2023-05-27 12:0PM",
"type": "group-r3",
"videos": [
"<iframe src=\"https://www.youtube.com/embed/dx286GARTQ0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"
],
"home": {
"key": "GSF-U",
"score": 3
"score": 3,
"events": [
{"type": "goal", "time": 17, "player": "木泽马", "assist": "吴骏"}
,{"type": "goal", "time": 24, "player": "杨帆", "assist": "木泽马"}
,{"type": "goal", "time": 55, "player": "杨帆", "assist": "Gary"}
]
},
"away": {
"key": "SouthBayKnight",
"score": 1
"score": 1,
"events": [
{"type": "goal", "time": 89, "player": "??"}
]
}
}
6 changes: 6 additions & 0 deletions _data/seasons/23q2-cup/teams/GSF-U.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@
"img": "teams/GSF/23/chenggong.jpg",
"position": "门将"
}
,{
"number": 44,
"name": "文韬",
"img": "teams/GSF/23/wentao.jpg",
"position": "中场"
}
,{
"number": 58,
"name": "何思哲",
Expand Down
2 changes: 1 addition & 1 deletion _data/seasons/23q2-cup/teams/GSF.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"position": "中场"
}
,{
"number": 93,
"number": 87,
"name": "杜雨琛",
"img": "teams/GSF/23/duyuchen.jpg",
"position": "中场"
Expand Down

0 comments on commit 452534d

Please sign in to comment.