-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
41 lines (41 loc) · 1.07 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
{
"pages": [
"pages/likeanimalsresult/result",
"pages/index/index",
"pages/likeanimals/index",
"pages/futureresumeresult/result",
"pages/futureresumetest/test",
"pages/futureresume/index",
"pages/catepage/index",
"pages/lovetype/index",
"pages/lovetypetest/test",
"pages/lovetypetestresult/result",
"pages/ceshi/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "趣味测试",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#333333",
"selectedColor": "pink",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"selectedIconPath": "images/icon/icon_home_1.png",
"iconPath": "images/icon/icon_home_0.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"selectedIconPath": "images/icon/icon_user_1.png",
"iconPath": "images/icon/icon_user_0.png",
"pagePath": "pages/ceshi/index",
"text": "桃花运"
}
]
}
}