11
This commit is contained in:
File diff suppressed because one or more lines are too long
22
unpackage/dist/build/app-plus/app-service.js
vendored
22
unpackage/dist/build/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
58
unpackage/dist/build/app-plus/manifest.json
vendored
58
unpackage/dist/build/app-plus/manifest.json
vendored
@@ -21,6 +21,7 @@
|
||||
"Record": {},
|
||||
"SQLite": {},
|
||||
"Bluetooth": {},
|
||||
"Geolocation": {},
|
||||
"UniNView": {
|
||||
"description": "UniNView原生渲染"
|
||||
}
|
||||
@@ -66,33 +67,33 @@
|
||||
},
|
||||
"icons": {
|
||||
"android": {
|
||||
"hdpi": "",
|
||||
"xhdpi": "",
|
||||
"xxhdpi": "",
|
||||
"xxxhdpi": ""
|
||||
"hdpi": "unpackage/res/icons/72x72.png",
|
||||
"xhdpi": "unpackage/res/icons/96x96.png",
|
||||
"xxhdpi": "unpackage/res/icons/144x144.png",
|
||||
"xxxhdpi": "unpackage/res/icons/192x192.png"
|
||||
},
|
||||
"ios": {
|
||||
"appstore": "",
|
||||
"appstore": "unpackage/res/icons/1024x1024.png",
|
||||
"iphone": {
|
||||
"app@2x": "",
|
||||
"app@3x": "",
|
||||
"spotlight@2x": "",
|
||||
"spotlight@3x": "",
|
||||
"settings@2x": "",
|
||||
"settings@3x": "",
|
||||
"notification@2x": "",
|
||||
"notification@3x": ""
|
||||
"app@2x": "unpackage/res/icons/120x120.png",
|
||||
"app@3x": "unpackage/res/icons/180x180.png",
|
||||
"spotlight@2x": "unpackage/res/icons/80x80.png",
|
||||
"spotlight@3x": "unpackage/res/icons/120x120.png",
|
||||
"settings@2x": "unpackage/res/icons/58x58.png",
|
||||
"settings@3x": "unpackage/res/icons/87x87.png",
|
||||
"notification@2x": "unpackage/res/icons/40x40.png",
|
||||
"notification@3x": "unpackage/res/icons/60x60.png"
|
||||
},
|
||||
"ipad": {
|
||||
"app": "",
|
||||
"app@2x": "",
|
||||
"proapp@2x": "",
|
||||
"spotlight": "",
|
||||
"spotlight@2x": "",
|
||||
"settings": "",
|
||||
"settings@2x": "",
|
||||
"notification": "",
|
||||
"notification@2x": ""
|
||||
"app": "unpackage/res/icons/76x76.png",
|
||||
"app@2x": "unpackage/res/icons/152x152.png",
|
||||
"proapp@2x": "unpackage/res/icons/167x167.png",
|
||||
"spotlight": "unpackage/res/icons/40x40.png",
|
||||
"spotlight@2x": "unpackage/res/icons/80x80.png",
|
||||
"settings": "unpackage/res/icons/29x29.png",
|
||||
"settings@2x": "unpackage/res/icons/58x58.png",
|
||||
"notification": "unpackage/res/icons/20x20.png",
|
||||
"notification@2x": "unpackage/res/icons/40x40.png"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -148,6 +149,13 @@
|
||||
},
|
||||
"share": {},
|
||||
"maps": {},
|
||||
"geolocation": {
|
||||
"system": {
|
||||
"__platform__": [
|
||||
"android"
|
||||
]
|
||||
}
|
||||
},
|
||||
"audio": {
|
||||
"mp3": {
|
||||
"description": "Android平台录音支持MP3格式文件"
|
||||
@@ -240,7 +248,11 @@
|
||||
],
|
||||
"backgroundColor": "#FFF",
|
||||
"selectedIndex": 0,
|
||||
"shown": true
|
||||
"shown": true,
|
||||
"child": [
|
||||
"lauchwebview"
|
||||
],
|
||||
"selected": 0
|
||||
}
|
||||
},
|
||||
"app-harmony": {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user