feat(manifest): 更新微信小程序 appid 并添加启动屏配置- 更新微信小程序 appid 为 wxc2531538ecd3f593- 在 manifest.json 中添加 splashscreen 配置,使用 common 样式

lu_quan_dev
Tuzki 1 month ago
parent f79d4c8346
commit 0e250d8eaf
  1. 7
      manifest.json

@ -50,14 +50,17 @@
/* ios */
"ios" : {},
/* SDK */
"sdkConfigs" : {}
"sdkConfigs" : {},
"splashscreen" : {
"androidStyle" : "common"
}
}
},
/* */
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx43f2232676218ce3",
"appid" : "wxc2531538ecd3f593",
"setting" : {
"urlCheck" : false,
"es6" : true,

Loading…
Cancel
Save