-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
48 lines (47 loc) · 1.42 KB
/
app.json
File metadata and controls
48 lines (47 loc) · 1.42 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
{
"pages": [
"pages/indexItem/index/index",
"pages/indexItem/editSubject/editSubject",
"pages/indexItem/editWrong/editWrong",
"pages/indexItem/wrongDetail/wrongDetail",
"pages/indexItem/fourSuccess/fourSuccess",
"pages/indexItem/fifteenSuccess/fifteenSuccess",
"pages/indexItem/freeSuccess/freeSuccess",
"pages/calendarItem/calendar/calendar",
"pages/meItem/me/me",
"pages/meItem/feedback/feedback",
"pages/loginItem/login/login",
"pages/loginItem/phoneLogin/phoneLogin"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#7f8389",
"selectedColor": "#464646",
"list": [
{
"pagePath": "pages/indexItem/index/index",
"text": "首页",
"iconPath": "static/images/home_grey.png",
"selectedIconPath": "static/images/home_purple.png"
},
{
"pagePath": "pages/calendarItem/calendar/calendar",
"text": "日历",
"iconPath": "static/images/calendar_grey.png",
"selectedIconPath": "static/images/calendar_purple.png"
},
{
"pagePath": "pages/meItem/me/me",
"text": "我的",
"iconPath": "static/images/me_grey.png",
"selectedIconPath": "static/images/me_purple.png"
}
]
}
}