You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
731 B
35 lines
731 B
{
|
|
"@platforms": [
|
|
"android",
|
|
"iPhone",
|
|
"iPad"
|
|
],
|
|
"id": "__WEAPP_ID",
|
|
"name": "__WEAPP_NAME",
|
|
"version": {
|
|
"name": "1.0",
|
|
"code": ""
|
|
},
|
|
"description": "",
|
|
"launch_path": "__uniappservice.html",
|
|
"developer": {
|
|
"name": "",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"permissions": {},
|
|
"plus": {
|
|
"useragent": {
|
|
"value": "uni-app appservice",
|
|
"concatenate": true
|
|
},
|
|
"splashscreen": {
|
|
"target":"id:1",
|
|
"autoclose": true,
|
|
"waiting": true,
|
|
"alwaysShowBeforeRender":true
|
|
},
|
|
"popGesture": "close",
|
|
"launchwebview": {}
|
|
}
|
|
}
|
|
|