完成用新UI跑1v1

This commit is contained in:
kron
2025-08-14 10:50:44 +08:00
parent 670e79bea4
commit 6803d0f408
6 changed files with 294 additions and 60 deletions

View File

@@ -38,7 +38,7 @@ onMounted(() => {
}
if (
currentPage.route === "pages/battle-room" ||
currentPage.route === "pages/team-match" ||
currentPage.route === "pages/team-battle" ||
currentPage.route === "pages/melee-match"
) {
showLoader.value = true;