58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/courses/courses",
|
|
"pages/course-detail/course-detail",
|
|
"pages/forum/forum",
|
|
"pages/forum-detail/forum-detail",
|
|
"pages/post/post",
|
|
"pages/tools/tools",
|
|
"pages/gpa/gpa",
|
|
"pages/schedule/schedule",
|
|
"pages/countdown/countdown",
|
|
"pages/my/my",
|
|
"pages/ai-assistant/ai-assistant",
|
|
"pages/dashboard/dashboard"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#4A90E2",
|
|
"navigationBarTitleText": "知芽小筑",
|
|
"navigationBarTextStyle": "white",
|
|
"backgroundColor": "#F5F5F5",
|
|
"enablePullDownRefresh": false,
|
|
"onReachBottomDistance": 50
|
|
},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#4A90E2",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/courses/courses",
|
|
"text": "课程"
|
|
},
|
|
{
|
|
"pagePath": "pages/forum/forum",
|
|
"text": "论坛"
|
|
},
|
|
{
|
|
"pagePath": "pages/tools/tools",
|
|
"text": "工具"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|