-
Notifications
You must be signed in to change notification settings - Fork 47
/
app.json
62 lines (62 loc) · 1.73 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
{
"pages": [
"pages/index/index",
"pages/interface/chatroom/chatroom",
"pages/interface/article/detail/index",
"pages/index/detail/index",
"pages/account/account",
"pages/account/feedback/feedback",
"pages/account/release/release",
"pages/interface/interface",
"pages/interface/article/index",
"pages/interface/code/code",
"pages/interface/getPhone/getPhone",
"pages/sendSms/sendSms",
"pages/login/login",
"pages/getOpenId/getOpenId",
"pages/register/register",
"pages/picasa/picasa",
"pages/message/list/index",
"pages/message/chatroom/index",
"pages/pay/pay",
"pages/test/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#3891f8",
"navigationBarTitleText": "增删改查-小程序Demo",
"navigationBarTextStyle": "#fff"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#318efb",
"borderStyle": "#3891f8",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/interface/interface",
"iconPath": "image/icon_API.png",
"selectedIconPath": "image/icon_API_HL.png",
"text": "常用接口"
},
{
"pagePath": "pages/index/index",
"iconPath": "image/list.png",
"selectedIconPath": "image/list1.png",
"text": "日记管理"
},
{
"pagePath": "pages/interface/article/index",
"iconPath": "image/icon_component.png",
"selectedIconPath": "image/icon_component_HL.png",
"text": "活动专题"
},
{
"pagePath": "pages/account/account",
"iconPath": "image/wechat.png",
"selectedIconPath": "image/wechatHL.png",
"text": "我"
}
]
}
}