-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
44 lines (44 loc) · 1.23 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
{
"pages": [
"pages/cover/cover",
"pages/index/index",
"pages/logs/logs",
"pages/list/list",
"pages/single/single",
"pages/couple/couple",
"pages/record/record",
"pages/singleRe/singleRe",
"pages/coupleRe/coupleRe"
],
"window": {
"backgroundColor": "#F6F6F6",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ff99aa",
"navigationBarTitleText": "iMED 眼睛里有你",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#1a1a1a",
"selectedColor": "#ff99aa",
"list": [{
"pagePath": "pages/index/index",
"selectedIconPath": "image/TabBar/HomeIconColor.jpg",
"iconPath": "image/TabBar/HomeIconGrey.jpg",
"text": "首页"
}, {
"pagePath": "pages/list/list",
"selectedIconPath": "image/TabBar/AccountIconColor.jpg",
"iconPath": "image/TabBar/AccountIconGrey.jpg",
"text": "模式"
},{
"pagePath": "pages/logs/logs",
"selectedIconPath": "image/TabBar/MissionIconColor.jpg",
"iconPath": "image/TabBar/MissionIconGrey.jpg",
"text": "记录"
}]
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}