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:
Lucas Kalil 2026-06-14 03:01:04 -03:00
parent 0f5889d8d6
commit 74fa8603f4
3 changed files with 17 additions and 4 deletions

View file

@ -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,