-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
63 lines (63 loc) · 1.95 KB
/
app.json
File metadata and controls
63 lines (63 loc) · 1.95 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"pages": [
"pages/index/index",
"pages/record/index",
"pages/me/index",
"pages/read/index",
"pages/me/set/index",
"pages/me/name/index",
"pages/me/address/index",
"pages/me/signature/index",
"pages/me/sport/index",
"pages/me/sport/pages/more",
"pages/me/pois/detail/index",
"pages/me/pois/new/index",
"pages/me/pois/index",
"pages/me/posts/detail/index",
"pages/me/posts/new/index",
"pages/me/posts/index",
"pages/logs/logs",
"pages/read/detail/index",
"pages/me/book/detail/index",
"pages/me/book/new/index",
"pages/me/book/index",
"pages/me/manage/index",
"pages/me/diary/new/index",
"pages/me/diary/detail/index",
"pages/me/diary/index",
"pages/me/about/index",
"pages/me/connect/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000",
"navigationBarTitleText": "小小梦工场",
"navigationBarTextStyle": "#fff",
"enablePullDownRefresh": true
},
"tabBar": {
"selectedColor": "#43ce7b",
"position": "bottom",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/icon/apps.png",
"selectedIconPath": "images/icon/apps_active.png"
},
{
"pagePath": "pages/record/index",
"text": "攻略",
"iconPath": "images/icon/edit_light.png",
"selectedIconPath": "images/icon/edit_light_active.png"
},
{
"pagePath": "pages/me/index",
"text": "我",
"iconPath": "images/icon/people.png",
"selectedIconPath": "images/icon/people_active.png"
}
]
},
"debug": true
}