mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
data: update matches 10-11 results and stats (NED 2-2 JPN, CIV 1-0 ECU)
This commit is contained in:
parent
d5a9dadc5d
commit
3e9a60bb9e
2 changed files with 17 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ import { initStats } from './stats.js';
|
||||||
|
|
||||||
let data = null;
|
let data = null;
|
||||||
|
|
||||||
const DATA_VERSION = '2026-06-14-rev2';
|
const DATA_VERSION = '2026-06-14-rev3';
|
||||||
|
|
||||||
export async function loadData() {
|
export async function loadData() {
|
||||||
if (data) return data;
|
if (data) return data;
|
||||||
|
|
|
||||||
|
|
@ -100,15 +100,25 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 10,
|
"matchId": 10,
|
||||||
"homeScore": null,
|
"homeScore": 2,
|
||||||
"awayScore": null,
|
"awayScore": 2,
|
||||||
"status": "scheduled"
|
"status": "finished",
|
||||||
|
"stats": {
|
||||||
|
"possession": { "home": 60, "away": 40 },
|
||||||
|
"shots": { "home": 10, "away": 10 },
|
||||||
|
"cards": { "home": 3, "away": 0 }
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 11,
|
"matchId": 11,
|
||||||
"homeScore": null,
|
"homeScore": 1,
|
||||||
"awayScore": null,
|
"awayScore": 0,
|
||||||
"status": "scheduled"
|
"status": "finished",
|
||||||
|
"stats": {
|
||||||
|
"possession": { "home": 48, "away": 52 },
|
||||||
|
"shots": { "home": 13, "away": 11 },
|
||||||
|
"cards": { "home": 3, "away": 1 }
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 12,
|
"matchId": 12,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue