添加消息推送云函数、消息处理为后续的消息通知做准备
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
"name" : "星汉物联",
|
||||
"appid" : "__UNI__A21EF43",
|
||||
"description" : "设备管控",
|
||||
"versionName" : "1.0.17",
|
||||
"versionName" : "1.0.18",
|
||||
"versionCode" : "100",
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
@ -27,7 +27,8 @@
|
||||
"Geolocation" : {},
|
||||
"Maps" : {},
|
||||
"Record" : {},
|
||||
"VideoPlayer" : {}
|
||||
"VideoPlayer" : {},
|
||||
"Push" : {}
|
||||
},
|
||||
/* 应用发布信息 */
|
||||
"distribute" : {
|
||||
@ -99,7 +100,8 @@
|
||||
},
|
||||
"push" : {
|
||||
"unipush" : {
|
||||
"offline" : false
|
||||
"version" : "2",
|
||||
"offline" : true
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -165,7 +167,12 @@
|
||||
},
|
||||
"vueVersion" : "2",
|
||||
"locale" : "zh-Hans",
|
||||
"fallbackLocale" : "zh-Hans"
|
||||
"fallbackLocale" : "zh-Hans",
|
||||
"app-harmony" : {
|
||||
"distribute" : {
|
||||
"modules" : {}
|
||||
}
|
||||
}
|
||||
}
|
||||
/* 5+App特有相关 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user