You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.2 KiB
50 lines
1.2 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
|
|
"pages/video/video",
|
|
"pages/picture/picture",
|
|
"pages/guest/guest"
|
|
],
|
|
"tabBar": {
|
|
"color": "#ccc",
|
|
"selectedColor": "#ff4c91",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#fff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "邀请函",
|
|
"iconPath": "/images/invite.png",
|
|
"selectedIconPath": "/images/invite.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/picture/picture",
|
|
"text": "照片",
|
|
"iconPath": "/images/marry.png",
|
|
"selectedIconPath": "/images/marry.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/video/video",
|
|
"text": "美好时光",
|
|
"iconPath": "/images/video.png",
|
|
"selectedIconPath": "/images/video.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/guest/guest",
|
|
"text": "宾客信息",
|
|
"iconPath": "/images/guest.png",
|
|
"selectedIconPath": "/images/guest.png"
|
|
}
|
|
]
|
|
},
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#ff4c91",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
} |