data: update matches 10-11 results and stats (NED 2-2 JPN, CIV 1-0 ECU)

This commit is contained in:
Lucas Kalil 2026-06-14 22:08:46 -03:00
parent d5a9dadc5d
commit 3e9a60bb9e
2 changed files with 17 additions and 7 deletions

View file

@ -15,7 +15,7 @@ import { initStats } from './stats.js';
let data = null;
const DATA_VERSION = '2026-06-14-rev2';
const DATA_VERSION = '2026-06-14-rev3';
export async function loadData() {
if (data) return data;

View file

@ -100,15 +100,25 @@
},
{
"matchId": 10,
"homeScore": null,
"awayScore": null,
"status": "scheduled"
"homeScore": 2,
"awayScore": 2,
"status": "finished",
"stats": {
"possession": { "home": 60, "away": 40 },
"shots": { "home": 10, "away": 10 },
"cards": { "home": 3, "away": 0 }
}
},
{
"matchId": 11,
"homeScore": null,
"awayScore": null,
"status": "scheduled"
"homeScore": 1,
"awayScore": 0,
"status": "finished",
"stats": {
"possession": { "home": 48, "away": 52 },
"shots": { "home": 13, "away": 11 },
"cards": { "home": 3, "away": 1 }
}
},
{
"matchId": 12,