-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
39 lines (38 loc) · 915 Bytes
/
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
{
"pages":[
"pages/index/index",
"pages/logs/logs",
"pages/works/works",
"pages/dynamic/dynamic",
"pages/ps/ps",
"pages/show/show"
],
"window":{
"navigationBarTitleText": "新视觉实训",
"navigationBarTextStyle":"white"
},
"tabBar":{
"color":"#B6B6B6",
"selectedColor":"#FE9132",
"list":[
{
"pagePath":"pages/index/index",
"text":"首页",
"iconPath":"images/home.png",
"selectedIconPath":"images/home-h.png"
},{
"pagePath":"pages/works/works",
"text":"作品",
"iconPath":"images/user.png",
"selectedIconPath":"images/user-h.png"
},{
"pagePath":"pages/dynamic/dynamic",
"text":"动态",
"iconPath":"images/list.png",
"selectedIconPath":"images/list-h.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}