diff --git a/apps/resm/d_oaurl.py b/apps/resm/d_oaurl.py index c12ee41..5b37fb3 100644 --- a/apps/resm/d_oaurl.py +++ b/apps/resm/d_oaurl.py @@ -174,7 +174,7 @@ async def try_template_matching() -> bool: ] # pyautogui 定位的准确度阈值(0.0-1.0,越高越严格) - ACCURACY = 0.6 + ACCURACY = 0.4 for template_path in template_paths: if not os.path.exists(template_path):