-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathapp.json
More file actions
47 lines (47 loc) · 1.17 KB
/
app.json
File metadata and controls
47 lines (47 loc) · 1.17 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
{
"pages": [
"pages/login/login",
"pages/index/index",
"pages/me/me",
"pages/logs/logs",
"pages/cms/cms-web",
"pages/progress/work-web",
"pages/file/download",
"pages/progress/work-list",
"pages/me/cropper-avatar",
"pages/login/register",
"pages/progress/start-work"
],
"tabBar": {
"color": "#666666",
"selectedColor": "#fb4747",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "assets/img/icon_main_index_logo.png",
"selectedIconPath": "assets/img/icon_main_index_logo_red.png",
"text": "首页"
},
{
"pagePath": "pages/me/me",
"iconPath": "assets/img/icon_main_my.png",
"selectedIconPath": "assets/img/icon_main_my_red.png",
"text": "我的"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"useExtendedLib": {
"weui": true
},
"lazyCodeLoading": "requiredComponents"
}