mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Chore: Log what triggers the click on CLICK_SAFE_AREA
This commit is contained in:
@@ -435,8 +435,10 @@ class InfoHandler(ModuleBase):
|
||||
if drop:
|
||||
drop.handle_add(self, before=2)
|
||||
if self.config.STORY_ALLOW_SKIP:
|
||||
logger.info(f'{STORY_SKIP_3} -> {STORY_SKIP}')
|
||||
self.device.click(STORY_SKIP)
|
||||
else:
|
||||
logger.info(f'{STORY_SKIP_3} -> {OS_CLICK_SAFE_AREA}')
|
||||
self.device.click(OS_CLICK_SAFE_AREA)
|
||||
self._story_confirm.reset()
|
||||
self.story_popup_timeout.reset()
|
||||
|
||||
Reference in New Issue
Block a user