{ "pages": [ "pages/index/index", "pages/test/index", "pages/logs/logs", "pages/swiper/index", "pages/modal/index", "pages/colorui/index", "pages/basic/home", "pages/case/index/search", "pages/case/index/search2" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#06f", "navigationBarTitleText": "WeChat", "navigationBarTextStyle": "white", "navigationStyle": "custom" }, "usingComponents": { "cu-custom": "/colorui/components/cu-custom" }, "sitemapLocation": "sitemap.json", "tabBar": { "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "/images/tabbar/basics.png", "selectedIconPath": "/images/tabbar/basics_cur.png" }, { "pagePath": "pages/colorui/index", "text": "colorui", "iconPath": "/images/tabbar/about.png", "selectedIconPath": "/images/tabbar/about_cur.png" }, { "pagePath": "pages/test/index", "text": "测试", "iconPath": "/images/tabbar/about.png", "selectedIconPath": "/images/tabbar/about_cur.png" }, { "pagePath": "pages/modal/index", "text": "弹窗", "iconPath": "/images/tabbar/about.png", "selectedIconPath": "/images/tabbar/about_cur.png" }, { "pagePath": "pages/swiper/index", "text": "动画", "iconPath": "/images/tabbar/about.png", "selectedIconPath": "/images/tabbar/about_cur.png" } ] } }