mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-14 22:00:01 +08:00
Fix: AUTO_SEARCH_ON/OFF assets, handle vote popup
This commit is contained in:
@@ -149,6 +149,15 @@ class InfoHandler(ModuleBase):
|
||||
|
||||
return False
|
||||
|
||||
def handle_vote_popup(self):
|
||||
"""
|
||||
Dismiss vote pop-ups.
|
||||
|
||||
Returns:
|
||||
bool:
|
||||
"""
|
||||
return self.appear_then_click(VOTE_CANCEL, offset=(20, 20), interval=2)
|
||||
|
||||
"""
|
||||
Guild popup info
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user