58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/index",
|
|
"pages/class/index",
|
|
"pages/interact/index",
|
|
"pages/mine/index",
|
|
"pages/bind/index",
|
|
"pages/module/index",
|
|
"pages/manage/index",
|
|
"pages/member-detail/index",
|
|
"pages/schedule-detail/index",
|
|
"pages/timeline-detail/index",
|
|
"pages/timeline-create/index",
|
|
"pages/profile-edit/index",
|
|
"pages/module-unavailable/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTitleText": "ClassHub",
|
|
"navigationBarBackgroundColor": "#F7F0E8",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundColor": "#F7F0E8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#8C8178",
|
|
"selectedColor": "#6B1F2B",
|
|
"backgroundColor": "#FFFCF7",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/index",
|
|
"text": "首页",
|
|
"iconPath": "assets/tabbar/home.png",
|
|
"selectedIconPath": "assets/tabbar/home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/class/index",
|
|
"text": "班级",
|
|
"iconPath": "assets/tabbar/class.png",
|
|
"selectedIconPath": "assets/tabbar/class-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/interact/index",
|
|
"text": "互动",
|
|
"iconPath": "assets/tabbar/interact.png",
|
|
"selectedIconPath": "assets/tabbar/interact-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"text": "我的",
|
|
"iconPath": "assets/tabbar/mine.png",
|
|
"selectedIconPath": "assets/tabbar/mine-active.png"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|