support new tab magic link logic (#3797)

This commit is contained in:
LawyZheng
2025-10-23 14:38:03 +08:00
committed by GitHub
parent b8525ff703
commit 87625d4c0f
10 changed files with 74 additions and 4 deletions

View File

@@ -244,6 +244,7 @@ export const ActionTypes = {
Drag: "drag",
LeftMouse: "left_mouse",
GotoUrl: "goto_url",
ClosePage: "close_page",
} as const;
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
@@ -269,6 +270,7 @@ export const ReadableActionTypes: {
drag: "Drag",
left_mouse: "Left Mouse",
goto_url: "Goto URL",
close_page: "Close Page",
};
export type Option = {