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

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

14 lines
549 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(async function () {
setGameMetrics(2560, 1440, 1.5)
let delay = settings.delay || 5000;
genshin.returnMainUi()
log.warn("请勿操作鼠标和键盘!")
await pathingScript.runFile("assets/进入蒙德天使的馈赠.json")
await sleep(delay)
log.info("看到这条消息时如果加载还没有完成请修改JS脚本自定义配置延长传送加载时间")
await keyMouseScript.runFile("assets/游逸旅闻-罗莎莉亚2-蒙德天使的馈赠内.json")
await sleep(1000)
keyPress("VK_F")
})();