-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
57 lines (57 loc) · 1.45 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/user/login",
"pages/allcourse/allcourse",
"pages/allcourse/detailcourse",
"pages/home/home",
"pages/user/register",
"pages/user/register2",
"pages/user/register3",
"pages/course/course",
"pages/me/me",
"pages/index/index",
"pages/logs/logs",
"pages/order/order",
"pages/comments/comments",
"pages/allcourse/question"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "桃言阅读",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#696969",
"selectedColor": "#87CEFA",
"backgroundColor": "white",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/home/home",
"text": "主页",
"iconPath": "images/zhuye0.png",
"selectedIconPath": "images/zhuye1.png"
},
{
"pagePath": "pages/allcourse/allcourse",
"text": "全部课程",
"iconPath": "images/course.png",
"selectedIconPath": "images/course1.png"
},
{
"pagePath": "pages/course/course",
"text": "我的课程",
"iconPath": "images/Book.png",
"selectedIconPath": "images/Book1.png"
},
{
"pagePath": "pages/me/me",
"text": "个人中心",
"iconPath": "images/user1.png",
"selectedIconPath": "images/user2.png"
}
]
},
"sitemapLocation": "sitemap.json"
}