mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Upd: Modify check interval to 6 days to avoid missing rerun event furniture.
This commit is contained in:
@@ -1418,7 +1418,7 @@
|
||||
},
|
||||
"LastRun": {
|
||||
"name": "Last Check Time",
|
||||
"help": "The time of the last check is recorded here to prevent the task from running repeatedly. Check interval is 7 days. This value is automatically recorded and generally does not need to be modified."
|
||||
"help": "The time of the last check is recorded here to prevent the task from running repeatedly. Check interval is 6 days. This value is automatically recorded and generally does not need to be modified."
|
||||
}
|
||||
},
|
||||
"Meowfficer": {
|
||||
|
||||
@@ -1418,7 +1418,7 @@
|
||||
},
|
||||
"LastRun": {
|
||||
"name": "上次检查时间",
|
||||
"help": "记录上一次检查的时间以防止任务重复运行,检查间隔为7天,这个数值是自动记录的,一般不需要修改"
|
||||
"help": "记录上一次检查的时间以防止任务重复运行,检查间隔为6天,这个数值是自动记录的,一般不需要修改"
|
||||
}
|
||||
},
|
||||
"Meowfficer": {
|
||||
|
||||
@@ -1418,7 +1418,7 @@
|
||||
},
|
||||
"LastRun": {
|
||||
"name": "上次檢查時間",
|
||||
"help": "記錄上一次檢查的時間以防止任務重複執行,這個數值是自動記錄的,一般不需要修改"
|
||||
"help": "記錄上一次檢查的時間以防止任務重複執行,檢查間隔為6天,這個數值是自動記錄的,一般不需要修改"
|
||||
}
|
||||
},
|
||||
"Meowfficer": {
|
||||
|
||||
@@ -11,7 +11,7 @@ from module.ui.ui import UI
|
||||
OCR_FURNITURE_COIN = Digit(OCR_DORM_FURNITURE_COIN, letter=(107, 89, 82), threshold=128, alphabet='0123456789', name='OCR_FURNITURE_COIN')
|
||||
OCR_FURNITURE_PRICE = Digit(OCR_DORM_FURNITURE_PRICE, letter=(255, 247, 247), threshold=64, alphabet='0123456789', name='OCR_FURNITURE_PRICE')
|
||||
|
||||
CHECK_INTERVAL = 7 # Check every 7 days
|
||||
CHECK_INTERVAL = 6 # Check every 6 days
|
||||
# Only for click
|
||||
FURNITURE_BUY_BUTTON = {
|
||||
"all": DORM_FURNITURE_BUY_ALL,
|
||||
|
||||
Reference in New Issue
Block a user