1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 16:17:21 +08:00

Fix: Default color match threshold should be the original value

COLOR_SIMILAR_THRESHOLD
This commit is contained in:
LmeSzinc
2024-12-11 10:22:54 +08:00
parent a67bbba736
commit 48e4c78a43

View File

@@ -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):