wss14 #2

Merged
kar merged 38 commits from wss14 into master 2024-03-26 05:28:08 +00:00
Showing only changes of commit 38eccfedda - Show all commits

View File

@@ -93,7 +93,7 @@ import Layout from "../../layouts/Layout.astro";
.then(res => res.json())
.then(data => {
gameData = data.data;
console.log(gameData)
// console.log(gameData)
document.getElementById("gameDescription").innerHTML = gameData.description;
if(gameData.label1){
document.getElementById("label1").innerHTML = gameData.label1;