-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
50 lines (50 loc) · 1.41 KB
/
app.json
File metadata and controls
50 lines (50 loc) · 1.41 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/shoppingMall/shoppingMall",
"pages/findCar/findCar",
"pages/index/index",
"pages/personalCenter/personalCenter",
"pages/informationForDetails/informationForDetails",
"pages/carInformation/carInformation",
"pages/login/login",
"pages/myFindCar/myFindCar",
"pages/myCollectionCar/myCollectionCar",
"pages/myReservationVehicle/myReservationVehicle"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#787879",
"selectedColor": "#00A8E7",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "tabBar/首页.png",
"selectedIconPath": "tabBar/首页(选中).png"
},
{
"pagePath": "pages/findCar/findCar",
"text": "寻车",
"iconPath": "tabBar/寻车.png",
"selectedIconPath": "tabBar/寻车(选中).png"
},
{
"pagePath": "pages/shoppingMall/shoppingMall",
"text": "商城",
"iconPath": "tabBar/商城.png",
"selectedIconPath": "tabBar/商城(选中).png"
},
{
"pagePath": "pages/personalCenter/personalCenter",
"text": "个人中心",
"iconPath": "tabBar/个人中心.png",
"selectedIconPath": "tabBar/个人中心(选中).png"
}
]
}
}