-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
50 lines (48 loc) · 1.3 KB
/
Copy pathapp.json
File metadata and controls
50 lines (48 loc) · 1.3 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
{
"pages":[
"pages/index/index",
"pages/forwho/forwho",
"pages/home/home",
"pages/Thems/thems",
"pages/running/running",
"pages/test/test",
"pages/logs/logs",
"pages/ranking/ranking",
"pages/Friendslife/friendslife"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "images/icons/index_icon.png",
"selectedIconPath": "images/icons/index_icon_HL.png",
"text": "首页"
},
{
"pagePath": "pages/Thems/thems",
"iconPath": "images/icons/sports_icon.png",
"selectedIconPath": "images/icons/sports_icon_HL.png",
"text": "运动"
},
{
"pagePath": "pages/Friendslife/friendslife",
"iconPath": "images/icons/circle_icon.png",
"selectedIconPath": "images/icons/circle_icon_HL.png",
"text": "圈子"
}
]
},
"usingComponents": {
"login":"./component/login/index"
}
}