1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-01 00:00:34 +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": {