45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"pages": [
|
|
"pages/demo2/demo2",
|
|
"pages/demo2/guest/guest",
|
|
"pages/demo2/video/video",
|
|
"pages/demo2/picture/picture"
|
|
],
|
|
"style": "v2",
|
|
"renderer": "webview",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"tabBar": {
|
|
"color": "#ccc",
|
|
"selectedColor": "#ff4c91",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#fff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/demo2/demo2",
|
|
"text": "邀请函",
|
|
"iconPath": "images/demo2/invite.png",
|
|
"selectedIconPath": "images/demo2/invite.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/demo2/picture/picture",
|
|
"text": "照片",
|
|
"iconPath": "images/demo2/marry.png",
|
|
"selectedIconPath": "images/demo2/marry.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/demo2/video/video",
|
|
"text": "美好时光",
|
|
"iconPath": "images/demo2/video.png",
|
|
"selectedIconPath": "images/demo2/video.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/demo2/guest/guest",
|
|
"text": "宾客信息",
|
|
"iconPath": "images/demo2/guest.png",
|
|
"selectedIconPath": "images/demo2/guest.png"
|
|
}
|
|
]
|
|
}
|
|
} |