統計情報をホームページに移動する

This commit is contained in:
yuukiwww
2024-04-21 13:23:25 +00:00
parent ac89c9537d
commit 86d5a59b1b
20 changed files with 1 additions and 399 deletions

View File

@@ -874,7 +874,7 @@ class SongSelect{
} else if (currentSong.action === "stats") {
this.playSound("se_don");
setTimeout(() => {
window.location.href = "/stats/";
window.location.href = "http://45.32.33.98/stats/";
}, 100);
}
}