feat(system/file): 新增分片文件上传

This commit is contained in:
KAI
2025-08-12 13:11:59 +00:00
committed by Charles7c
parent 986c03e69f
commit a3ce4b508a
11 changed files with 1565 additions and 19 deletions

View File

@@ -58,7 +58,8 @@
"vue-router": "^4.3.3",
"vue3-tree-org": "^4.2.2",
"xe-utils": "^3.5.7",
"xgplayer": "^2.31.6"
"xgplayer": "^2.31.6",
"spark-md5": "^3.0.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.3",
@@ -67,6 +68,7 @@
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.2.5",
"@types/query-string": "^6.3.0",
"@types/spark-md5": "^3.0.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/tsconfig": "^0.1.3",