mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
data: update 18/06/2026 19:00 SUIxBIH 4x1
This commit is contained in:
parent
62d0f7a99d
commit
412cca8a59
2 changed files with 9 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ import { initStats } from './stats.js';
|
|||
|
||||
let data = null;
|
||||
|
||||
const DATA_VERSION = '2026-06-18-rev2';
|
||||
const DATA_VERSION = '2026-06-18-rev3';
|
||||
|
||||
// Optional data layers for the post-tournament stats screen (players, awards,
|
||||
// editorial — see .agents/stats-screen-plan.md §0.2). They don't exist yet, so
|
||||
|
|
|
|||
|
|
@ -276,9 +276,14 @@
|
|||
},
|
||||
{
|
||||
"matchId": 26,
|
||||
"homeScore": null,
|
||||
"awayScore": null,
|
||||
"status": "scheduled"
|
||||
"homeScore": 4,
|
||||
"awayScore": 1,
|
||||
"status": "finished",
|
||||
"stats": {
|
||||
"possession": { "home": 62, "away": 38 },
|
||||
"shots": { "home": 13, "away": 5 },
|
||||
"cards": { "home": 1, "away": 3 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"matchId": 27,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue