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.
141 lines
2.9 KiB
141 lines
2.9 KiB
{
|
|
"window": {
|
|
"backgroundTextStyle": "dark",
|
|
"navigationBarBackgroundColor": "#fbfbfb",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "EduCoder",
|
|
"backgroundColor": "#f5f5f5"
|
|
},
|
|
"pages": [
|
|
"pages/main/main",
|
|
"pages/findmore/findmore",
|
|
"pages/home/home",
|
|
"pages/tidings/tidings",
|
|
"components/rich-md/rich-md"
|
|
],
|
|
"subpackages": [
|
|
{
|
|
"root": "account",
|
|
"pages": [
|
|
"pages/agreement/agreement",
|
|
"pages/about/about",
|
|
"pages/change_password/change_password",
|
|
"pages/profile/profile",
|
|
"pages/account/account",
|
|
"pages/signUp/signUp",
|
|
"pages/profile/school_select/school_select"
|
|
]
|
|
},
|
|
{
|
|
"root": "avatar",
|
|
"pages": [
|
|
"pages/image_crop/image_crop"
|
|
]
|
|
},
|
|
{
|
|
"root": "course",
|
|
"pages": [
|
|
"pages/course/course",
|
|
"pages/course_invite/course_invite"
|
|
]
|
|
},
|
|
{
|
|
"root": "exercise",
|
|
"pages": [
|
|
"pages/exercise/exercise",
|
|
"pages/exercise_cover/exercise_cover"
|
|
]
|
|
},
|
|
{
|
|
"root": "shixun_homework",
|
|
"pages": [
|
|
"pages/shixun_homework/shixun_homework"
|
|
]
|
|
},
|
|
{
|
|
"root": "shixun",
|
|
"pages": [
|
|
"pages/shixun/shixun"
|
|
]
|
|
},
|
|
{
|
|
"root": "task",
|
|
"pages": [
|
|
"pages/task/task"
|
|
]
|
|
},
|
|
{
|
|
"root": "path",
|
|
"pages": [
|
|
"pages/path/path"
|
|
]
|
|
},
|
|
{
|
|
"name": "search",
|
|
"root": "pages/search",
|
|
"pages": [
|
|
"search"
|
|
]
|
|
}
|
|
],
|
|
"preloadRule": {
|
|
"pages/home/home": {
|
|
"network": "all",
|
|
"packages": [
|
|
"avatar",
|
|
"account"
|
|
]
|
|
},
|
|
"pages/main/main": {
|
|
"network": "all",
|
|
"packages": [
|
|
"course",
|
|
"account",
|
|
"shixun",
|
|
"search"
|
|
]
|
|
},
|
|
"course/pages/course/course": {
|
|
"network": "all",
|
|
"packages": [
|
|
"exercise",
|
|
"account"
|
|
]
|
|
},
|
|
"shixun/pages/shixun/shixun": {
|
|
"network": "all",
|
|
"packages": [
|
|
"task"
|
|
]
|
|
}
|
|
},
|
|
"tabBar": {
|
|
"selectedColor": "#1890ff",
|
|
"color": "#8a8a8a",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/main/main",
|
|
"text": "我的",
|
|
"iconPath": "images/tab_study_default.png",
|
|
"selectedIconPath": "images/tab_study_pressed.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/tidings/tidings",
|
|
"text": "消息中心",
|
|
"iconPath": "images/tab_tiding_default.png",
|
|
"selectedIconPath": "images/tab_tiding_pressed.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"iconPath": "images/tab_my_default.png",
|
|
"selectedIconPath": "images/tab_my_pressed.png",
|
|
"text": "个人中心"
|
|
}
|
|
]
|
|
},
|
|
"navigateToMiniProgramAppIdList": [
|
|
"wx2402d86a6b534f77"
|
|
],
|
|
"sitemapLocation": "sitemap.json",
|
|
"style": "v2"
|
|
} |