{
  "pages": [
    "tabs/home/index",
    "tabs/index/index",
    "tabs/member/index",
    "tabs/message/index",
    "tabs/activity/index",
    "tabs/profile/index"
  ],
  "subPackages": [
    {
      "root": "pages",
      "pages": [
        "404/index",
        "apply/index",
        "form/index",
        "setting/index",
        "bookmarks/index",
        "approvements/index",
        "approvement/index",
        "webview/index",
        "org/index"
      ]
    }
  ],
  "window": {
    "navigationBarTextStyle": "white",
    "navigationStyle": "custom",
    "navigationBarTitleText": "",
    "navigationBarBackgroundColor": "#ffffff",
    "backgroundColor": "#F4F4F4",
    "pageOrientation": "portrait"
  },
  "tabBar": {
    "color": "#666666",
    "selectedColor": "#202020",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "tabs/home/index",
        "iconPath": "assets/tabbar/icon-home.png",
        "selectedIconPath": "assets/tabbar/icon-home-active.png",
        "text": "首页"
      },
      {
        "pagePath": "tabs/member/index",
        "iconPath": "assets/tabbar/icon-diamond.png",
        "selectedIconPath": "assets/tabbar/icon-diamond-active.png",
        "text": "会员"
      },
      {
        "pagePath": "tabs/message/index",
        "iconPath": "assets/tabbar/icon-xx.png",
        "selectedIconPath": "assets/tabbar/icon-xx-active.png",
        "text": "消息"
      },
      {
        "pagePath": "tabs/activity/index",
        "iconPath": "assets/tabbar/icon-gift.png",
        "selectedIconPath": "assets/tabbar/icon-gift-active.png",
        "text": "活动"
      },
      {
        "pagePath": "tabs/profile/index",
        "iconPath": "assets/tabbar/icon-me.png",
        "selectedIconPath": "assets/tabbar/icon-me-active.png",
        "text": "我的"
      }
    ]
  },
  "componentFramework": "glass-easel",
  "sitemapLocation": "sitemap.json",
  "lazyCodeLoading": "requiredComponents",
  "requiredPrivateInfos": [
    "getLocation"
  ],
  "resolveAlias": {
    "~/*": "/*",
    "@utils/*": "utils/*",
    "@service/*": "service/*"
  },
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于提升用户体验"
    }
  }
}