-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
54 lines (54 loc) · 1.43 KB
/
Copy pathapp.json
File metadata and controls
54 lines (54 loc) · 1.43 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
47
48
49
50
51
52
53
54
{
"pages": [
"pages/index/index",
"pages/news/news",
"pages/logs/logs",
"pages/tasks/tasks",
"pages/mine/mine",
"pages/mycenter/mycenter"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#FD820A",
"backgroundColor": "#FFF",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/tabbaricon/index.png",
"selectedIconPath": "images/tabbaricon/index2.png",
"text": "首页"
},
{
"pagePath": "pages/news/news",
"iconPath": "images/tabbaricon/toutiao.png",
"selectedIconPath": "images/tabbaricon/toutiao2.png",
"text": "头条"
},
{
"pagePath": "pages/news/news",
"iconPath": "images/tabbaricon/saoyisao3.png",
"selectedIconPath": "images/tabbaricon/saoyisao3.png",
"text": "",
"isScanit": true
},
{
"pagePath": "pages/tasks/tasks",
"iconPath": "images/tabbaricon/renwu.png",
"selectedIconPath": "images/tabbaricon/renwu2.png",
"text": "任务"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "images/tabbaricon/wode.png",
"selectedIconPath": "images/tabbaricon/wode2.png",
"text": "我的"
}
]
}
}