{
  "pages": [
    "tabs/index/index",
    "tabs/ticket/index",
    "tabs/plan/index",
    "tabs/account/index"
  ],
  "subPackages": [
    {
      "root": "pages",
      "pages": [
        "settings/index",
        "password/index",
        "ticket/index",
        "ticket-new/index",
        "ticket-normal/index",
        "project/index",
        "plan-new/index",
        "plan/index",
        "projects/index",
        "projects-select/index",
        "404/index"
      ]
    }
  ],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationStyle": "custom",
    "backgroundTextStyle": "light",
    "navigationBarTitleText": "WeChat"
  },
  "tabBar": {
    "color": "#666666",
    "selectedColor": "#202020",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "tabs/ticket/index",
        "iconPath": "assets/tabbar/ticket.png",
        "selectedIconPath": "assets/tabbar/ticket_active.png",
        "text": "工单"
      },
      {
        "pagePath": "tabs/plan/index",
        "iconPath": "assets/tabbar/plan.png",
        "selectedIconPath": "assets/tabbar/plan_active.png",
        "text": "计划"
      },
      {
        "pagePath": "tabs/account/index",
        "iconPath": "assets/tabbar/me.png",
        "selectedIconPath": "assets/tabbar/me_active.png",
        "text": "我的"
      }
    ]
  },
  "rendererOptions": {
    "skyline": {
      "defaultDisplayBlock": true,
      "disableABTest": true,
      "sdkVersionBegin": "3.0.0",
      "sdkVersionEnd": "15.255.255"
    }
  },
  "componentFramework": "glass-easel",
  "sitemapLocation": "sitemap.json",
  "lazyCodeLoading": "requiredComponents",
  "requiredPrivateInfos": [
    "getLocation"
  ],
  "resolveAlias": {
    "~/*": "/*",
    "@utils/*": "utils/*",
    "@services/*": "services/*"
  },
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于提升签到"
    }
  }
}