support magic link login (#3702)

This commit is contained in:
LawyZheng
2025-10-14 16:24:14 +08:00
committed by GitHub
parent eda2dcffa4
commit dc832ea6db
19 changed files with 443 additions and 30 deletions

View File

@@ -260,6 +260,11 @@ class KeypressAction(Action):
duration: int = 0
class GotoUrlAction(Action):
action_type: ActionType = ActionType.GOTO_URL
url: str
class MoveAction(Action):
action_type: ActionType = ActionType.MOVE
x: int