Skip to content

Commit 61f90f0

Browse files
committed
Fix: 修正滑动坐标
1 parent e3f387f commit 61f90f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def daily_answer(self):
416416
click_result: TaskDetail = self.tasker.post_task("查看提示").wait().get()
417417
if not click_result.nodes:
418418
self.tasker.controller.post_swipe(randint(590, 600), randint(1200, 1210), randint(620, 630),
419-
randint(1100, 1110), randint(200, 300)).wait()
419+
randint(1000, 1010), randint(300, 400)).wait()
420420
time.sleep(1)
421421
find_result: TaskDetail = self.tasker.post_task("find_red").wait().get()
422422
red_border = find_result.nodes[0].recognition.best_result.box

0 commit comments

Comments
 (0)