add move action in frontend ()

This commit is contained in:
Shuchang Zheng 2025-04-13 00:12:01 -07:00 committed by GitHub
parent 4a9ecd0cd2
commit 0a6d366f82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,6 +179,7 @@ export const ActionTypes = {
ReloadPage: "reload_page",
KeyPress: "keypress",
Scroll: "scroll",
Move: "move",
} as const;
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
@ -198,6 +199,7 @@ export const ReadableActionTypes: {
reload_page: "Reload Page",
keypress: "Press Keys",
scroll: "Scroll",
move: "Move",
};
export type Option = {