mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Refactor: Use numpy image cache instead of pillow image
This commit is contained in:
@@ -205,7 +205,7 @@ class AutoSearchHandler(EnemySearchingHandler):
|
||||
if drop:
|
||||
drop.handle_add(main=self, before=4)
|
||||
self.device.click(AUTO_SEARCH_MENU_EXIT)
|
||||
self.device.sleep(0.5)
|
||||
self.interval_reset(AUTO_SEARCH_MENU_EXIT)
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user