From e0c56a74ea92d516f16f7c2a5034ab787f28b0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Sun, 29 Mar 2026 01:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E7=89=88=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=A7=98=E5=A2=83=E5=A5=96=E5=8A=B1=E9=A2=86=E5=8F=96?= =?UTF-8?q?=E7=9A=84=E9=80=9A=E7=9F=A5=E6=97=B6=E6=9C=BA=EF=BC=8C=E6=88=AA?= =?UTF-8?q?=E5=9B=BE=E8=83=BD=E5=A4=9F=E6=88=AA=E5=88=B0=E5=A5=96=E5=8A=B1?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BetterGenshinImpact/GameTask/AutoDomain/AutoDomainTask.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BetterGenshinImpact/GameTask/AutoDomain/AutoDomainTask.cs b/BetterGenshinImpact/GameTask/AutoDomain/AutoDomainTask.cs index 47465cd1..c18f3135 100644 --- a/BetterGenshinImpact/GameTask/AutoDomain/AutoDomainTask.cs +++ b/BetterGenshinImpact/GameTask/AutoDomain/AutoDomainTask.cs @@ -208,8 +208,6 @@ public class AutoDomainTask : ISoloTask Logger.LogInformation("体力耗尽或者设置轮次已达标,结束自动秘境"); break; } - - Notify.Event(NotificationEvent.DomainReward).Success("自动秘境奖励领取"); } } @@ -1204,6 +1202,8 @@ public class AutoDomainTask : ISoloTask // 如果没有选择树脂的提示,说明只有原粹树脂 // 继续向下执行 } + + Notify.Event(NotificationEvent.DomainReward).Success("自动秘境奖励领取"); Sleep(1000, _ct);