-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
79 lines (78 loc) · 2.1 KB
/
app.json
File metadata and controls
79 lines (78 loc) · 2.1 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"pages": [
"pages/tabbar/ahome/ahome",
"pages/tabbar/bhome/bhome",
"pages/tabbar/chome/chome",
"pages/functionList/animation/animation",
"pages/functionList/gallery/gallery",
"pages/functionList/eCharts/eCharts",
"pages/functionList/mallcomponent/mallcomponent",
"pages/functionList/loop/loop",
"pages/functionList/tab/tab"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black",
"onReachBottomDistance": 50
},
"tabBar": {
"color": "#515151",
"selectedColor": "#53ba47",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/tabbar/ahome/ahome",
"iconPath": "/images/basics.png",
"selectedIconPath": "/images/basics_cur.png",
"text": "计划"
},
{
"pagePath": "pages/tabbar/bhome/bhome",
"iconPath": "/images/component.png",
"selectedIconPath": "/images/component_cur.png",
"text": "工作"
},
{
"pagePath": "pages/tabbar/chome/chome",
"iconPath": "/images/about.png",
"selectedIconPath": "/images/about_cur.png",
"text": "个人"
}
]
},
"sitemapLocation": "sitemap.json",
"subpackages": [
{
"root": "eCharts",
"pages": [
"pages/eCharts/eCharts",
"pages/bar/index",
"pages/measureText/index",
"pages/line/index",
"pages/scatter/index",
"pages/sunburst/index",
"pages/funnel/index",
"pages/radar/index",
"pages/gauge/index",
"pages/pie/index",
"pages/k/index",
"pages/heatmap/index",
"pages/tree/index",
"pages/treemap/index",
"pages/map/index",
"pages/graph/index",
"pages/boxplot/index",
"pages/parallel/index",
"pages/sankey/index",
"pages/themeRiver/index",
"pages/lazyLoad/index",
"pages/multiCharts/index",
"pages/move/index",
"pages/saveCanvas/index"
]
}
]
}