mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-12 19:25:51 +08:00
Fix: match LoggerUnlockT1 and LoggerUnlockT2
This commit is contained in:
@@ -138,7 +138,7 @@ class StorageHandler(GlobeOperation, ZoneManager):
|
|||||||
|
|
||||||
image = rgb2gray(self.device.image)
|
image = rgb2gray(self.device.image)
|
||||||
items = TEMPLATE_STORAGE_LOGGER.match_multi(image, similarity=0.5)
|
items = TEMPLATE_STORAGE_LOGGER.match_multi(image, similarity=0.5)
|
||||||
items.extend(TEMPLATE_STORAGE_LOGGER_UNLOCK.match_multi(image, similarity=0.75))
|
items.extend(TEMPLATE_STORAGE_LOGGER_UNLOCK.match_multi(image, similarity=0.5))
|
||||||
logger.attr('Storage_logger', len(items))
|
logger.attr('Storage_logger', len(items))
|
||||||
|
|
||||||
if len(items):
|
if len(items):
|
||||||
|
|||||||
Reference in New Issue
Block a user