mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Fix: Prevent repeated ShipYard runs
This commit is contained in:
@@ -7625,6 +7625,11 @@
|
||||
"BuyAmount": {
|
||||
"type": "input",
|
||||
"value": 2
|
||||
},
|
||||
"LastRun": {
|
||||
"type": "datetime",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
}
|
||||
},
|
||||
"Shipyard": {
|
||||
@@ -7653,6 +7658,11 @@
|
||||
"BuyAmount": {
|
||||
"type": "input",
|
||||
"value": 2
|
||||
},
|
||||
"LastRun": {
|
||||
"type": "datetime",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
|
||||
Reference in New Issue
Block a user