-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
43 lines (43 loc) · 1.07 KB
/
app.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"pages":[
"pages/search/index",
"pages/mine/index",
"pages/login/index",
"pages/index/index",
"pages/logs/logs"
],
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "消息",
"iconPath": "images/tabbar/news.png",
"selectedIconPath": "images/tabbar/news_s.png"
},
{
"pagePath": "pages/login/index",
"text": "首页",
"iconPath": "images/tabbar/home.png",
"selectedIconPath": "images/tabbar/home_s.png"
},
{
"pagePath": "pages/mine/index",
"text": "我的",
"iconPath": "images/tabbar/home.png",
"selectedIconPath": "images/tabbar/home_s.png"
},
{
"pagePath": "pages/search/index",
"text": "消息",
"iconPath": "images/tabbar/news.png",
"selectedIconPath": "images/tabbar/news_s.png"
}
]
},
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black"
}
}