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
174 lines
3.9 KiB
{
|
|
"window": {
|
|
"backgroundTextStyle": "dark",
|
|
"navigationBarBackgroundColor": "#fbfbfb",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "EduCoder",
|
|
"backgroundColor": "#f5f5f5"
|
|
},
|
|
"usingComponents": {
|
|
"iconfont":"/components/iconfont/iconfont",
|
|
"require-login": "/components/require-login/require-login"
|
|
},
|
|
"pages": [
|
|
"pages/main/main",
|
|
"pages/findmore/findmore",
|
|
"pages/home/home",
|
|
"pages/tidings/tidings"
|
|
],
|
|
"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": [
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "search",
|
|
"root": "pages/search",
|
|
"pages": [
|
|
"search"
|
|
]
|
|
}
|
|
],
|
|
"preloadRule": {
|
|
"pages/findmore/findmore": {
|
|
"network": "all",
|
|
"packages": [
|
|
"shixun",
|
|
"search",
|
|
"markdown"
|
|
]
|
|
},
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"iconPath": "images/tab_my_default.png",
|
|
"selectedIconPath": "images/tab_my_pressed.png",
|
|
"text": "个人中心"
|
|
}
|
|
]
|
|
},
|
|
"useExtendedLib": {
|
|
"weui": true
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"themeLocation": "theme.json",
|
|
"style": "v2"
|
|
} |