11
This commit is contained in:
93
unpackage/dist/dev/app-plus/manifest.json
vendored
93
unpackage/dist/dev/app-plus/manifest.json
vendored
@@ -20,6 +20,8 @@
|
||||
"Camera": {},
|
||||
"Record": {},
|
||||
"SQLite": {},
|
||||
"Bluetooth": {},
|
||||
"Geolocation": {},
|
||||
"UniNView": {
|
||||
"description": "UniNView原生渲染"
|
||||
}
|
||||
@@ -44,6 +46,7 @@
|
||||
"service": "jiaoyu",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"runmode": "normal",
|
||||
"usingComponents": true,
|
||||
"nvueStyleCompiler": "uni-app",
|
||||
"compilerVersion": 3,
|
||||
@@ -65,33 +68,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"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -147,6 +150,13 @@
|
||||
},
|
||||
"share": {},
|
||||
"maps": {},
|
||||
"geolocation": {
|
||||
"system": {
|
||||
"__platform__": [
|
||||
"android"
|
||||
]
|
||||
}
|
||||
},
|
||||
"audio": {
|
||||
"mp3": {
|
||||
"description": "Android平台录音支持MP3格式文件"
|
||||
@@ -154,13 +164,42 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"nativePlugins": {},
|
||||
"nativePlugins": {
|
||||
"gp-bluetooth": {
|
||||
"__plugin_info__": {
|
||||
"name": "gp-bluetooth",
|
||||
"description": "bluetooth打印",
|
||||
"platforms": "Android",
|
||||
"url": "",
|
||||
"android_package_name": "",
|
||||
"ios_bundle_id": "",
|
||||
"isCloud": false,
|
||||
"bought": -1,
|
||||
"pid": "",
|
||||
"parameters": {}
|
||||
}
|
||||
},
|
||||
"gp-usb": {
|
||||
"__plugin_info__": {
|
||||
"name": "gp-usb",
|
||||
"description": "usb打印",
|
||||
"platforms": "Android",
|
||||
"url": "",
|
||||
"android_package_name": "",
|
||||
"ios_bundle_id": "",
|
||||
"isCloud": false,
|
||||
"bought": -1,
|
||||
"pid": "",
|
||||
"parameters": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"statusbar": {
|
||||
"immersed": "supportedDevice",
|
||||
"style": "dark",
|
||||
"background": "#fff"
|
||||
},
|
||||
"arguments": "{\"path\":\"pages/client/account/login\"}",
|
||||
"arguments": "{\"path\":\"pages/main/home\"}",
|
||||
"uniStatistics": {
|
||||
"enable": false
|
||||
},
|
||||
@@ -211,7 +250,11 @@
|
||||
],
|
||||
"backgroundColor": "#FFF",
|
||||
"selectedIndex": 0,
|
||||
"shown": true
|
||||
"shown": true,
|
||||
"child": [
|
||||
"lauchwebview"
|
||||
],
|
||||
"selected": 0
|
||||
}
|
||||
},
|
||||
"app-harmony": {
|
||||
|
||||
Reference in New Issue
Block a user