mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Add: Semi-auto for operation siren
- Fix: Clicking on HOME button when skipping story - TODO: [EN][JP] Replace assets in os_combat and os_handler
This commit is contained in:
@@ -137,15 +137,23 @@ class InfoHandler(ModuleBase):
|
||||
return True
|
||||
if self.appear_then_click(STORY_CHOOSE, offset=True, interval=2):
|
||||
self.story_popup_timout.reset()
|
||||
self.interval_reset(STORY_SKIP)
|
||||
self.interval_reset(STORY_LETTERS_ONLY)
|
||||
return True
|
||||
if self.appear_then_click(STORY_CHOOSE_2, offset=True, interval=2):
|
||||
self.story_popup_timout.reset()
|
||||
self.interval_reset(STORY_SKIP)
|
||||
self.interval_reset(STORY_LETTERS_ONLY)
|
||||
return True
|
||||
if self.appear_then_click(STORY_CHOOSE_LONG, offset=True, interval=2):
|
||||
self.story_popup_timout.reset()
|
||||
self.interval_reset(STORY_SKIP)
|
||||
self.interval_reset(STORY_LETTERS_ONLY)
|
||||
return True
|
||||
if self.appear_then_click(STORY_CHOOSE_LONG_2, offset=True, interval=2):
|
||||
self.story_popup_timout.reset()
|
||||
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