-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
42 lines (42 loc) · 1.05 KB
/
app.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"pages": [
"pages/list/list",
"pages/logs/logs",
"pages/calendar/calendar",
"pages/mine/mine",
"pages/detail/detail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"selectedColor": "#57A2FF",
"color": "#999999",
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/list/list",
"text": "全球展览",
"iconPath": "images/shouye_1.png",
"selectedIconPath": "images/shouye.png"
},
{
"pagePath": "pages/calendar/calendar",
"text": "日历行程",
"iconPath": "images/daikuandaquan_1.png",
"selectedIconPath": "images/daikuandaquan.png"
},
{
"pagePath": "pages/mine/mine",
"text": "个人中心",
"iconPath": "images/wode_1.png",
"selectedIconPath": "images/wode.png"
}
]
}
}