feat: cordova10-打印插件

This commit is contained in:
陶林 2023-08-07 12:58:54 +08:00
parent 9f3b4fb55a
commit dd8bed3a68
3 changed files with 5724 additions and 3571 deletions

5717
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -29,13 +29,14 @@
"cordova-plugin-media": "^5.0.4",
"cordova-plugin-media-capture": "^3.0.3",
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-printer-jsg": "^0.8.0",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-splashscreen": "^6.0.1",
"cordova-plugin-statusbar": "^3.0.0",
"cordova-plugin-vibration": "^3.1.1",
"es6-promise-plugin": "^4.2.2",
"phonegap-plugin-barcodescanner-jsg": "8.1.2",
"phonegap-plugin-barcodescanner-fix": "^8.1.1"
"phonegap-plugin-barcodescanner-fix": "^8.1.1",
"phonegap-plugin-barcodescanner-jsg": "8.1.2"
},
"cordova": {
"platforms": [
@ -63,6 +64,9 @@
"phonegap-plugin-barcodescanner-jsg": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-printer-jsg": {
"ANDROID_SUPPORT_V4_VERSION": "28.+"
}
}
},
@ -73,4 +77,4 @@
"dotenv": "^16.0.1",
"winston": "^3.7.2"
}
}
}

3568
yarn.lock

File diff suppressed because it is too large Load Diff