{ "pages":[ "pages/home/home", "pages/mine/mine" ], "window":{ "backgroundTextStyle":"light", "navigationBarBackgroundColor": "#37a7bf", "navigationBarTitleText": "冒险岛", "navigationBarTextStyle":"white" }, "tabBar": { "color": "#cfced2", "selectedColor": "#37a7bf", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/home/home", "iconPath": "images/home01.png", "selectedIconPath": "images/home02.png", "text": "首页" }, { "pagePath": "pages/mine/mine", "iconPath": "images/mine01.png", "selectedIconPath": "images/mine02.png", "text": "我的" } ] }, "style": "v2", "sitemapLocation": "sitemap.json" }