2021-11-01 15:45:43 +08:00

38 lines
1017 B
JSON

{
"pages": [
"pages/indexintroduce/indexintroduce",
"pages/index/index",
"pages/myinfo/myinfo",
"pages/homefree/homefree",
"pages/ranqidetails/ranqidetails",
"pages/TestDetails/TestDetails",
"pages/Register/Register",
"pages/RegisterUser/RegisterUser"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#11cd6e",
"borderStyle": "white",
"list": [
{
"selectedIconPath": "images/.png",
"iconPath": "images/.png",
"pagePath": "pages/homefree/homefree",
"text": ""
},
{
"selectedIconPath": "images/.png",
"iconPath": "images/.png",
"pagePath": "pages/myinfo/myinfo",
"text": ""
}
]
}
}