Skip to content

Commit

Permalink
更新间隔时间
Browse files Browse the repository at this point in the history
  • Loading branch information
pakeh2866 authored Mar 2, 2024
1 parent cd9b7f0 commit 3b8b7bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boss_shortkey.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
console.log(secondButton.textContent);
secondButton.click()
}, 100)
}, 100)
}, 200)
};

// left的触发事件
Expand Down Expand Up @@ -79,8 +79,8 @@
setTimeout(() => {
console.log('开始点击')
leftButton.click();
}, 400)
}, 400)
}, 100)
}, 120)
};

//检测方向键按键,触发不同的函数。
Expand Down

0 comments on commit 3b8b7bd

Please sign in to comment.