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

@@ -243,6 +243,7 @@ export const ActionTypes = {
VerificationCode: "verification_code",
Drag: "drag",
LeftMouse: "left_mouse",
GotoUrl: "goto_url",
} as const;
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
@@ -267,6 +268,7 @@ export const ReadableActionTypes: {
verification_code: "Verification Code",
drag: "Drag",
left_mouse: "Left Mouse",
goto_url: "Goto URL",
};
export type Option = {