mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
data: update match 8 results and stats (AUS 2-0 TUR)
- Match 8 finished: Australia 2-0 Turkey - Added statistics: possession 28/72, shots 9/30, cards 0/1 - Verified in preview with correct modal display - Updated project memory with refresh entry and sources - Bumped DATA_VERSION to 2026-06-14-rev1 for cache busting
This commit is contained in:
parent
0f5889d8d6
commit
74fa8603f4
3 changed files with 17 additions and 4 deletions
|
|
@ -78,9 +78,14 @@
|
|||
},
|
||||
{
|
||||
"matchId": 8,
|
||||
"homeScore": null,
|
||||
"awayScore": null,
|
||||
"status": "scheduled"
|
||||
"homeScore": 2,
|
||||
"awayScore": 0,
|
||||
"status": "finished",
|
||||
"stats": {
|
||||
"possession": { "home": 28, "away": 72 },
|
||||
"shots": { "home": 9, "away": 30 },
|
||||
"cards": { "home": 0, "away": 1 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"matchId": 9,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue