{ "pages":[ "pages/calendar/calendar", "pages/look/look", "pages/index/index", "pages/calculation/calculation", "pages/ucenter/ucenter", "pages/message/message" ], "window":{ "backgroundTextStyle":"light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "Weixin", "navigationBarTextStyle":"black", "navigationStyle": "custom" }, "tabBar": { "custom": true, "color": "#000000", "selectedColor": "#000000", "backgroundColor": "#000000", "list": [{ "pagePath": "pages/calendar/calendar", "text": "日历" }, { "pagePath": "pages/look/look", "text": "看地" },{ "pagePath": "pages/index/index", "text": "首页" },{ "pagePath": "pages/calculation/calculation", "text": "测算" },{ "pagePath": "pages/ucenter/ucenter", "text": "我的" } ] }, "usingComponents": { "mp-navigation-bar": "weui-miniprogram/navigation-bar/navigation-bar" }, "style": "v2", "sitemapLocation": "sitemap.json", "useExtendedLib": { "kbone": true, "weui": true } }