适配新版本AutoSkip的改动 (#2720)

This commit is contained in:
DarkFlameMaster
2026-01-18 22:39:47 +08:00
committed by GitHub
parent 09f53ec5b8
commit dc03ba075a

View File

@@ -766,7 +766,7 @@ const adventurePath = settings.adventurePath || '蒙德'; // 若未定义,用
await keyPress("f");
await sleep(1000);
// 利用自動劇情領奬
dispatcher.addTimer(new RealtimeTimer("AutoSkip", { "forceInteraction": true }));
dispatcher.addTimer(new RealtimeTimer("AutoSkip"));
await sleep(10000);
await genshin.returnMainUi();
await sleep(1000);