mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Add: STORY_CHOOSE_LONG_2
This commit is contained in:
@@ -128,6 +128,9 @@ class InfoHandler(ModuleBase):
|
||||
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_CHOOSE_LONG_2, 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
|
||||
|
||||
Reference in New Issue
Block a user