1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Fix: Dispatch refresh for single day, 3 6 hours, 1 3 hour

This commit is contained in:
nEEtdo0d
2021-01-10 10:15:13 -05:00
parent df44de8d43
commit dffce6d4c6

View File

@@ -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,)