-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
33 lines (31 loc) · 779 Bytes
/
Copy pathapp.json
File metadata and controls
33 lines (31 loc) · 779 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
{
"pages": [
"pages/xhslink/xhslink",
"pages/history/history"
],
"tabBar": {
"list": [
{
"pagePath": "pages/xhslink/xhslink",
"text": "小红书解析",
"iconPath": "images/5.png",
"selectedIconPath": "images/5_fill.png"
},
{
"pagePath": "pages/history/history",
"text": "历史解析",
"iconPath": "images/1.png",
"selectedIconPath": "images/1_fill.png"
}
]
},
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Weixin",
"navigationBarBackgroundColor": "#ffffff"
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}