-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
52 lines (52 loc) · 1.55 KB
/
app.json
File metadata and controls
52 lines (52 loc) · 1.55 KB
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
51
52
{
"pages": [
"pages/login/login",
"pages/index/index",
"pages/logs/logs",
"pages/news/news",
"pages/my/my",
"pages/my/balance/index",
"pages/index/pay/index",
"pages/my/setting/index",
"pages/my/bank/index",
"pages/index/receive/index",
"pages/index/receive/receiveMoney/index",
"pages/my/safe/index",
"pages/my/person/index",
"pages/register/index",
"pages/my/balance/addmoney/index",
"pages/my/payment/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Creative Pay",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#626567",
"selectedColor": "#2A8CE5",
"backgroundColor": "#FBFBFB",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "images/index.png",
"selectedIconPath": "images/index_focus.png"
},
{
"pagePath": "pages/news/news",
"text": "账单",
"iconPath": "images/list-shadow.png",
"selectedIconPath": "images/list.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "images/myself.png",
"selectedIconPath": "images/admin.png"
}
]
}
}