mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 10:27:21 +08:00
Fix: Default color match threshold should be the original value
COLOR_SIMILAR_THRESHOLD
This commit is contained in:
@@ -124,7 +124,7 @@ class ModuleBase:
|
|||||||
|
|
||||||
return button
|
return button
|
||||||
|
|
||||||
def appear(self, button, offset=0, interval=0, similarity=0.85, threshold=30):
|
def appear(self, button, offset=0, interval=0, similarity=0.85, threshold=10):
|
||||||
"""
|
"""
|
||||||
Args:
|
Args:
|
||||||
button (Button, Template, HierarchyButton, str):
|
button (Button, Template, HierarchyButton, str):
|
||||||
|
|||||||
Reference in New Issue
Block a user