-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
39 lines (39 loc) · 965 Bytes
/
app.json
File metadata and controls
39 lines (39 loc) · 965 Bytes
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
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/list/index",
"pages/member/index",
"pages/addTask/index"
],
"tabBar": {
"custom": false,
"list": [
{
"pagePath": "pages/index/index",
"text": "日历",
"iconPath": "/image/home_normal.png",
"selectedIconPath": "/image/home_click.png"
},
{
"pagePath": "pages/list/index",
"text": "活动",
"iconPath": "/image/list_normal.png",
"selectedIconPath": "/image/list_click.png"
},
{
"pagePath": "pages/member/index",
"text": "我的",
"iconPath": "/image/my_normal.png",
"selectedIconPath": "/image/my_click.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "学习日历",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json"
}