45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/activity/activity",
|
|
"pages/match/match",
|
|
"pages/profile/profile",
|
|
"pages/activity-detail/activity-detail",
|
|
"pages/profile-edit/profile-edit",
|
|
"pages/audit-status/audit-status",
|
|
"pages/my-activities/my-activities",
|
|
"pages/my-matches/my-matches",
|
|
"pages/match-detail/match-detail",
|
|
"pages/announcement/announcement",
|
|
"pages/announcement-detail/announcement-detail"
|
|
],
|
|
"window": {
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "相遇",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundTextStyle": "light"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#E8593C",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/activity/activity",
|
|
"text": "活动"
|
|
},
|
|
|
|
{
|
|
"pagePath": "pages/profile/profile",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|