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.
pk8f3pmu2/app.json

56 lines
1.6 KiB

5 years ago
{
"pages": [
"pages/my_courses/my_courses",
"pages/exercises/exercises",
"pages/courses/courses",
"pages/exercise/exercise",
"pages/setting/setting",
"pages/changeuser/changeuser",
"pages/user/user",
"pages/addclass/addclass",
"pages/classdetail/classdetail",
"pages/classroom/classroom",
"pages/classsetting/classsetting",
"pages/about/about",
"pages/createclass/createclass",
"pages/login/login",
"pages/test/test",
"pages/course_detail/course_detail",
"pages/files/files",
"pages/mark_detail/mark_detail"
5 years ago
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarTitleText": "积分教室",
"navigationBarTextStyle": "black",
"backgroundColor": "#f2f2f2",
"navigationBarBackgroundColor": "#fbfbfb"
5 years ago
},
"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/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": "设置"
}
]
},
5 years ago
"sitemapLocation": "sitemap.json"
}