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.

175 lines
3.8 KiB

5 years ago
{
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fbfbfb",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "EduCoder",
"backgroundColor": "#f5f5f5"
},
"usingComponents": {
"require-login": "/components/require-login/require-login"
5 years ago
},
5 years ago
"pages": [
"pages/main/main",
"pages/findmore/findmore",
5 years ago
"pages/home/home",
"pages/tidings/tidings",
"components/rich-md/rich-md",
"dev/pages/dev/dev"
5 years ago
],
"subpackages": [
{
"root": "account",
"pages": [
"pages/agreement/agreement",
"pages/about/about",
5 years ago
"pages/change_password/change_password",
"pages/profile/profile",
"pages/account/account",
"pages/profile/school_select/school_select",
"pages/pro_authentication/pro_authentication",
"pages/accounts/accounts",
"pages/user_info/user_info"
]
},
{
"root": "avatar",
"pages": [
"pages/image_crop/image_crop"
]
},
{
"root": "course",
"pages": [
"pages/course/course",
"pages/course_invite/course_invite",
"pages/attendance_detail/attendance_detail",
"modules/attendance/attendance",
"modules/students/students",
"pages/attendances/attendances",
"pages/teacher_apply/teacher_apply"
]
},
{
"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"
]
},
{
5 years ago
"root": "path",
"pages": [
"pages/path/path",
"pages/path_send/path_send"
5 years ago
]
},
{
"name": "search",
"root": "pages/search",
"pages": [
"search"
]
},
{
"name": "feedback",
"root": "pages/feedback",
"pages": [
"feedback"
]
}
],
"preloadRule": {
"pages/findmore/findmore": {
"network": "all",
"packages": [
5 years ago
"shixun",
"search",
"path"
]
},
5 years ago
"pages/home/home": {
"network": "all",
"packages": [
"avatar",
"account"
]
},
"pages/main/main": {
"network": "all",
"packages": [
"course",
"account",
"shixun",
5 years ago
"path"
]
},
"course/pages/course/course": {
"network": "all",
"packages": [
"exercise",
"account"
]
},
5 years ago
"shixun/pages/shixun/shixun": {
"network": "all",
"packages": [
"task"
]
}
},
"tabBar": {
"selectedColor": "#00b0f0",
"color": "#8a8a8a",
"list": [
{
"pagePath": "pages/main/main",
"text": "我的",
"iconPath": "images/tab_study_default.png",
"selectedIconPath": "images/tab_study_pressed.png"
},
5 years ago
{
"pagePath": "pages/findmore/findmore",
"text": "探索",
"iconPath": "images/tab_findmore_default.png",
"selectedIconPath": "images/tab_findmore_pressed.png"
},
{
"pagePath": "pages/tidings/tidings",
"text": "消息",
"iconPath": "images/tab_tiding_default.png",
"selectedIconPath": "images/tab_tiding_pressed.png"
},
5 years ago
{
"pagePath": "pages/home/home",
"iconPath": "images/tab_my_default.png",
"selectedIconPath": "images/tab_my_pressed.png",
"text": "个人中心"
}
]
},
"useExtendedLib": {
"weui": true
},
5 years ago
"sitemapLocation": "sitemap.json",
"themeLocation": "theme.json",
5 years ago
"style": "v2"
5 years ago
}