mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
data: update match 12 result and stats (SWE 5-1 TUN)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
a0fe50075c
commit
18d6066849
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-14-rev3';
|
const DATA_VERSION = '2026-06-15-rev1';
|
||||||
|
|
||||||
export async function loadData() {
|
export async function loadData() {
|
||||||
if (data) return data;
|
if (data) return data;
|
||||||
|
|
|
||||||
|
|
@ -122,9 +122,14 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 12,
|
"matchId": 12,
|
||||||
"homeScore": null,
|
"homeScore": 5,
|
||||||
"awayScore": null,
|
"awayScore": 1,
|
||||||
"status": "scheduled"
|
"status": "finished",
|
||||||
|
"stats": {
|
||||||
|
"possession": { "home": 49, "away": 51 },
|
||||||
|
"shots": { "home": 17, "away": 5 },
|
||||||
|
"cards": { "home": 0, "away": 1 }
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 13,
|
"matchId": 13,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue