-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpages.json
More file actions
98 lines (98 loc) · 2.08 KB
/
Copy pathpages.json
File metadata and controls
98 lines (98 loc) · 2.08 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
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
91
92
93
94
95
96
97
98
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/edit-code",
"style": {
"navigationBarTitleText": "编辑取件码"
}
},
{
"path": "pages/packages/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/packages/edit",
"style": {
"navigationBarTitleText": "添加包裹"
}
},
{
"path": "pages/my/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/my/match-settings",
"style": {
"navigationBarTitleText": "匹配设置"
}
},
{
"path": "pages/my/match-rules",
"style": {
"navigationBarTitleText": "匹配规则"
}
},
{
"path": "pages/my/faq",
"style": {
"navigationBarTitleText": "常见问题"
}
},
{
"path": "pages/my/about",
"style": {
"navigationBarTitleText": "软件介绍"
}
},
{
"path": "pages/my/changelog",
"style": {
"navigationBarTitleText": "更新记录"
}
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#1673ff",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "取件列表",
"iconPath": "static/images/pickup.png",
"selectedIconPath": "static/images/pickup-active.png"
},
{
"pagePath": "pages/packages/index",
"text": "包裹记录",
"iconPath": "static/images/package.png",
"selectedIconPath": "static/images/package-active.png"
},
{
"pagePath": "pages/my/index",
"text": "我的",
"iconPath": "static/images/my.png",
"selectedIconPath": "static/images/my-active.png"
}
]
},
"globalStyle": {
"pageAnimation": true,
"app-plus": {
"animationType": "slide-in-right",
"animationDuration": 300,
"bounce": "none"
}
}
}