mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58: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": {
|
||||
|
||||
@@ -479,6 +479,7 @@ ShipyardDr:
|
||||
value: 0
|
||||
option: [ 0, 1, 2, 3, 4, 5, 6 ]
|
||||
BuyAmount: 2
|
||||
LastRun: 2020-01-01 00:00:00
|
||||
Shipyard:
|
||||
ResearchSeries:
|
||||
value: 1
|
||||
@@ -487,6 +488,7 @@ Shipyard:
|
||||
value: 0
|
||||
option: [ 0, 1, 2, 3, 4, 5, 6 ]
|
||||
BuyAmount: 2
|
||||
LastRun: 2020-01-01 00:00:00
|
||||
Gacha:
|
||||
Pool:
|
||||
value: light
|
||||
|
||||
Reference in New Issue
Block a user