You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"UploadFileIconTemplateIntro": "By setting the <code>IconTemplate</code> parameter and using the <code>FileIcon</code> component, you can further customize the file icon <a href=\"/file-icon\">[FileIcon example]</a>",
3397
3397
"UploadBase64Title": "Base64 format",
3398
-
"UploadBase64Intro": "By setting the <code>PrevUrl</code> parameter value of the <code>UploadFile</code> instance, use the image content string in the <code>data:image/xxx;base64,XXXXX</code> format as the preview file path"
3398
+
"UploadBase64Intro": "By setting the <code>PrevUrl</code> parameter value of the <code>UploadFile</code> instance, use the image content string in the <code>data:image/xxx;base64,XXXXX</code> format as the preview file path",
3399
+
"UploadsFileTitle": "Upload",
3400
+
"UploadsFileError": "The file is larger than 5M. Please reselect the file to upload.",
3401
+
"UploadsSuccess": "File saved successfully",
3402
+
"UploadsSaveFileError": "File save failed",
3403
+
"UploadsWasmError": "In wasm mode, please call the api to save"
0 commit comments