mini/app.json
2025-04-13 01:27:54 +08:00

34 lines
884 B
JSON

{
"pages": [
"pages/try/index/index",
"pages/my/login/index",
"pages/closet/index/index",
"pages/my/index/index"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "美搭",
"navigationBarBackgroundColor": "#ffffff"
},
"tabBar": {
"selectedColor": "#FF2727",
"list": [
{
"pagePath": "pages/closet/index/index",
"text": "衣橱",
"iconPath": "/assets/tabbar/tab1.png",
"selectedIconPath": "/assets/tabbar/tab1-active.png"
},
{
"pagePath": "pages/try/index/index",
"text": "试衣间",
"iconPath": "/assets/tabbar/tab2.png",
"selectedIconPath": "/assets/tabbar/tab2-active.png"
}
]
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}