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

8 months ago
{
"pages": [
"pages/index/index",
7 months ago
8 months ago
"pages/video/video",
7 months ago
"pages/picture/picture",
"pages/guest/guest"
8 months ago
],
"tabBar": {
"color": "#ccc",
"selectedColor": "#ff4c91",
7 months ago
"borderStyle": "white",
8 months ago
"backgroundColor": "#fff",
7 months ago
"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"
}
]
8 months ago
},
"window": {
7 months ago
"backgroundTextStyle": "light",
8 months ago
"navigationBarBackgroundColor": "#ff4c91",
7 months ago
"navigationBarTextStyle": "white"
8 months ago
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}