archive JS

This commit is contained in:
起个名字好难
2025-05-08 01:24:49 +08:00
parent 70cd42d376
commit 7a9f3296bb
33 changed files with 4832 additions and 4832 deletions

View File

@@ -0,0 +1,14 @@
(async function () {
setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI
keyPress("B");
await sleep(3000);
click(1060, 50);
await sleep(3000);
click(770, 180);
await sleep(3000);
click(1690, 1010);
await sleep(3000);
keyPress("F");
await sleep(8000);
log.info("已进入尘歌壶");
})();