mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Default color match threshold should be the original value
COLOR_SIMILAR_THRESHOLD
This commit is contained in:
parent
a67bbba736
commit
48e4c78a43
@ -124,7 +124,7 @@ class ModuleBase:
|
||||
|
||||
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:
|
||||
button (Button, Template, HierarchyButton, str):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user