reenbale the download action (#4299)

This commit is contained in:
LawyZheng
2025-12-15 14:30:32 +08:00
committed by GitHub
parent 6178a20824
commit ce717146f3
9 changed files with 208 additions and 37 deletions

View File

@@ -267,6 +267,7 @@ export const ActionTypes = {
Hover: "hover",
SelectOption: "select_option",
UploadFile: "upload_file",
DownloadFile: "download_file",
complete: "complete",
wait: "wait",
terminate: "terminate",
@@ -294,6 +295,7 @@ export const ReadableActionTypes: {
hover: "Hover",
select_option: "Select Option",
upload_file: "Upload File",
download_file: "Download File",
complete: "Complete",
wait: "Wait",
terminate: "Terminate",