添加消息推送云函数、消息处理为后续的消息通知做准备

This commit is contained in:
liub
2026-02-24 15:39:58 +08:00
parent db8f14525b
commit 2f871ac5cf
43 changed files with 6555 additions and 80 deletions

View File

@ -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 */