1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Add: Handle game tips

This commit is contained in:
LmeSzinc
2020-10-30 18:08:59 +08:00
parent 8f12cc6ee6
commit 08e4242229
10 changed files with 4 additions and 0 deletions

View File

@@ -114,6 +114,9 @@ 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(GAME_TIPS, offset=(20, 20), interval=2):
self.story_popup_timout.reset()
return True
return False