75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
|
{
|
||
|
"pages": [
|
||
|
"pages/index/index",
|
||
|
"pages/rank/index",
|
||
|
"pages/rank/address",
|
||
|
"pages/rank/addInfo",
|
||
|
"pages/category/index",
|
||
|
"pages/category/challenge",
|
||
|
"pages/user/index",
|
||
|
"pages/user/sign",
|
||
|
"pages/login/login",
|
||
|
"pages/topic/index",
|
||
|
"pages/topic/addList",
|
||
|
"pages/topic/addInfo",
|
||
|
"pages/topic/xunzhang",
|
||
|
"pages/topic/address",
|
||
|
"pages/topic/detail",
|
||
|
"pages/category/team"
|
||
|
],
|
||
|
"subpackages": [
|
||
|
{
|
||
|
"root": "packageA",
|
||
|
"pages": [
|
||
|
"user/help",
|
||
|
"user/myChallenge",
|
||
|
"user/myMedal",
|
||
|
"user/profile",
|
||
|
"user/editProfile"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"root": "packageB",
|
||
|
"pages": [
|
||
|
"index/index",
|
||
|
"rule/index",
|
||
|
"user/sign"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"window": {
|
||
|
"navigationBarBackgroundColor": "#ffffff",
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"backgroundTextStyle": "dark"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#6e6d6b",
|
||
|
"selectedColor": "#890001",
|
||
|
"borderStyle": "black",
|
||
|
"backgroundColor": "#ffffff",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"text": "首页",
|
||
|
"iconPath": "images/tabBar/home.png",
|
||
|
"selectedIconPath": "images/tabBar/home_on.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/rank/index",
|
||
|
"text": "排行榜",
|
||
|
"iconPath": "images/tabBar/cate.png",
|
||
|
"selectedIconPath": "images/tabBar/cate_on.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/user/index",
|
||
|
"text": "我的",
|
||
|
"iconPath": "images/tabBar/user.png",
|
||
|
"selectedIconPath": "images/tabBar/user_on.png"
|
||
|
}
|
||
|
],
|
||
|
"position": "bottom"
|
||
|
},
|
||
|
"debug": false,
|
||
|
"sitemapLocation": "sitemap.json"
|
||
|
}
|