-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
57 lines (57 loc) · 1.42 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
{
"pages": [
"pages/index/index",
"pages/canvas2d/index",
"pages/canvas2d/detail",
"pages/canvas2d/canvasGW",
"pages/toastModal/index",
"pages/toastModal/detail",
"pages/actionSheet/index",
"pages/actionSheet/detail",
"pages/rating/index",
"pages/rating/detail",
"pages/swiper/index",
"pages/swiper/detail",
"pages/canvas2d/index2",
"pages/customNav/index",
"pages/customNav/detail",
"components/loading/index",
"pages/loading/index",
"pages/loading/detail",
"pages/tab/index",
"pages/drawLiner/index",
"pages/drawLiner/detail",
"pages/tabBar/index",
"pages/my/index",
"pages/cal/index",
"pages/dateSel/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"custom": true,
"color": "#333333",
"selectedColor": "#6B1F72",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/img/tabbar01.png",
"selectedIconPath": "/img/tabbar02.png",
"text": "首页"
},
{
"pagePath": "pages/my/index",
"iconPath": "/img/tabbar03.png",
"selectedIconPath": "/img/tabbar04.png",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}