From eeecb5b44fb67a3e8c3c433fa40c13f2b4f887e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Tue, 4 Feb 2025 21:48:25 +0800 Subject: [PATCH] pathing: auto skip config2 --- BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs | 1 + 1 file changed, 1 insertion(+) 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();