细节完善
This commit is contained in:
@@ -106,6 +106,7 @@ onLoad(async (options) => {
|
||||
}
|
||||
}
|
||||
if (battleInfo.fireTime > 0) {
|
||||
console.log(`当前箭剩余${remain}秒`);
|
||||
const remain = Date.now() / 1000 - battleInfo.fireTime;
|
||||
if (remain > 0 && remain <= 15) {
|
||||
// 等渲染好再通知
|
||||
|
||||
Reference in New Issue
Block a user