mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix(wpf): 肉鸽开局种子无法通过Wpf设置两位数难度
This commit is contained in:
@@ -396,7 +396,7 @@
|
||||
<hc:TextBox.Text>
|
||||
<Binding Path="RoguelikeSeed" UpdateSourceTrigger="PropertyChanged">
|
||||
<Binding.ValidationRules>
|
||||
<hc:RegexRule Pattern="^[\da-zA-Z]+,rogue_\d,\d$" />
|
||||
<hc:RegexRule Pattern="^[\da-zA-Z]+,rogue_\d+,\d+$" />
|
||||
</Binding.ValidationRules>
|
||||
</Binding>
|
||||
</hc:TextBox.Text>
|
||||
|
||||
Reference in New Issue
Block a user