1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 12:08:21 +08:00
This commit is contained in:
2025-04-25 12:11:03 +08:00
45 changed files with 1575 additions and 229 deletions

View File

@@ -432,8 +432,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()