-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
44 lines (44 loc) · 1.08 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
{
"pages": [
"pages/home/home",
"pages/index/index",
"pages/logs/logs",
"pages/detail/detail",
"pages/daily/daily"
],
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "imgs/icon/index.png",
"selectedIconPath": "imgs/icon/index_sel.png"
},
{
"pagePath": "pages/daily/daily",
"text": "生活",
"iconPath": "imgs/icon/his.png",
"selectedIconPath": "imgs/icon/his_sel.png"
},
{
"pagePath": "pages/logs/logs",
"text": "日志",
"iconPath": "imgs/icon/index.png",
"selectedIconPath": "imgs/icon/index.png"
},
{
"pagePath": "pages/home/home",
"text": "我的",
"iconPath": "imgs/icon/home.png",
"selectedIconPath": "imgs/icon/home_sel.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "彩虹",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json"
}