initial import

This commit is contained in:
taiko-web
2026-01-01 21:31:54 +08:00
parent 92c1261f6f
commit 6d7be5c45c
3 changed files with 11 additions and 19 deletions

View File

@@ -310,12 +310,6 @@ class SongSelect{
iconName: "download",
iconFill: "#e7cbe1",
letterSpacing: 4
}, {
text: "削除",
fill: "silver",
iconName: "trash",
iconFill: "#111111",
letterSpacing: 4
}]
this.optionsList = [strings.none, strings.auto, strings.netplay]
@@ -954,7 +948,7 @@ class SongSelect{
} else if (currentSong.action === "upload") {
this.playSound("se_don");
setTimeout(() => {
window.location.href = "/upload/";
window.location.href = "https://zizhipu.taiko.asia";
}, 100);
} else if (currentSong.action === "keijiban") {
this.playSound("se_don");