1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 23:51:30 +08:00

Fix: Prevent repeated ShipYard runs

This commit is contained in:
LmeSzinc
2023-02-21 21:36:22 +08:00
parent ad5dd520e1
commit 5874e1214c
9 changed files with 73 additions and 10 deletions

View File

@@ -1481,12 +1481,14 @@
"ShipyardDr": {
"ResearchSeries": 2,
"ShipIndex": 0,
"BuyAmount": 2
"BuyAmount": 2,
"LastRun": "2020-01-01 00:00:00"
},
"Shipyard": {
"ResearchSeries": 1,
"ShipIndex": 0,
"BuyAmount": 2
"BuyAmount": 2,
"LastRun": "2020-01-01 00:00:00"
},
"Storage": {
"Storage": {}