mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Fix: Handle STORY_CLOSE after B3
This commit is contained in:
@@ -419,6 +419,9 @@ class InfoHandler(ModuleBase):
|
||||
if self.appear_then_click(GAME_TIPS, offset=(20, 20), interval=2):
|
||||
self.story_popup_timeout.reset()
|
||||
return True
|
||||
if self.appear_then_click(STORY_CLOSE, offset=(10, 10), interval=2):
|
||||
self.story_popup_timeout.reset()
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user