-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
60 lines (60 loc) · 1.58 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
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/my/my",
"pages/myHealth/myHealth",
"pages/myLife/myLife",
"pages/myWealth/myWealth",
"pages/myGrow/myGrow",
"pages/knowledge/knowledge",
"pages/kLink/kLink",
"pages/kMedal/kMedal",
"pages/kProduct/kProduct",
"pages/kHistory/kHistory",
"pages/kOverview/kOverview",
"pages/kCulture/kCulture",
"pages/topUp/topUp"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"borderStyle": "white",
"selectedColor": "#ffffff",
"position": "bottom",
"color": "#ffffff",
"backgroundColor": "#131826",
"list": [
{
"text": "冲顶",
"pagePath": "pages/topUp/topUp",
"iconPath": "/img/tabBar/[email protected]",
"selectedIconPath": "/img/tabBar/[email protected]"
},
{
"text": "知识库",
"pagePath": "pages/knowledge/knowledge",
"iconPath": "/img/tabBar/[email protected]",
"selectedIconPath": "/img/tabBar/[email protected]"
},
{
"text": "进度表",
"pagePath": "pages/index/index",
"iconPath": "/img/tabBar/[email protected]",
"selectedIconPath": "/img/tabBar/[email protected]"
},
{
"text": "我的",
"pagePath": "pages/my/my",
"iconPath": "/img/tabBar/[email protected]",
"selectedIconPath": "/img/tabBar/[email protected]"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}