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.
96 lines
2.2 KiB
96 lines
2.2 KiB
{
|
|
"pages": [
|
|
"pages/my_courses/my_courses",
|
|
"pages/findmore/findmore",
|
|
"pages/courses/courses",
|
|
"pages/my/my"
|
|
],
|
|
"subpackages": [
|
|
{
|
|
"root": "account",
|
|
"pages": [
|
|
"pages/login/login",
|
|
"pages/reset_password/reset_password",
|
|
"pages/register/register",
|
|
"pages/about/about"
|
|
]
|
|
},
|
|
{
|
|
"root": "avatar",
|
|
"pages": [
|
|
"pages/image_crop/image_crop"
|
|
]
|
|
},
|
|
{
|
|
"root": "course",
|
|
"pages": [
|
|
"pages/course/course",
|
|
"pages/course_invite/course_invite",
|
|
"pages/course_setting/course_setting"
|
|
]
|
|
},
|
|
{
|
|
"root":"exercise",
|
|
"pages":[
|
|
"pages/exercise/exercise",
|
|
"pages/exercise_grade/exercise_grade",
|
|
"pages/exercise_setting/exercise_setting",
|
|
"pages/question_setting/question_setting"
|
|
]
|
|
}
|
|
],
|
|
"preloadRule": {
|
|
"pages/my/my": {
|
|
"network": "all",
|
|
"packages": [
|
|
"avatar",
|
|
"account"
|
|
]
|
|
},
|
|
"pages/my_courses/my_courses": {
|
|
"network": "all",
|
|
"packages": [
|
|
"course","account"
|
|
]
|
|
},
|
|
"course/pages/course/course":{
|
|
"network":"all",
|
|
"packages":[
|
|
"exercise","account"
|
|
]
|
|
}
|
|
},
|
|
"window": {
|
|
"backgroundTextStyle": "dark",
|
|
"navigationBarBackgroundColor": "#fbfbfb",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "EduCoder",
|
|
"backgroundColor": "#f5f5f5"
|
|
},
|
|
"tabBar": {
|
|
"selectedColor": "#1890ff",
|
|
"color": "#8a8a8a",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/my_courses/my_courses",
|
|
"text": "我的课堂",
|
|
"iconPath": "images/tab_study_default.png",
|
|
"selectedIconPath": "images/tab_study_pressed.png"
|
|
},
|
|
|
|
{
|
|
"pagePath": "pages/findmore/findmore",
|
|
"text": "发现",
|
|
"iconPath": "images/tab_findmore_default.png",
|
|
"selectedIconPath": "images/tab_findmore_pressed.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"iconPath": "images/tab_my_default.png",
|
|
"selectedIconPath": "images/tab_my_pressed.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
} |