app.json
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
50
{
"pages": [
"pages/start/start",
"pages/my/userInfo/userInfo",
"pages/index/search/search",
"pages/index/release/release",
"pages/index/message/message",
"pages/index/info/info",
"pages/index/fans/fans",
"pages/index/detail/detail",
"pages/index/comment/comment",
"pages/index/check/check",
"pages/index/brief/brief",
"pages/my/draft/draft",
"pages/my/my",
"pages/topic/topicDetail/topicDetail",
"pages/topic/topic",
"pages/index/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "white",
"navigationBarTitleText": "穿搭小程序",
"navigationBarTextStyle": "black"
},
"tabBar": {
"selectedColor": "#000",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/images/shouye_02@2x.png",
"selectedIconPath": "/images/shouye@2x.png"
},
{
"pagePath": "pages/topic/topic",
"text": "话题",
"iconPath": "/images/huati@2x.png",
"selectedIconPath": "/images/huati_02@2x.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "/images/wode@2x.png",
"selectedIconPath": "/images/wode_02@2x.png"
}
]
},
"sitemapLocation": "sitemap.json"
}