-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
90 lines (90 loc) · 2.96 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
82
83
84
85
86
87
88
89
90
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/mine/mine",
"pages/toolnav/toolnav",
"pages/backup/backup",
"pages/zone/zone",
"pages/auth/index",
"pages/message-detail/index",
"pages/message-edit/index",
"pages/user-edit/index",
"pages/images-cropper/index",
"pages/overtime-record/index",
"pages/otsubsidy-record/index",
"pages/activity-record/index",
"pages/overtime-query/index",
"pages/overtime-query-summary/index",
"pages/overtime-query-detail/index",
"pages/activity-query-detail/index",
"pages/otsubsidy-query/index",
"pages/otsubsidy-query-summary/index",
"pages/activity-query/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "静鑫",
"navigationBarTextStyle": "black"
},
"usingComponents": {
"l-tag": "./miniprogram_npm/lin-ui/tag/index",
"l-icon": "./miniprogram_npm/lin-ui/icon/index",
"l-button": "./miniprogram_npm/lin-ui/button/index",
"l-radio": "./miniprogram_npm/lin-ui/radio/index",
"l-radio-group": "./miniprogram_npm/lin-ui/radio-group/index",
"l-popup": "./miniprogram_npm/lin-ui/popup/index",
"l-message": "./miniprogram_npm/lin-ui/message/index",
"l-dialog": "./miniprogram_npm/lin-ui/dialog/index",
"l-action-sheet": "./miniprogram_npm/lin-ui/action-sheet/index",
"l-loadmore": "./miniprogram_npm/lin-ui/loadmore/index",
"l-index-list": "./miniprogram_npm/lin-ui/index-list/index",
"l-index-anchor": "./miniprogram_npm/lin-ui/index-anchor/index",
"l-segment": "./miniprogram_npm/lin-ui/segment/index",
"l-segment-item": "./miniprogram_npm/lin-ui/segment-item/index",
"l-tabs": "./components/tabs/index",
"l-tabpanel": "./components/tabpanel/index",
"l-card": "./components/card/index",
"l-list": "./components/list/index",
"l-input": "./components/input/index",
"l-textarea": "./components/textarea/index",
"nothing": "./components/nothing/index"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"useExtendedLib": {
"weui": true
},
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#11cd6e",
"borderStyle": "white",
"list": [
{
"iconPath": "images/footer_home.png",
"selectedIconPath": "images/footer_home_active.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"iconPath": "images/footer_backup.png",
"selectedIconPath": "images/footer_backup_active.png",
"pagePath": "pages/backup/backup",
"text": "备忘"
},
{
"iconPath": "images/footer_zone.png",
"selectedIconPath": "images/footer_zone_active.png",
"pagePath": "pages/zone/zone",
"text": "树洞"
},
{
"iconPath": "images/footer_me.png",
"selectedIconPath": "images/footer_me_active.png",
"pagePath": "pages/mine/mine",
"text": "我的"
}
]
}
}