🐛 Fix(custom): fix drag upload issue and mime error

ISSUES CLOSED: #373
This commit is contained in:
Kuingsmile
2025-08-20 10:28:57 +08:00
parent b1fb31d655
commit 023250f39b
9 changed files with 134 additions and 126 deletions

View File

@@ -68,14 +68,14 @@
"hpagent": "^1.2.0",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.539.0",
"marked": "^16.1.2",
"mime-types": "^3.0.1",
"lucide-vue-next": "^0.540.0",
"marked": "^16.2.0",
"mime": "^4.0.7",
"mitt": "^3.0.1",
"multer": "^2.0.2",
"node-ssh-no-cpu-features": "^2.0.0",
"nodejs-file-downloader": "^4.13.0",
"piclist": "^2.0.0",
"piclist": "^2.0.1",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"qiniu": "7.14.0",
@@ -102,7 +102,6 @@
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/mime-types": "^3.0.1",
"@types/multer": "^2.0.0",
"@types/node": "^24.1.0",
"@types/semver": "^7.5.6",
@@ -131,7 +130,7 @@
"prettier": "^3.6.2",
"stylus": "^0.64.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.39.1",
"typescript-eslint": "^8.40.0",
"vite": "^7.1.0",
"vitest": "^3.2.4",
"vue-eslint-parser": "^10.2.0",