From bb2dbac0803ebd6f4cc39ad3d3cab136627aaa7e Mon Sep 17 00:00:00 2001 From: Takaranoao Date: Sun, 29 Jun 2025 23:41:58 -0500 Subject: [PATCH] =?UTF-8?q?=E4=B8=83=E8=83=9C=E5=8F=AC=E5=94=A4->=E4=B8=83?= =?UTF-8?q?=E5=9C=A3=E5=8F=AC=E5=94=A4=20(#1795)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GameTask/AutoGeniusInvokation/Model/Duel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BetterGenshinImpact/GameTask/AutoGeniusInvokation/Model/Duel.cs b/BetterGenshinImpact/GameTask/AutoGeniusInvokation/Model/Duel.cs index 05c25e2e..0c9a12ab 100644 --- a/BetterGenshinImpact/GameTask/AutoGeniusInvokation/Model/Duel.cs +++ b/BetterGenshinImpact/GameTask/AutoGeniusInvokation/Model/Duel.cs @@ -61,7 +61,7 @@ public class Duel LogScreenResolution(); try { - Notify.Event(NotificationEvent.TcgStart).Success("自动七胜召唤启动"); + Notify.Event(NotificationEvent.TcgStart).Success("自动七圣召唤启动"); AutoGeniusInvokationAssets.DestroyInstance(); @@ -306,7 +306,7 @@ public class Duel throw; } - Notify.Event(NotificationEvent.TcgEnd).Success("自动七胜召唤结束"); + Notify.Event(NotificationEvent.TcgEnd).Success("自动七圣召唤结束"); } private HashSet PredictionDiceType()