Commit bfe0a165 authored by duanjinfei's avatar duanjinfei

update document

parent b5d0e140
......@@ -2,3 +2,4 @@ node_modules
.docusaurus
.vscode
build
.DS_Store
......@@ -20,7 +20,7 @@ The `onOversize` function checks if the uploaded file exceeds the maximum allowe
```javascript
const onOversize = (file) => {
showToast('文件大小不能超过 30MB');
showToast('The file size cannot exceed 30MB');
};
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment