mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-26 22:26:30 +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