-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
81 lines (81 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
76
77
78
79
80
81
{
"description": "项目配置文件。",
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true
},
"compileType": "weapp",
"libVersion": "1.5.4",
"appid": "wx5c9b5cbf8700534e",
"projectname": "twin",
"condition": {
"weapp": {
"current": -1,
"list": []
},
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
}
},
"window": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "双生"
},
"tabBar": {
"list": [
{
"pagePath": "Pages/Home/Home/Home",
"text": "日记",
"iconPath": "Images/home.png",
"selectedIconPath": "Images/home_selected.png"
},
{
"pagePath": "Pages/Notification/Notification/Notification",
"text": "通知",
"iconPath": "Images/notification.png",
"selectedIconPath": "Images/notification_selected.png"
},
{
"pagePath": "Pages/Profile/Profile/Profile",
"text": "我的",
"iconPath": "Images/profile.png",
"selectedIconPath": "Images/profile_selected.png"
}
],
"color": "#aaaaaa",
"selectedColor": "#444444"
},
"pages": [
"Pages/Home/Home/Home",
"Pages/Profile/Setting/Setting",
"Pages/Profile/Thanks/Thanks",
"Pages/Profile/Agreement/Agreement",
"Pages/Profile/Analysis/Analysis",
"Pages/Profile/Charts/Charts",
"Pages/Profile/Feedback/Feedback",
"Pages/Profile/Match/Match",
"Pages/Login/Login/Login",
"Pages/Home/Add/Add",
"Pages/Notification/Notification/Notification",
"Pages/Profile/Profile/Profile",
"Pages/Profile/Info/Info",
"Pages/Login/Phone/Phone",
"Pages/Login/Landing/Landing",
"Pages/Login/Register/Register",
"Pages/Login/Register/RegisterGender",
"Pages/Login/Register/RegisterName",
"Pages/Profile/Sync/Sync",
"Pages/Profile/Badge/Badge",
"Pages/Profile/Mood/Mood",
"Pages/Home/Detail/Detail"
],
"debug": true
}