mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
data: update 15/06/2026 18:00 BELxEGY 1x1
This commit is contained in:
parent
d06a21b5e3
commit
425c27fa37
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-15-rev2';
|
const DATA_VERSION = '2026-06-15-rev3';
|
||||||
|
|
||||||
export async function loadData() {
|
export async function loadData() {
|
||||||
if (data) return data;
|
if (data) return data;
|
||||||
|
|
|
||||||
|
|
@ -144,9 +144,14 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 14,
|
"matchId": 14,
|
||||||
"homeScore": null,
|
"homeScore": 1,
|
||||||
"awayScore": null,
|
"awayScore": 1,
|
||||||
"status": "scheduled"
|
"status": "finished",
|
||||||
|
"stats": {
|
||||||
|
"possession": { "home": 54, "away": 46 },
|
||||||
|
"shots": { "home": 15, "away": 14 },
|
||||||
|
"cards": { "home": 4, "away": 3 }
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 15,
|
"matchId": 15,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue