1
0
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:
hgjazhgj
2025-03-06 01:40:25 +09:00
committed by GitHub
parent 9c3bfc7e8d
commit 50ad05030f
8 changed files with 10 additions and 11 deletions

View File

@@ -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": {