-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathapp.json
75 lines (75 loc) · 2.01 KB
/
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
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
64
65
66
67
68
69
70
71
72
73
74
75
{
"pages":[
"pages/index/index",
"pages/wxLogin/wxLogin",
"pages/indexComment/indexComment",
"pages/indexBuy/indexBuy",
"pages/person/person",
"pages/message/message",
"pages/news/news",
"pages/comment/comment",
"pages/postVideo/postVideo",
"pages/love/love",
"pages/fans/fans",
"pages/Instructions/Instructions",
"pages/userAgreement/userAgreement",
"pages/label/label",
"pages/addlabel/addlabel",
"pages/atten/atten",
"pages/search/search",
"pages/attention/attention",
"pages/personInfo/personInfo",
"pages/withCard/withCard",
"pages/withWechat/withWechat",
"pages/withdraw/withdraw",
"pages/recharge/recharge",
"pages/logs/logs",
"pages/video/video",
"pages/userinfo/userinfo",
"pages/userfans/userfans",
"pages/useratten/useratten"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#000",
"navigationBarTitleText": "短视频",
"navigationBarTextStyle":"white"
},
"tabBar": {
"color": "#fff",
"selectedColor": "#cc1616",
"backgroundColor": "#000",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/images/icon1.png",
"selectedIconPath": "/images/icon1_on.png"
},
{
"pagePath": "pages/attention/attention",
"text": "关注",
"iconPath": "/images/icon2.png",
"selectedIconPath": "/images/icon2_on.png"
},
{
"pagePath": "pages/postVideo/postVideo",
"text": "发布",
"iconPath": "/images/icon3.png",
"selectedIconPath": "/images/icon3_on.png"
},
{
"pagePath": "pages/message/message",
"text": "通知",
"iconPath": "/images/icon4.png",
"selectedIconPath": "/images/icon4_on.png"
},
{
"pagePath": "pages/person/person",
"text": "我",
"iconPath": "/images/icon5.png",
"selectedIconPath": "/images/icon5_on.png"
}
]
}
}