{ "pages": [ "pages/index/index", "pages/category/category", "pages/category-detail/category-detail", "pages/detail/detail", "pages/download/download", "pages/mine/mine", "pages/search/search", "pages/login/login" ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "儿童练习表", "navigationBarBackgroundColor": "#ffffff" }, "tabBar": { "color": "#999999", "selectedColor": "#4CAF50", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "images/tabbar/home.png", "selectedIconPath": "images/tabbar/home-active.png" }, { "pagePath": "pages/category/category", "text": "分类", "iconPath": "images/tabbar/category.png", "selectedIconPath": "images/tabbar/category-active.png" }, { "pagePath": "pages/download/download", "text": "下载", "iconPath": "images/tabbar/download.png", "selectedIconPath": "images/tabbar/download-active.png" }, { "pagePath": "pages/mine/mine", "text": "我的", "iconPath": "images/tabbar/mine.png", "selectedIconPath": "images/tabbar/mine-active.png" } ] }, "style": "v2", "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents" }