generated from LeeJim/miniprogram-starter
-
Notifications
You must be signed in to change notification settings - Fork 15
/
app.json
39 lines (39 loc) · 834 Bytes
/
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
{
"pages": [
"pages/home/index",
"pages/message/index",
"pages/my/index",
"pages/search/index",
"pages/my/info-edit/index",
"pages/chat/index",
"pages/login/login",
"pages/loginCode/loginCode",
"pages/dataCenter/index",
"pages/setup/index",
"pages/release/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/home/index",
"text": "首页"
},
{
"pagePath": "pages/message/index",
"text": "消息"
},
{
"pagePath": "pages/my/index",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}