Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
longjinwen committed Jan 9, 2020
1 parent 0c90c31 commit f116aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// 队列延迟发送,可用于调试,默认0(ms)
delay: 0,
// 切片大小(M),建议不要太小,默认10
chunkSile: 1,
chunkSile: 10,
})
.appendHeader({
header1: 'header 1',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-upload-slice-file",
"version": "2.0.1",
"version": "2.1.0",
"description": "一款前端简单的分片上传文件小项目,支持进度计算,队列提交,MD5校验",
"author": "long<[email protected]>",
"main": "./dist/simple-upload-slice-file.min.js",
Expand Down

0 comments on commit f116aa7

Please sign in to comment.