-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
45 lines (45 loc) · 1.09 KB
/
app.json
File metadata and controls
45 lines (45 loc) · 1.09 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
{
"pages":[
"pages/hdrl/hdrl",
"pages/lunar/lunar",
"pages/foli/foli",
"pages/index/index",
"pages/logs/logs"
],
"tabBar": {
"list": [
{
"pagePath": "pages/lunar/lunar",
"text": "黄历",
"iconPath": "/static/date/黄历.png",
"selectedIconPath": "/static/date/黄历1.png"
},
{
"pagePath": "pages/hdrl/hdrl",
"text": "道历",
"iconPath": "/static/date/道历1.png",
"selectedIconPath": "/static/date/道历.png"
},
{
"pagePath": "pages/foli/foli",
"text": "佛历",
"iconPath": "/static/date/佛历2.png",
"selectedIconPath": "/static/date/佛历.png"
},
{
"pagePath": "pages/index/index",
"text": "码历",
"iconPath": "/static/date/黄历查询2.png",
"selectedIconPath": "/static/date/黄历查询.png"
}
]
},
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "海若黄历",
"navigationBarTextStyle":"black"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}