feat: 佳博打印机

This commit is contained in:
陶林 2024-03-13 11:13:30 +08:00
parent 145096be9f
commit dfd0d9d998
3 changed files with 5650 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<name>APP</name> <name>APP</name>
<description>app</description> <description>app</description>
<author email="dev@cordova.apache.org" href="https://cordova.apache.org"></author> <author email="dev@cordova.apache.org" href="https://cordova.apache.org"></author>
<content src="index.html" /> <content src="http://test.taoya.art/" />
<allow-intent href="http://*/*"/> <allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/> <allow-intent href="https://*/*"/>
<allow-intent href="tel:*"/> <allow-intent href="tel:*"/>

5646
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -29,6 +29,7 @@
"cordova-plugin-file-transfer-jsg": "^2.0.0", "cordova-plugin-file-transfer-jsg": "^2.0.0",
"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-jbprint-jsg": "^1.0.1",
"cordova-plugin-media": "^5.0.4", "cordova-plugin-media": "^5.0.4",
"cordova-plugin-media-capture": "^3.0.3", "cordova-plugin-media-capture": "^3.0.3",
"cordova-plugin-network-information": "^3.0.0", "cordova-plugin-network-information": "^3.0.0",
@ -76,7 +77,8 @@
"cordova-plugin-app-version": {}, "cordova-plugin-app-version": {},
"cordova-plugin-file-opener2": {}, "cordova-plugin-file-opener2": {},
"cordova-plugin-test-tl": {}, "cordova-plugin-test-tl": {},
"cordova-plugin-file-transfer": {} "cordova-plugin-file-transfer": {},
"cordova-plugin-jbprint-jsg": {}
} }
}, },
"dependencies": { "dependencies": {