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 11:56 UZBxCOL 1x3
This commit is contained in:
parent
6a4fae8283
commit
51778431cf
2 changed files with 9 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ import { initStats } from './stats.js';
|
||||||
|
|
||||||
let data = null;
|
let data = null;
|
||||||
|
|
||||||
const DATA_VERSION = '2026-06-17-rev3';
|
const DATA_VERSION = '2026-06-18-rev1';
|
||||||
|
|
||||||
// Optional data layers for the post-tournament stats screen (players, awards,
|
// 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
|
// editorial — see .agents/stats-screen-plan.md §0.2). They don't exist yet, so
|
||||||
|
|
|
||||||
|
|
@ -254,9 +254,14 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 24,
|
"matchId": 24,
|
||||||
"homeScore": null,
|
"homeScore": 1,
|
||||||
"awayScore": null,
|
"awayScore": 3,
|
||||||
"status": "scheduled"
|
"status": "finished",
|
||||||
|
"stats": {
|
||||||
|
"possession": { "home": 39, "away": 61 },
|
||||||
|
"shots": { "home": 8, "away": 15 },
|
||||||
|
"cards": { "home": 1, "away": 1 }
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 25,
|
"matchId": 25,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue