mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-29 10:09:49 +08:00
副词条适配(待激活)
This commit is contained in:
@@ -535,7 +535,7 @@ public class AutoArtifactSalvageTask : ISoloTask
|
||||
#region 副词条
|
||||
ArtifactAffix[] minorAffixes = levelAndMinorAffixLines.Select(l =>
|
||||
{
|
||||
string pattern = @"^[•·]?([^+::]+)\+([\d., ]*)(%?)$";
|
||||
string pattern = @"^([^+::]+)\+([\d., ]*)(%?).*$";
|
||||
pattern = pattern.Replace("%", percentStr);
|
||||
Match match = Regex.Match(l, pattern);
|
||||
if (match.Success)
|
||||
|
||||
Reference in New Issue
Block a user