{
  "pages": [
    "pages/tasks/index",
    "pages/assets/index",
    "pages/messages/index",
    "pages/profile/index"
  ],
  "window": {
    "navigationBarTitleText": "短视频任务系统",
    "navigationBarBackgroundColor": "#ffffff",
    "backgroundTextStyle": "dark"
  },
  "tabBar": {
    "selectedColor": "#1677ff",
    "color": "#666666",
    "borderStyle": "black",
    "list": [
      {
        "pagePath": "pages/tasks/index",
        "text": "任务"
      },
      {
        "pagePath": "pages/assets/index",
        "text": "资产库"
      },
      {
        "pagePath": "pages/messages/index",
        "text": "消息"
      },
      {
        "pagePath": "pages/profile/index",
        "text": "我的"
      }
    ]
  },
  "style": "v2",
  "sitemapLocation": "sitemap.json",
  "lazyCodeLoading": "requiredComponents"
}


