{ "pages": [ "pages/index/index", "pages/sphRank/index", "pages/cyRank/index", "pages/mine/mine" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#2562FF", "navigationBarTitleText": "视频号 - 问星数据", "navigationBarTextStyle": "white", "backgroundColor": "#101426" }, "sitemapLocation": "sitemap.json", "tabBar": { "color": "#000", "selectedColor": "#2562FF", "backgroundColor": "#fff", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "/assets/tabBar/home.png", "selectedIconPath": "/assets/tabBar/home_yes.png" }, { "pagePath": "pages/sphRank/index", "text": "视频号榜单", "iconPath": "/assets/tabBar/sphRank.png", "selectedIconPath": "/assets/tabBar/sphRank_yes.png" }, { "pagePath": "pages/cyRank/index", "text": "创意榜单", "iconPath": "/assets/tabBar/cyRank.png", "selectedIconPath": "/assets/tabBar/cyRank_yes.png" }, { "pagePath": "pages/mine/mine", "text": "我的", "iconPath": "/assets/tabBar/wode.png", "selectedIconPath": "/assets/tabBar/wode_yes.png" } ] } }