Commit bfe0a165 authored by duanjinfei's avatar duanjinfei

update document

parent b5d0e140
...@@ -2,3 +2,4 @@ node_modules ...@@ -2,3 +2,4 @@ node_modules
.docusaurus .docusaurus
.vscode .vscode
build build
.DS_Store
...@@ -20,7 +20,7 @@ The `onOversize` function checks if the uploaded file exceeds the maximum allowe ...@@ -20,7 +20,7 @@ The `onOversize` function checks if the uploaded file exceeds the maximum allowe
```javascript ```javascript
const onOversize = (file) => { 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