-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
46 lines (46 loc) · 1.15 KB
/
app.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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
{
"pages": [
"pages/index/index",
"pages/my/my",
"pages/my_status/my_status",
"pages/my_send/my_send",
"pages/my_collect/my_collect",
"pages/my_follow/my_follow",
"pages/column/column",
"pages/created/created",
"pages/category/category",
"pages/answer/answer",
"pages/topic/topic",
"pages/my_data/my_data",
"components/topicItem/topicItem",
"components/answerItem/answerItem",
"pages/banner/banner"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "parenting",
"navigationBarTextStyle": "black",
"onReachBottomDistance": 50
},
"tabBar": {
"color": "#cdcdce",
"selectedColor": "#FF6347",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"text": "话题",
"iconPath": "image/topic.png",
"selectedIconPath": "image/topic-select.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "image/my.png",
"selectedIconPath": "image/my-select.png"
}
]
},
"sitemapLocation": "sitemap.json"
}