From e45dd1f56128ba97107b79d64b02fcc3f4d402dd Mon Sep 17 00:00:00 2001 From: status102 Date: Fri, 17 Nov 2023 15:35:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=88=98=E6=96=97?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=85=B3=E5=8D=A1=E5=90=8D=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E6=AD=A3=E5=88=99=E6=97=A0=E6=B3=95=E5=8C=B9=E9=85=8DS?= =?UTF-8?q?=E5=85=B3=E3=80=81TR=E5=85=B3=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs b/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs index 461a7d9ac9..50dbe467d0 100644 --- a/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs @@ -245,7 +245,7 @@ namespace MaaWpfGui.ViewModels.UI private const string TempCopilotFile = "cache/_temp_copilot.json"; private string _taskType = "General"; - private const string StageNameRegex = @"(?:[a-z]{0,3})(?:\d{0,2})-(?:(?:A|B|C|D|EX)-)?(?:\d{1,2})"; + private const string StageNameRegex = @"(?:[a-z]{0,3})(?:\d{0,2})-(?:(?:A|B|C|D|EX|S|TR)-)?(?:\d{1,2})"; /// /// 为自动战斗列表匹配名字