1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 00:19:23 +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

@@ -1721,6 +1721,10 @@
"BuyAmount": {
"name": "購買數量",
"help": "每天前兩張免費"
},
"LastRun": {
"name": "上一次購買時間",
"help": "因為遊戲不顯示今天已經購買了幾張,所以這裡記錄上一次購買的時間以防止任務重複運行,這個數值是自動記錄的,一般不需要修改"
}
},
"Shipyard": {
@@ -1749,6 +1753,10 @@
"BuyAmount": {
"name": "購買數量",
"help": "每天前兩張免費"
},
"LastRun": {
"name": "上一次購買時間",
"help": "因為遊戲不顯示今天已經購買了幾張,所以這裡記錄上一次購買的時間以防止任務重複運行,這個數值是自動記錄的,一般不需要修改"
}
},
"Gacha": {