-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathapp.json
More file actions
executable file
·36 lines (36 loc) · 930 Bytes
/
Copy pathapp.json
File metadata and controls
executable file
·36 lines (36 loc) · 930 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
{
"pages":[
"pages/index/index",
"pages/logs/logs",
"pages/post/post",
"pages/mine/mine"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "微赞论坛",
"navigationBarTextStyle":"black"
},
"tabBar": {
"color": "#dddddd",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/index.png",
"selectedIconPath": "images/index.png"
},{
"pagePath": "pages/post/post",
"text": "发帖",
"iconPath": "images/发帖32x32.png",
"selectedIconPath": "images/发帖32x32hl.png"
},{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "images/我的32x32.png",
"selectedIconPath": "images/我的32x32hl.png"
}]
}
}