fixed bugs

This commit is contained in:
2026-06-26 15:14:38 +02:00
parent b7e6fa844b
commit 8ee1eb1246
3 changed files with 21 additions and 27 deletions
+10 -5
View File
@@ -4,34 +4,39 @@
"titre": "Oracle of ages",
"console": "Game Boy Color",
"annee": "2001",
"Type": "2d"
"Type": "2d",
"like": 0
},
{
"id": "2",
"titre": "Breath of the Wild",
"console": "Switch",
"annee": "2017",
"Type": "3d"
"Type": "3d",
"like": 0
},
{
"id": "3",
"titre": "Majora's Mask",
"console": "N64",
"annee": "2000",
"Type": "3d"
"Type": "3d",
"like": 0
},
{
"id": "4",
"titre": "Tears of the kingdom",
"console": "Switch",
"annee": "2023",
"Type": "3d"
"Type": "3d",
"like": 0
},
{
"id": "5",
"titre": "Echoes of Wisdom",
"console": "Switch",
"annee": "2024",
"Type": "3d"
"Type": "3d",
"like": 0
}
]