1
0
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:
LmeSzinc
2020-11-27 19:45:03 +08:00
parent 0e932cad1f
commit 7fba5b6cb2
6 changed files with 4 additions and 0 deletions

View File

@@ -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