AetherWing
Results
2
comments of
AetherWing
> 另外想詢問 滑鼠精度是什麼意思? 滑鼠精度指的是錄製滑鼠軌跡的精度,數值越小越精准,但同時可能產生大量的冗餘
可以写插件来实现 下面是一个例子,将会在除第一次外的每次操作后等待3秒 ```python # LoopInterval.py from UIFunc import ScriptEvent import time class LoopInterval: def __init__(self, runtimes, speed, thd=None, swap=None): self.runtimes = runtimes self.speed = speed self.thd = thd self.swap =...