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.
58 lines
1.5 KiB
58 lines
1.5 KiB
{
|
|
"pages": [
|
|
|
|
"pages/login/login",
|
|
"pages/upteach/upteach",
|
|
"pages/addlesson/addlesson",
|
|
"pages/home/home",
|
|
"pages/rank/rank",
|
|
"pages/attend/attend",
|
|
|
|
"pages/teacherinfo/teacherinfo",
|
|
"pages/identify/identify",
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/mine/mine"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "classRoll",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
},
|
|
"style": "v2",
|
|
"enablePullDownRefresh":true,
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"tabBar": {
|
|
"borderStyle":"white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "课程",
|
|
"color": "#7A7E83",
|
|
"iconPath": "/images/icon/class.png",
|
|
"selectedIconPath": "/images/icon/class_selected.png",
|
|
"selectedColor": "#3cc51f"
|
|
},
|
|
{
|
|
"pagePath": "pages/rank/rank",
|
|
"text": "排行榜",
|
|
"color": "#7A7E83",
|
|
"iconPath": "/images/icon/rank.png",
|
|
"selectedIconPath": "/images/icon/rank_selected.png",
|
|
"selectedColor": "#3cc51f"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的",
|
|
"color": "#7A7E83",
|
|
"iconPath": "/images/icon/user_01.png",
|
|
"selectedIconPath": "/images/icon/user_01_selected.png",
|
|
"selectedColor": "#3cc51f"
|
|
}
|
|
]
|
|
}
|
|
|
|
}
|