You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.8 KiB
58 lines
1.8 KiB
{
|
|
"pages": [
|
|
"pages/findmore/findmore",
|
|
"pages/my_courses/my_courses",
|
|
"pages/login/login",
|
|
"pages/course_setting/course_setting",
|
|
"pages/exercises/exercises",
|
|
"pages/courses/courses",
|
|
"pages/exercise/exercise",
|
|
"pages/setting/setting",
|
|
"pages/classroom/classroom",
|
|
"pages/about/about",
|
|
|
|
"pages/test/test",
|
|
"pages/course/course",
|
|
"pages/files/files",
|
|
"pages/mark_detail/mark_detail",
|
|
"pages/reset_password/reset_password",
|
|
"pages/image_crop/image_crop"
|
|
],
|
|
"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"
|
|
} |