Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
2025-09-13 21:33:54 +08:00
parent 27b3cf58d0
commit 305c45655a
16 changed files with 219117 additions and 325430 deletions

View File

@@ -224,7 +224,7 @@ namespace Ichni.Editor
processedArgs.Add(a);
}
// 数字
else if (Regex.IsMatch(a, @"^-?\d+(\.\d+)?$"))
else if (Regex.IsMatch(a, @"^-?\d+(\.\d+)?([eE][+-]?\d+)?$"))
{
processedArgs.Add(a);
}