fix(humanize): preserve gaussian magnitude in jitter_point; unify swipe return shape

This commit is contained in:
2026-07-15 19:58:02 +08:00
parent 5a93651db7
commit 9da73cc6e3
3 changed files with 42 additions and 10 deletions
+2
View File
@@ -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,
}