细节完善

This commit is contained in:
kron
2025-07-15 14:02:09 +08:00
parent cf27f75f28
commit ece7e32393
7 changed files with 93 additions and 63 deletions

View File

@@ -25,7 +25,6 @@ const start = ref(false);
const countDown = ref(90);
const battleId = ref("");
const currentRound = ref(1);
const totalRounds = ref(0);
const power = ref(0);
const scores = ref([]);
const tips = ref("即将开始...");