feat: 文件上传插件
This commit is contained in:
parent
dd8bed3a68
commit
735354e8e3
14
package-lock.json
generated
14
package-lock.json
generated
@ -22,6 +22,7 @@
|
|||||||
"cordova-plugin-device": "^2.1.0",
|
"cordova-plugin-device": "^2.1.0",
|
||||||
"cordova-plugin-dialogs": "^2.0.2",
|
"cordova-plugin-dialogs": "^2.0.2",
|
||||||
"cordova-plugin-file": "^6.0.2",
|
"cordova-plugin-file": "^6.0.2",
|
||||||
|
"cordova-plugin-file-transfer": "github:Priyansu431/cordova-plugin-file-transfer",
|
||||||
"cordova-plugin-geolocation": "^4.1.0",
|
"cordova-plugin-geolocation": "^4.1.0",
|
||||||
"cordova-plugin-inappbrowser": "^5.0.0",
|
"cordova-plugin-inappbrowser": "^5.0.0",
|
||||||
"cordova-plugin-media": "^5.0.4",
|
"cordova-plugin-media": "^5.0.4",
|
||||||
@ -1343,6 +1344,19 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/cordova-plugin-file-transfer": {
|
||||||
|
"version": "2.0.0-dev",
|
||||||
|
"resolved": "git+ssh://git@github.com/Priyansu431/cordova-plugin-file-transfer.git#de6886bb2753bf775f2bb898ad6bc54c9ca5ca02",
|
||||||
|
"dev": true,
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"engines": {
|
||||||
|
"cordovaDependencies": {
|
||||||
|
"3.0.0": {
|
||||||
|
"cordova": ">100"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/cordova-plugin-geolocation": {
|
"node_modules/cordova-plugin-geolocation": {
|
||||||
"version": "4.1.0",
|
"version": "4.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/cordova-plugin-geolocation/-/cordova-plugin-geolocation-4.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/cordova-plugin-geolocation/-/cordova-plugin-geolocation-4.1.0.tgz",
|
||||||
|
12
package.json
12
package.json
@ -24,6 +24,7 @@
|
|||||||
"cordova-plugin-device": "^2.1.0",
|
"cordova-plugin-device": "^2.1.0",
|
||||||
"cordova-plugin-dialogs": "^2.0.2",
|
"cordova-plugin-dialogs": "^2.0.2",
|
||||||
"cordova-plugin-file": "^6.0.2",
|
"cordova-plugin-file": "^6.0.2",
|
||||||
|
"cordova-plugin-file-transfer": "github:Priyansu431/cordova-plugin-file-transfer",
|
||||||
"cordova-plugin-geolocation": "^4.1.0",
|
"cordova-plugin-geolocation": "^4.1.0",
|
||||||
"cordova-plugin-inappbrowser": "^5.0.0",
|
"cordova-plugin-inappbrowser": "^5.0.0",
|
||||||
"cordova-plugin-media": "^5.0.4",
|
"cordova-plugin-media": "^5.0.4",
|
||||||
@ -44,9 +45,7 @@
|
|||||||
"browser"
|
"browser"
|
||||||
],
|
],
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"cordova-plugin-camera": {
|
"cordova-plugin-camera": {},
|
||||||
"ANDROIDX_CORE_VERSION": "1.6.+"
|
|
||||||
},
|
|
||||||
"cordova-plugin-device": {},
|
"cordova-plugin-device": {},
|
||||||
"cordova-plugin-battery-status": {},
|
"cordova-plugin-battery-status": {},
|
||||||
"cordova-plugin-dialogs": {},
|
"cordova-plugin-dialogs": {},
|
||||||
@ -62,12 +61,11 @@
|
|||||||
"cordova-plugin-statusbar": {},
|
"cordova-plugin-statusbar": {},
|
||||||
"cordova-plugin-vibration": {},
|
"cordova-plugin-vibration": {},
|
||||||
"phonegap-plugin-barcodescanner-jsg": {},
|
"phonegap-plugin-barcodescanner-jsg": {},
|
||||||
"phonegap-plugin-barcodescanner": {
|
"phonegap-plugin-barcodescanner": {},
|
||||||
"ANDROID_SUPPORT_V4_VERSION": "27.+"
|
|
||||||
},
|
|
||||||
"cordova-plugin-printer-jsg": {
|
"cordova-plugin-printer-jsg": {
|
||||||
"ANDROID_SUPPORT_V4_VERSION": "28.+"
|
"ANDROID_SUPPORT_V4_VERSION": "28.+"
|
||||||
}
|
},
|
||||||
|
"cordova-plugin-file-transfer": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user