-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
49 lines (49 loc) · 1.3 KB
/
app.json
File metadata and controls
49 lines (49 loc) · 1.3 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
49
{
"pages": [
"pages/home/home",
"pages/task/task",
"pages/index/index",
"pages/logs/logs",
"pages/search/search",
"pages/setting/setting",
"pages/setting/reward/reward",
"pages/authorize/authorize"
],
"tabBar": {
"backgroundColor": "#F7F7FA",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/home/home",
"text": "主页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-selected.png"
},
{
"pagePath": "pages/task/task",
"text": "今日任务",
"iconPath": "images/danci.png",
"selectedIconPath": "images/danci-selected.png"
},
{
"pagePath": "pages/search/search",
"text": "辞典",
"iconPath": "images/search.png",
"selectedIconPath": "images/search-selected.png"
},
{
"pagePath":"pages/setting/setting",
"text":"设置",
"iconPath":"images/setting.jpg",
"selectedIconPath":"images/setting-selected.jpg"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json"
}