jack 2 tháng trước cách đây
mục cha
commit
c1364e2817
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -12,7 +12,7 @@ class MacImageClicker:
         self.target_image = None
         self.target_image = None
         self.confidence_threshold = 0.95
         self.confidence_threshold = 0.95
         self.hotkey = keyboard.Key.f8
         self.hotkey = keyboard.Key.f8
-        self.check_interval = 0.5
+        self.check_interval = 0.000001
         
         
         # macOS 特定设置
         # macOS 特定设置
         pyautogui.FAILSAFE = True
         pyautogui.FAILSAFE = True