-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
48 lines (48 loc) · 1.27 KB
/
app.json
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
{
"pages": [
"pages/home/index",
"pages/home/gift/index",
"pages/home/star/index",
"pages/home/hot/index",
"pages/home/news/index",
"pages/city/index",
"pages/profile/index",
"pages/profile/adopt/index",
"pages/profile/foster/index",
"pages/profile/service/index",
"pages/profile/collection/index",
"pages/profile/setting/index"
],
"tabBar": {
"color": "#3F3F3F",
"selectedColor": "#3F3F3F",
"backgroundColor": "",
"list": [
{
"pagePath": "pages/home/index",
"text": "首页",
"iconPath": "assets/tabBar/home.png",
"selectedIconPath": "assets/tabBar/home_active.png"
},
{
"pagePath": "pages/city/index",
"text": "宠物城",
"iconPath": "assets/tabBar/city.png",
"selectedIconPath": "assets/tabBar/city_active.png"
},
{
"pagePath": "pages/profile/index",
"text": "我的",
"iconPath": "assets/tabBar/profile.png",
"selectedIconPath": "assets/tabBar/profile_active.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "pets",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json"
}