{ "pages": [ "pages/findmore/findmore", "pages/my_courses/my_courses", "pages/course_setting/course_setting", "pages/exercises/exercises", "pages/courses/courses", "pages/exercise/exercise", "pages/setting/setting", "pages/classroom/classroom", "pages/about/about", "pages/login/login", "pages/test/test", "pages/course/course", "pages/files/files", "pages/mark_detail/mark_detail", "pages/reset_password/reset_password" ], "window": { "backgroundTextStyle": "dark", "navigationBarTitleText": "积分教室", "navigationBarTextStyle": "black", "backgroundColor": "#f2f2f2", "navigationBarBackgroundColor": "#fbfbfb" }, "tabBar": { "selectedColor": "#00C7B7", "list": [ { "pagePath": "pages/my_courses/my_courses", "text": "我的课堂", "iconPath": "images/tabbar-icon/tabbar_study_default.png", "selectedIconPath": "images/tabbar-icon/tabbar_study_pressed.png" }, { "pagePath": "pages/findmore/findmore", "text": "发现", "iconPath": "images/tabbar-icon/tabbar_findmore_default.png", "selectedIconPath": "images/tabbar-icon/tabbar_findmore_pressed.png" }, { "pagePath": "pages/courses/courses", "text": "课程列表", "iconPath": "images/tabbar-icon/tabbar_contact_default.png", "selectedIconPath": "images/tabbar-icon/tabbar_contact_pressed.png" }, { "pagePath": "pages/setting/setting", "iconPath": "images/tabbar-icon/tabbar_settings_default.png", "selectedIconPath": "images/tabbar-icon/tabbar_settings_pressed.png", "text": "设置" } ] }, "sitemapLocation": "sitemap.json" }