liukangdong
2024-08-02 52787adceb282c1914589c7ceb252bdb03e2df36
wechat_jiaxuan/app.json
@@ -25,13 +25,16 @@
    "pages/userinfo/collect",
    "pages/userinfo/favorite",
    "pages/sets/index",
    "pages/sets/protocol"
    "pages/sets/protocol",
    "pages/richText/index"
  ],
  "window": {
    "navigationBarTitleText": "志邦家选",
    "navigationBarTextStyle": "black",
    "backgroundTextStyle": "dark",
    "navigationBarBackgroundColor": "#fff",
    "navigationStyle": "default"
    "navigationStyle": "default",
    "backgroundColor": "#fff"
  },
  "tabBar": {
    "color": "#999",
@@ -77,6 +80,12 @@
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
    },
    "scope.writePhotosAlbum":{
      "desc": "授权相册权限后,您才能正常保存图片"
    },
    "scope.userInfo": {
      "desc": "你的微信呢称将用于小程序呢称的效果展示"
    }
  },
  "componentFramework": "glass-easel",