Added further game data
This commit is contained in:
parent
f052d04634
commit
ba0c1a8364
1 changed files with 30 additions and 1 deletions
31
src/data.js
31
src/data.js
|
|
@ -198,7 +198,7 @@ export const games = [
|
||||||
{
|
{
|
||||||
type: "YouTube",
|
type: "YouTube",
|
||||||
title: "Replay",
|
title: "Replay",
|
||||||
url: "https://www.youtube.com/watch?v=z2Jz95Q8l_w",
|
url: "https://youtu.be/z2Jz95Q8l_w",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
@ -210,6 +210,20 @@ export const games = [
|
||||||
team1: "TV Klarenthal",
|
team1: "TV Klarenthal",
|
||||||
team2: "DJK Saarbrücken-Rastpfuhl",
|
team2: "DJK Saarbrücken-Rastpfuhl",
|
||||||
host: 1,
|
host: 1,
|
||||||
|
results: {
|
||||||
|
sets: {
|
||||||
|
1: [25, 9],
|
||||||
|
2: [25, 20],
|
||||||
|
3: [25, 15],
|
||||||
|
},
|
||||||
|
additional_data: [
|
||||||
|
{
|
||||||
|
type: "YouTube",
|
||||||
|
title: "Replay",
|
||||||
|
url: "https://youtu.be/VlXz71NN21Y",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: "2025-01-18",
|
date: "2025-01-18",
|
||||||
|
|
@ -218,6 +232,21 @@ export const games = [
|
||||||
team1: "TV Brebach",
|
team1: "TV Brebach",
|
||||||
team2: "DJK Saarbrücken-Rastpfuhl",
|
team2: "DJK Saarbrücken-Rastpfuhl",
|
||||||
host: 1,
|
host: 1,
|
||||||
|
results: {
|
||||||
|
sets: {
|
||||||
|
1: [20, 25],
|
||||||
|
2: [25, 12],
|
||||||
|
3: [11, 25],
|
||||||
|
4: [19, 25],
|
||||||
|
},
|
||||||
|
additional_data: [
|
||||||
|
{
|
||||||
|
type: "YouTube",
|
||||||
|
title: "Replay",
|
||||||
|
url: "https://youtu.be/j9oPoNdiYiM",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: "2025-02-01",
|
date: "2025-02-01",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue