-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
36 lines (36 loc) · 976 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
{
"pages": [
"pages/loading/loading",
"pages/user/user",
"pages/login/login",
"pages/index/index",
"pages/zujian/zujian",
"pages/yunkaifa/yunkaifa",
"pages/jiekou/jiekou"
],
"window": {
"navigationBarTitleText": "darkcity_x练习"
},
"tabBar": {
"selectedColor": "#FF3300",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/home.png",
"selectedIconPath": "images/home_selected.png",
"text": "首页"
},
{
"pagePath": "pages/user/user",
"iconPath": "images/user.png",
"selectedIconPath": "images/user_selected.png",
"text": "用户中心"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"sitemapLocation": "sitemap.json"
}