-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
40 lines (39 loc) · 989 Bytes
/
app.json
File metadata and controls
40 lines (39 loc) · 989 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
40
{
"pages": [
"pages/index/index",
"pages/demo/demo",
"pages/footmark/footmark",
"pages/like/like",
"pages/mine/mine",
"pages/articleDetail/articleDetail",
"pages/search/search",
"pages/submit/submit"
],
"tabBar": {
"color": "#999999",
"selectedColor": "#186FFC",
"list": [
{
"text": "首页",
"iconPath": "images/tabar/home.png",
"selectedIconPath": "images/tabar/home_select.png",
"pagePath": "pages/index/index"
},
{
"text": "我的",
"iconPath": "images/tabar/mine.png",
"selectedIconPath": "images/tabar/mine_select.png",
"pagePath": "pages/mine/mine"
}
]
},
"window": {
"backgroundColor": "#ffffff",
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "知识共享",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"style": "v2"
}