mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
fix: 修复战斗列表关卡名匹配正则无法匹配S关、TR关的错误
This commit is contained in:
@@ -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})";
|
||||
|
||||
/// <summary>
|
||||
/// 为自动战斗列表匹配名字
|
||||
|
||||
Reference in New Issue
Block a user