Feature: build-in server support formdata now

ISSUES CLOSED: #103
This commit is contained in:
Kuingsmile
2023-10-09 18:37:29 +08:00
parent df4d39e9ed
commit 615cbc5f07
4 changed files with 152 additions and 34 deletions

View File

@@ -65,9 +65,10 @@
"marked": "^8.0.0",
"mime-types": "^2.1.35",
"mitt": "^3.0.1",
"multer": "^1.4.5-lts.1",
"node-ssh-no-cpu-features": "^1.0.1",
"nodejs-file-downloader": "^4.12.1",
"piclist": "^1.2.2",
"piclist": "^1.3.1",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"qiniu": "^7.9.0",
@@ -96,6 +97,7 @@
"@types/js-yaml": "^4.0.6",
"@types/lowdb": "^1.0.12",
"@types/mime-types": "^2.1.2",
"@types/multer": "^1.4.8",
"@types/node": "^16.10.2",
"@types/request-promise-native": "^1.0.19",
"@types/semver": "^7.5.3",