diff --git a/BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs b/BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs index 15f9307a..bd51cb40 100644 --- a/BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs +++ b/BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs @@ -1002,6 +1002,7 @@ public class PathExecutor _autoSkipTrigger = new AutoSkipTrigger(new AutoSkipConfig { QuicklySkipConversationsEnabled = true, // 快速点击过剧情 + ClosePopupPagedEnabled = true, ClickChatOption = "优先选择最后一个选项", }); _autoSkipTrigger.Init();