0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-05 08:25:28 +00:00

修复没体力卡领取

This commit is contained in:
firedcto@gmail.com 2024-07-26 22:37:02 +08:00
parent da9f643280
commit ed35b90d85

View File

@ -232,7 +232,7 @@ class BaseCombatTask(BaseWWTask, FindFeature, OCR, CombatCheck):
def handle_claim_button(self):
if self.wait_feature('claim_cancel_button', raise_if_not_found=False, horizontal_variance=0.05,
vertical_variance=0.05, time_out=1.5, threshold=0.8):
vertical_variance=0.1, time_out=1.5, threshold=0.8):
self.sleep(0.5)
self.send_key('esc')
self.sleep(0.5)