feat: Package
This commit is contained in:
parent
8a443720fa
commit
c88900d746
@ -6,7 +6,7 @@
|
||||
"name": "taolin",
|
||||
"email": "taolin@taoya.art"
|
||||
},
|
||||
"homeUrl": "https://www.baidu.com",
|
||||
"homeUrl": "http://10.20.23.10:8001/",
|
||||
"appId": "com.taoya.test",
|
||||
"packType": "debug",
|
||||
"pushEmail": "taolin@taoya.art"
|
||||
|
BIN
logo.png
BIN
logo.png
Binary file not shown.
Before Width: | Height: | Size: 930 KiB After Width: | Height: | Size: 68 KiB |
26
package-lock.json
generated
26
package-lock.json
generated
@ -21,6 +21,7 @@
|
||||
"cordova-android": "^13.0.0",
|
||||
"cordova-plugin-androidx-adapter": "^1.1.3",
|
||||
"cordova-plugin-app-version": "^0.1.14",
|
||||
"cordova-plugin-background-mode": "^0.7.3",
|
||||
"cordova-plugin-battery-status": "^2.0.3",
|
||||
"cordova-plugin-camera": "^2.4.1",
|
||||
"cordova-plugin-compat": "^1.2.0",
|
||||
@ -34,6 +35,7 @@
|
||||
"cordova-plugin-jbprint-jsg": "^1.0.3",
|
||||
"cordova-plugin-media": "^2.4.1",
|
||||
"cordova-plugin-media-capture": "^1.4.3",
|
||||
"cordova-plugin-nativeaudio": "^3.0.9",
|
||||
"cordova-plugin-network-information": "^3.0.0",
|
||||
"cordova-plugin-screen-orientation": "^3.0.4",
|
||||
"cordova-plugin-statusbar": "^3.0.0",
|
||||
@ -2865,6 +2867,23 @@
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/cordova-plugin-background-mode": {
|
||||
"version": "0.7.3",
|
||||
"resolved": "https://registry.npmmirror.com/cordova-plugin-background-mode/-/cordova-plugin-background-mode-0.7.3.tgz",
|
||||
"integrity": "sha512-LsU1v7EgTUROaks+tcQ8TnMzVUcU/TwjDVwj2O/4e4aI2q2ldLGsiZorqKqfqvwh2HoIssmY73OwJk91hQi62w==",
|
||||
"dev": true,
|
||||
"engines": [
|
||||
{
|
||||
"name": "cordova",
|
||||
"version": ">=3.0.0"
|
||||
},
|
||||
{
|
||||
"name": "android-sdk",
|
||||
"version": ">=16"
|
||||
}
|
||||
],
|
||||
"license": "Apache 2.0"
|
||||
},
|
||||
"node_modules/cordova-plugin-battery-status": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmmirror.com/cordova-plugin-battery-status/-/cordova-plugin-battery-status-2.0.3.tgz",
|
||||
@ -3058,6 +3077,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/cordova-plugin-nativeaudio": {
|
||||
"version": "3.0.9",
|
||||
"resolved": "https://registry.npmmirror.com/cordova-plugin-nativeaudio/-/cordova-plugin-nativeaudio-3.0.9.tgz",
|
||||
"integrity": "sha512-JeyMNwcT/qsjHJsG4PFu3Y8W41fuDLEN1cyoFzNa09dDuKVJb6CUG7MWiEbnSOisiJzogGhH9vMFT7OIE8Oeww==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/cordova-plugin-network-information": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmmirror.com/cordova-plugin-network-information/-/cordova-plugin-network-information-3.0.0.tgz",
|
||||
|
@ -28,6 +28,7 @@
|
||||
"cordova-android": "^13.0.0",
|
||||
"cordova-plugin-androidx-adapter": "^1.1.3",
|
||||
"cordova-plugin-app-version": "^0.1.14",
|
||||
"cordova-plugin-background-mode": "^0.7.3",
|
||||
"cordova-plugin-battery-status": "^2.0.3",
|
||||
"cordova-plugin-camera": "^2.4.1",
|
||||
"cordova-plugin-compat": "^1.2.0",
|
||||
@ -41,6 +42,7 @@
|
||||
"cordova-plugin-jbprint-jsg": "^1.0.3",
|
||||
"cordova-plugin-media": "^2.4.1",
|
||||
"cordova-plugin-media-capture": "^1.4.3",
|
||||
"cordova-plugin-nativeaudio": "^3.0.9",
|
||||
"cordova-plugin-network-information": "^3.0.0",
|
||||
"cordova-plugin-screen-orientation": "^3.0.4",
|
||||
"cordova-plugin-statusbar": "^3.0.0",
|
||||
@ -74,7 +76,9 @@
|
||||
"cordova-plugin-media-capture": {},
|
||||
"cordova-plugin-network-information": {},
|
||||
"cordova-plugin-androidx-adapter": {},
|
||||
"cordova-plugin-inappbrowser": {}
|
||||
"cordova-plugin-inappbrowser": {},
|
||||
"cordova-plugin-background-mode": {},
|
||||
"cordova-plugin-nativeaudio": {}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user