-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
47 lines (47 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
45
46
47
{
"pages": [
"pages/add/add",
"pages/me/me",
"pages/home/home",
"pages/add/addTip/addTip",
"pages/me/aboutMe/aboutMe",
"pages/wishList/wishList",
"pages/friend/friend"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarTitleText": "十一只羊",
"navigationBarTextStyle": "white"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"list": [
{
"pagePath": "pages/home/home",
"text": "清单",
"iconPath": "./pages/img/灰/灰主页1.png"
},
{
"pagePath": "pages/wishList/wishList",
"text": "心愿",
"iconPath": "pages/img/灰/灰礼物1.png"
},
{
"pagePath": "pages/add/add",
"text": "添加",
"iconPath": "pages/img/灰/灰添加1.png"
},
{
"pagePath": "pages/friend/friend",
"text": "社区",
"iconPath": "pages/img/灰/灰社区1.png"
},
{
"pagePath": "pages/me/me",
"text": "我的",
"iconPath": "pages/img/灰/灰我的1.png"
}
],
"color": "#333"
}
}