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.
67 lines
2.1 KiB
67 lines
2.1 KiB
5 years ago
|
{
|
||
|
"pages": [
|
||
5 years ago
|
"pages/my_courses/my_courses",
|
||
5 years ago
|
"pages/findmore/findmore",
|
||
5 years ago
|
"pages/exercise_setting/exercise_setting",
|
||
5 years ago
|
"pages/login/login",
|
||
5 years ago
|
"pages/course_setting/course_setting",
|
||
5 years ago
|
"pages/exercises/exercises",
|
||
5 years ago
|
"pages/courses/courses",
|
||
|
"pages/exercise/exercise",
|
||
5 years ago
|
"pages/setting/setting",
|
||
5 years ago
|
"pages/about/about",
|
||
5 years ago
|
"pages/test/test",
|
||
5 years ago
|
"pages/course/course",
|
||
5 years ago
|
"pages/files/files",
|
||
5 years ago
|
"pages/reset_password/reset_password",
|
||
5 years ago
|
"pages/image_crop/image_crop",
|
||
|
"pages/question_setting/question_setting",
|
||
5 years ago
|
"pages/exercise_grade/exercise_grade",
|
||
|
"pages/course_invite/course_invite",
|
||
5 years ago
|
"pages/exercise_result/exercise_result",
|
||
|
"pages/feedback/feedback",
|
||
|
"pages/agreement/agreement",
|
||
5 years ago
|
"pages/code_edit/code_edit",
|
||
5 years ago
|
"pages/contact/contact"
|
||
5 years ago
|
],
|
||
|
"window": {
|
||
5 years ago
|
"backgroundTextStyle": "dark",
|
||
5 years ago
|
"navigationBarTitleText": "EduCoder",
|
||
5 years ago
|
"navigationBarTextStyle": "black",
|
||
|
"backgroundColor": "#f2f2f2",
|
||
|
"navigationBarBackgroundColor": "#fbfbfb"
|
||
5 years ago
|
},
|
||
5 years ago
|
"tabBar": {
|
||
|
"selectedColor": "#00C7B7",
|
||
|
"list": [
|
||
|
{
|
||
5 years ago
|
"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": "课程列表",
|
||
5 years ago
|
"iconPath": "images/tabbar-icon/tabbar_contact_default.png",
|
||
|
"selectedIconPath": "images/tabbar-icon/tabbar_contact_pressed.png"
|
||
|
},
|
||
5 years ago
|
{
|
||
|
"pagePath": "pages/findmore/findmore",
|
||
|
"text": "发现",
|
||
|
"iconPath": "images/tabbar-icon/tabbar_findmore_default.png",
|
||
|
"selectedIconPath": "images/tabbar-icon/tabbar_findmore_pressed.png"
|
||
|
},
|
||
5 years ago
|
{
|
||
|
"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",
|
||
|
"navigateToMiniProgramAppIdList": [
|
||
|
"wx8c7028f9dcd29c99"
|
||
|
]
|
||
5 years ago
|
}
|