mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 22:37:00 +08:00
[fpy] Fix: PEP540 & SpecialDrop & interval regex (#4645)
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
"Interval": {
|
||||
"type": "input",
|
||||
"value": "00:05",
|
||||
"validate": "\\d+:\\d"
|
||||
"validate": "\\d+:\\d+"
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
@@ -176,7 +176,7 @@
|
||||
"Interval": {
|
||||
"type": "input",
|
||||
"value": "07:00",
|
||||
"validate": "\\d+:\\d"
|
||||
"validate": "\\d+:\\d+"
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
|
||||
Reference in New Issue
Block a user