-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
50 lines (50 loc) · 1.29 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
49
50
{
"tabBar": {
"color": "#8c8c8c",
"selectedColor": "#ffadd2",
"backgroundColor": "#fafafa",
"position": "bottom",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/love/love",
"text": "我们",
"iconPath": "assets/tap/love.png",
"selectedIconPath": "assets/tap/love_active.png"
},
{
"pagePath": "pages/diary/diary",
"text": "时光记录",
"iconPath": "assets/tap/write.png",
"selectedIconPath": "assets/tap/write_active.png"
},
{
"pagePath": "pages/gifts/gifts",
"text": "纪念日",
"iconPath": "assets/tap/date.png",
"selectedIconPath": "assets/tap/date_active.png"
},
{
"pagePath": "pages/smile/smile",
"text": "我的",
"iconPath": "assets/tap/mine.png",
"selectedIconPath": "assets/tap/mine_active.png"
}
]
},
"pages": [
"pages/start/start",
"pages/love/love",
"pages/diary/diary",
"pages/gifts/gifts",
"pages/smile/smile"
],
"window": {
"backgroundColor": "#fafafa",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fafafa",
"navigationBarTitleText": "promets",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json"
}