fix(humanize): preserve gaussian magnitude in jitter_point; unify swipe return shape
This commit is contained in:
@@ -35,6 +35,8 @@ def swipe(
|
||||
return {
|
||||
"ok": True,
|
||||
"action": "swipe",
|
||||
"start": {"x": start_x, "y": start_y},
|
||||
"end": {"x": end_x, "y": end_y},
|
||||
"waypoints": waypoints,
|
||||
"duration_ms": dms,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user