Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aon-document
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanjinfei
aon-document
Commits
bfe0a165
Commit
bfe0a165
authored
Aug 05, 2024
by
duanjinfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update document
parent
b5d0e140
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.gitignore
.gitignore
+1
-0
File and Image Upload.md
docs/quick-start/File and Image Upload.md
+1
-1
No files found.
.gitignore
View file @
bfe0a165
...
...
@@ -2,3 +2,4 @@ node_modules
.docusaurus
.vscode
build
.DS_Store
docs/quick-start/File and Image Upload.md
View file @
bfe0a165
...
...
@@ -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
'
);
};
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment