Files
起个名字好难的喵 d69f6e5bc6 地图追踪:香辛果新增30个 (#631)
* 完善归档路径

* 地图追踪:香辛果新增30个
2025-04-22 23:24:07 +08:00

18 lines
413 B
JavaScript

(async function () {
setGameMetrics(1920, 1080, 2);
await sleep(1000);
keyPress("ESCAPE")
await sleep(1000);
click(50, 1030);
log.info("退出");
await sleep(1000);
click(1000, 750);
log.info("确认");
await sleep(20000);
click(1800, 1000);
log.info("切换账号");
await sleep(1000);
click(1000, 550);
log.info("确认");
await sleep(4000);
})();