add reload page in UI (#1852)
This commit is contained in:
@@ -173,6 +173,7 @@ export const ActionTypes = {
|
|||||||
terminate: "terminate",
|
terminate: "terminate",
|
||||||
SolveCaptcha: "solve_captcha",
|
SolveCaptcha: "solve_captcha",
|
||||||
extract: "extract",
|
extract: "extract",
|
||||||
|
ReloadPage: "reload_page",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
|
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
|
||||||
@@ -189,6 +190,7 @@ export const ReadableActionTypes: {
|
|||||||
terminate: "Terminate",
|
terminate: "Terminate",
|
||||||
solve_captcha: "Solve Captcha",
|
solve_captcha: "Solve Captcha",
|
||||||
extract: "Extract Data",
|
extract: "Extract Data",
|
||||||
|
reload_page: "Reload Page",
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Option = {
|
export type Option = {
|
||||||
|
|||||||
Reference in New Issue
Block a user