mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Fix: Handle Story with long choosing button
- Opt: Campaign swipe multiply in SP1
This commit is contained in:
@@ -116,9 +116,6 @@ class InfoHandler(ModuleBase):
|
||||
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()
|
||||
return True
|
||||
if self.appear(STORY_LETTER_BLACK) and self.appear_then_click(STORY_LETTERS_ONLY, offset=True, interval=2):
|
||||
self.story_popup_timout.reset()
|
||||
return True
|
||||
@@ -128,6 +125,12 @@ class InfoHandler(ModuleBase):
|
||||
if self.appear_then_click(STORY_CHOOSE_2, offset=True, interval=2):
|
||||
self.story_popup_timout.reset()
|
||||
return True
|
||||
if self.appear_then_click(STORY_CHOOSE_LONG, offset=True, interval=2):
|
||||
self.story_popup_timout.reset()
|
||||
return True
|
||||
if self.appear_then_click(STORY_SKIP, offset=True, interval=2):
|
||||
self.story_popup_timout.reset()
|
||||
return True
|
||||
if self.appear_then_click(GAME_TIPS, offset=(20, 20), interval=2):
|
||||
self.story_popup_timout.reset()
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user