mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-16 03:33:25 +08:00
适配新版本AutoSkip的改动 (#2720)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user