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.

174 lines
3.9 KiB

5 years ago
{
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fbfbfb",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "EduCoder",
"backgroundColor": "#f5f5f5"
},
"usingComponents": {
"iconfont":"/components/iconfont/iconfont",
"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"
5 years ago
],
"subpackages": [
{
"root": "markdown",
"pages": [
"task/task/task",
"components/rich-md/rich-md",
"account/about/about",
"account/agreement/agreement",
"account/pro_authentication/pro_authentication",
"exercise/exercise/exercise",
"path/path/path",
"path/path_send/path_send",
"shixun/shixun/shixun"
]
},
{
"root": "account",
"pages": [
5 years ago
"pages/change_password/change_password",
"pages/profile/profile",
"pages/account/account",
"pages/profile/school_select/school_select",
"pages/accounts/accounts",
"pages/user_info/user_info"
]
},
{
"root": "setting",
"pages": [
"pages/image_crop/image_crop",
"pages/setting/setting"
]
},
{
"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
{
"name": "search",
"root": "pages/search",
"pages": [
"search"
]
}
],
"preloadRule": {
"pages/findmore/findmore": {
"network": "all",
"packages": [
5 years ago
"shixun",
"search",
"markdown"
5 years ago
]
},
5 years ago
"pages/home/home": {
"network": "all",
"packages": [
"setting",
"account",
"markdown"
]
},
"pages/main/main": {
"network": "all",
"packages": [
"course",
"account",
"shixun",
"markdown"
]
},
"course/pages/course/course": {
"network": "all",
"packages": [
"markdown",
"exercise",
"account"
]
},
"account/pages/account/account": {
"network":"all",
"packages":[
"markdown"
]
}
},
"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
}