领取纪行

This commit is contained in:
洪籽阳外婆
2024-10-13 20:48:00 +08:00
committed by GitHub
parent 5fd44030a1
commit 54f64921cb
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
(async function () {
setGameMetrics(3840, 2160, 2);
keyPress("F4");
await sleep(1500);
click(1920, 100);
await sleep(1000);
click(3480, 1948);
await sleep(1000);
keyPress("Escape");
log.info("已领取历练点");
})();