mini/app.json
2025-04-15 20:23:27 +08:00

43 lines
1.1 KiB
JSON

{
"pages": [
"pages/try/index/index",
"pages/my/images/index",
"pages/my/login/index",
"pages/closet/index/index",
"pages/my/index/index",
"pages/my/setting/index",
"pages/my/setting/name/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"
},
{
"pagePath": "pages/my/index/index",
"text": "我的",
"iconPath": "/assets/tabbar/tab3.png",
"selectedIconPath": "/assets/tabbar/tab3-active.png"
}
]
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}