细节完善

This commit is contained in:
kron
2025-07-18 22:17:17 +08:00
parent 115e0cefbb
commit c8728786e6
12 changed files with 41 additions and 51 deletions

View File

@@ -164,7 +164,7 @@ onLoad(async (options) => {
});
tips.value = `${
scores.value.length ? "下半场-" : "上半场-"
}请连续射出6支`;
}请连续射6`;
const remain = Date.now() / 1000 - battleInfo.startTime;
console.log(`当前局剩余${remain}`);
if (remain <= 90) {
@@ -352,7 +352,7 @@ async function onReceiveMessage(messages = []) {
timerSeq.value = 0;
tips.value = `${
scores.value.length ? "下半场-" : "上半场-"
}请连续射出6支`;
}请连续射6`;
total.value = 90;
halfTimeTip.value = false;
}