mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 10:59:24 +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
|
||||
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user