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.
38 lines
1.1 KiB
38 lines
1.1 KiB
{
|
|
"pages": [
|
|
"pages/classes/classes",
|
|
"pages/changeuser/changeuser",
|
|
"pages/setting/setting",
|
|
"pages/user/user",
|
|
"pages/addclass/addclass",
|
|
"pages/classdetail/classdetail",
|
|
"pages/classroom/classroom",
|
|
"pages/classsetting/classsetting",
|
|
"pages/about/about",
|
|
"pages/createclass/createclass"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#f2f2f2",
|
|
"navigationBarTitleText": "积分教室",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"selectedColor": "#00C7B7",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/classes/classes",
|
|
"text": "学习",
|
|
"iconPath": "images/tabbar-icon/tabbar_contact_default.png",
|
|
"selectedIconPath": "images/tabbar-icon/tabbar_contact_pressed.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/setting/setting",
|
|
"iconPath": "images/tabbar-icon/tabbar_settings_default.png",
|
|
"selectedIconPath": "images/tabbar-icon/tabbar_settings_pressed.png",
|
|
"text": "设置"
|
|
}
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
} |