{ "pages": [ "pages/index/index", "pages/record/record", "pages/detail/detail", "pages/history/history" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#4a6fa5", "navigationBarTitleText": "梦境日记", "navigationBarTextStyle": "white" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#4a6fa5", "borderStyle": "black", "backgroundColor": "#1a1d3a", "list": [ { "pagePath": "pages/index/index", "text": "主页", "iconPath": "images/home.png", "selectedIconPath": "images/home-active.png" }, { "pagePath": "pages/record/record", "text": "记录", "iconPath": "images/add.png", "selectedIconPath": "images/add-active.png" }, { "pagePath": "pages/history/history", "text": "我的", "iconPath": "images/history.png", "selectedIconPath": "images/history-active.png" } ] }, "style": "v2", "sitemapLocation": "sitemap.json", "permission": { "scope.userLocation": { "desc": "用于加载本地视频资源" } }, "networkTimeout": { "downloadFile": 10000 }, "lazyCodeLoading": "requiredComponents" }