mini-dlpu-v3/miniprogram/app.json

55 lines
1.4 KiB
JSON

{
"entryPagePath": "pages/Timetable/Timetable",
"pages": [
"pages/Timetable/Timetable",
"pages/Information/Information",
"pages/Account/Account"
],
"darkmode": true,
"themeLocation": "theme.json",
"window": {
"navigationBarTitleText": "掌上教务处",
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle",
"backgroundColor": "@backgroundColor",
"backgroundColorTop": "@backgroundColor",
"backgroundColorBottom": "@backgroundColor"
},
"tabBar": {
"color": "@tabBarColor",
"selectedColor": "#3EA3D8",
"backgroundColor": "@navigationBarBackgroundColor",
"list": [
{
"pagePath": "pages/Timetable/Timetable",
"text": "课程表",
"iconPath": "@tabBarImage0",
"selectedIconPath": "image/navBar/0_on.png"
},
{
"text": "综合信息",
"iconPath": "@tabBarImage1",
"pagePath": "pages/Information/Information",
"selectedIconPath": "image/navBar/1_on.png"
},
{
"text": "设置",
"iconPath": "@tabBarImage2",
"pagePath": "pages/Account/Account",
"selectedIconPath": "image/navBar/2_on.png"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}