|
|
@@ -1,9 +1,9 @@
|
|
1
|
1
|
{
|
|
2
|
2
|
"@platforms" : [ "android", "iPhone", "iPad" ],
|
|
3
|
|
- "id" : "H5E949705", /*应用的标识,创建应用时自动生成,勿手动修改*/
|
|
|
3
|
+ "id" : "H5E9497054", /*应用的标识,创建应用时自动生成,勿手动修改*/
|
|
4
|
4
|
"name" : "宁陵12345政府服务热线", /*应用名称,程序桌面图标名称*/
|
|
5
|
5
|
"version" : {
|
|
6
|
|
- "name" : "1.0.1", /*应用版本名称*/
|
|
|
6
|
+ "name" : "1.0.3", /*应用版本名称*/
|
|
7
|
7
|
"code" : 10
|
|
8
|
8
|
},
|
|
9
|
9
|
"description" : "", /*应用描述信息*/
|
|
|
@@ -54,7 +54,7 @@
|
|
54
|
54
|
},
|
|
55
|
55
|
"plus" : {
|
|
56
|
56
|
"splashscreen" : {
|
|
57
|
|
- "autoclose" : false, /*是否自动关闭程序启动界面,true表示应用加载应用入口页面后自动关闭;false则需调plus.navigator.closeSplashscreen()关闭*/
|
|
|
57
|
+ "autoclose" : true, /*是否自动关闭程序启动界面,true表示应用加载应用入口页面后自动关闭;false则需调plus.navigator.closeSplashscreen()关闭*/
|
|
58
|
58
|
"waiting" : false,
|
|
59
|
59
|
"delay" : "0"
|
|
60
|
60
|
},
|
|
|
@@ -143,7 +143,7 @@
|
|
143
|
143
|
"notification" : "unpackage/res/icons/20x20.png",
|
|
144
|
144
|
"notification@2x" : "unpackage/res/icons/40x40.png"
|
|
145
|
145
|
},
|
|
146
|
|
- "appstore" : "C:/项目/宁陵12345/NlWebAPP/img/32.png"
|
|
|
146
|
+ "appstore" : ""
|
|
147
|
147
|
},
|
|
148
|
148
|
"android" : {
|
|
149
|
149
|
"mdpi" : "unpackage/res/icons/48x48.png", /*普通屏程序图标,分辨率:48x48*/
|
|
|
@@ -169,9 +169,13 @@
|
|
169
|
169
|
"xhdpi" : "img/guide.png",
|
|
170
|
170
|
"xxhdpi" : "img/guide.png"
|
|
171
|
171
|
}
|
|
|
172
|
+ },
|
|
|
173
|
+ "plugins" : {
|
|
|
174
|
+ "ad" : {}
|
|
172
|
175
|
}
|
|
173
|
176
|
},
|
|
174
|
|
- "adid" : "128026090911"
|
|
|
177
|
+ "adid" : "128026090911",
|
|
|
178
|
+ "screenOrientation" : [ "portrait-primary", "portrait-secondary" ]
|
|
175
|
179
|
},
|
|
176
|
180
|
"dependencies" : {
|
|
177
|
181
|
"pages" : {
|