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:
@@ -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,)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user