-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
62 lines (62 loc) · 1.64 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"pages": [
"pages/index/index",
"pages/action/action",
"pages/content/content",
"pages/property/property",
"pages/invite/invite",
"pages/share/share",
"pages/install/install",
"pages/registe/registe",
"pages/transactionPass/transactionPass",
"pages/launch/launch",
"pages/collections/collections",
"pages/record/record",
"pages/particulars/particulars",
"pages/carry/carry",
"pages/useHelp/useHelp",
"pages/about/about",
"pages/Feedback/Feedback",
"pages/Modify/Modify",
"pages/loginPass/loginPass",
"pages/pass/pass",
"pages/shou/shou",
"pages/success/success",
"pages/transfer/transfer",
"pages/original/original",
"pages/details/details",
"pages/shouContent/shouContent",
"pages/shouDetails/shouDetails",
"pages/transferDetails/transferDetails",
"pages/rule/rule"
],
"tabBar": {
"list": [
{
"pagePath": "pages/property/property",
"text": "资产",
"iconPath": "images/accet/fo-l2.png",
"selectedIconPath": "images/accet/fo-l.png"
},
{
"pagePath": "pages/content/content",
"text": "内容",
"iconPath": "images/accet/fo-c.png",
"selectedIconPath": "images/accet/fo-c2.png"
},
{
"pagePath": "pages/install/install",
"text": "设置",
"iconPath": "images/accet/fo-r.png",
"selectedIconPath": "images/accet/fo-r2.png"
}
],
"selectedColor": "#f46712",
"color": "#5c5b5b"
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
}