From d5f8e43751b806fa8ed53cdaf55fb8cf9c4adad5 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 10 Feb 2026 16:18:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9ACCURACY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/resm/d_oaurl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):