Updated data.js
This commit is contained in:
parent
e8a707b75c
commit
c0a50e547d
1 changed files with 28 additions and 0 deletions
28
src/data.js
28
src/data.js
|
|
@ -122,6 +122,20 @@ export const games = [
|
||||||
team1: "DJK Saarbrücken-Rastpfuhl",
|
team1: "DJK Saarbrücken-Rastpfuhl",
|
||||||
team2: "TV Brebach",
|
team2: "TV Brebach",
|
||||||
host: 1,
|
host: 1,
|
||||||
|
results: {
|
||||||
|
sets: {
|
||||||
|
1: [22, 25],
|
||||||
|
2: [22, 25],
|
||||||
|
3: [16, 25],
|
||||||
|
},
|
||||||
|
additional_data: [
|
||||||
|
{
|
||||||
|
type: "YouTube",
|
||||||
|
title: "Replay",
|
||||||
|
url: "https://www.youtube.com/watch?v=7vRUhVHEAcQ",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: "2024-11-09",
|
date: "2024-11-09",
|
||||||
|
|
@ -130,6 +144,20 @@ export const games = [
|
||||||
team1: "DJK Saarbrücken-Rastpfuhl",
|
team1: "DJK Saarbrücken-Rastpfuhl",
|
||||||
team2: "TV 06 Limbach",
|
team2: "TV 06 Limbach",
|
||||||
host: 1,
|
host: 1,
|
||||||
|
results: {
|
||||||
|
sets: {
|
||||||
|
1: [20, 25],
|
||||||
|
2: [22, 25],
|
||||||
|
3: [23, 25],
|
||||||
|
},
|
||||||
|
additional_data: [
|
||||||
|
{
|
||||||
|
type: "YouTube",
|
||||||
|
title: "Replay",
|
||||||
|
url: "https://youtu.be/L4yv4clg-XQ",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: "2024-11-30",
|
date: "2024-11-30",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue