initial import
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user