mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: Mis-click HOME when skipping story
- Fix daily hard when fleet lock disabled
This commit is contained in:
@@ -99,6 +99,8 @@ class InfoHandler(ModuleBase):
|
||||
if self.story_popup_timout.started() and not self.story_popup_timout.reached():
|
||||
if self.handle_popup_confirm('STORY_SKIP'):
|
||||
self.story_popup_timout = Timer(10)
|
||||
self.interval_reset(STORY_SKIP)
|
||||
self.interval_reset(STORY_LETTERS_ONLY)
|
||||
return True
|
||||
if self.appear_then_click(STORY_SKIP, offset=True, interval=2):
|
||||
self.story_popup_timout.reset()
|
||||
|
||||
Reference in New Issue
Block a user