mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Dispatch refresh for single day, 3 6 hours, 1 3 hour
This commit is contained in:
parent
df44de8d43
commit
dffce6d4c6
@ -9,7 +9,7 @@ from module.logger import logger
|
||||
from module.template.assets import TEMPLATE_OPERATIONS_RED_DOT, TEMPLATE_OPERATIONS_ADD
|
||||
|
||||
RECORD_OPTION_DISPATCH = ('RewardRecord', 'operations_dispatch')
|
||||
RECORD_SINCE_DISPATCH = (0, 6, 12, 18,)
|
||||
RECORD_SINCE_DISPATCH = (6, 12, 18, 21,)
|
||||
RECORD_OPTION_BOSS = ('RewardRecord', 'operations_boss')
|
||||
RECORD_SINCE_BOSS = (0,)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user