细节完善
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user