-
Notifications
You must be signed in to change notification settings - Fork 209
/
Copy pathapp.json
76 lines (76 loc) · 2.22 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"pages": [
"pages/home/index_2/index_2",
"pages/home/post/post",
"pages/home/post_detail/post_detail",
"pages/home/school/school",
"pages/home/topic_comment/topic_comment",
"pages/home/topic_detail/topic_detail",
"pages/sale/index_2/sale_2",
"pages/sale/post_sale/post_sale",
"pages/sale/comment_sale/comment_sale",
"pages/personal/index_2/personal",
"pages/personal/user_info/personal",
"pages/personal/message/message",
"pages/personal/follow_list/message",
"pages/personal/suggestion/suggestion",
"pages/personal/friends/friends",
"pages/personal/letter/letter",
"pages/travel/index/index",
"pages/travel/create_travel/create_travel",
"pages/compare_face/face"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "校园小情书",
"navigationBarTextStyle": "black"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于当前位置的定位"
}
},
"requiredPrivateInfos": [
"chooseLocation"
],
"tabBar": {
"color": "#515151",
"selectedColor": "#fbc346",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/home/index_2/index_2",
"iconPath": "image/v2/saylove.png",
"selectedIconPath": "image/v2/select-saylove.png",
"text": "表白墙"
},
{
"pagePath": "pages/sale/index_2/sale_2",
"iconPath": "image/v2/sale.png",
"selectedIconPath": "image/v2/select-sale.png",
"text": "卖舍友"
},
{
"pagePath": "pages/travel/index/index",
"iconPath": "image/v2/run.png",
"selectedIconPath": "image/v2/select-run.png",
"text": "步数旅行"
},
{
"pagePath": "pages/compare_face/face",
"iconPath": "image/v2/fall-in-love.png",
"selectedIconPath": "image/v2/select-fall-in-love.png",
"text": "情侣脸"
},
{
"pagePath": "pages/personal/index_2/personal",
"iconPath": "image/v2/my.png",
"selectedIconPath": "image/v2/my.png",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}