Files
2025-12-09 02:45:30 +08:00

42 lines
914 B
JSON

{
"pages": [
"pages/index/index",
"pages/coupon/coupon",
"pages/profile/profile",
"pages/detail/detail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Edu App",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#999999",
"selectedColor": "#2563eb",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "",
"selectedIconPath": ""
},
{
"pagePath": "pages/coupon/coupon",
"text": "优惠券",
"iconPath": "",
"selectedIconPath": ""
},
{
"pagePath": "pages/profile/profile",
"text": "我的",
"iconPath": "",
"selectedIconPath": ""
}
]
}
}