ChrisFuck hace 5 años
padre
commit
029864a1f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      index.js

+ 1
- 1
index.js Ver fichero

@@ -1,5 +1,5 @@
1 1
 import { Constants } from './utils/contants'
2
-import { getFilemd5sum } from './utils/utils'
2
+import getFilemd5sum from './utils/utils'
3 3
 
4 4
 function FileFactory(file) {
5 5
   this.offset = 0; //用于断点续传,默认为 0