mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Add: STORY_CHOOSE_LONG_3 to choose the first option
This commit is contained in:
@@ -145,6 +145,11 @@ class InfoHandler(ModuleBase):
|
||||
self.interval_reset(STORY_SKIP)
|
||||
self.interval_reset(STORY_LETTERS_ONLY)
|
||||
return True
|
||||
if self.appear_then_click(STORY_CHOOSE_LONG_3, 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)
|
||||
|
||||
Reference in New Issue
Block a user