-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpages.json
More file actions
35 lines (33 loc) · 775 Bytes
/
pages.json
File metadata and controls
35 lines (33 loc) · 775 Bytes
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
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "咖啡时钟"
}
},
{
"path" : "pages/plan/plan",
"style" : {
"navigationBarTitleText": "方案列表",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/edit/edit",
"style" : {
"navigationBarTitleText": "编辑方案",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "咖啡时钟",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
}
}