ZJCF_miniProgram/app.json

50 lines
1.4 KiB
JSON
Raw Normal View History

2024-12-07 10:20:50 +08:00
{
"pages": [
"pages/intro/intro",
2024-12-07 11:22:34 +08:00
"pages/index/index",
2024-12-07 10:20:50 +08:00
"pages/shop/shop",
"pages/main/main",
"pages/shop/goods/goods",
"pages/shop/buycar/buycar",
"pages/shop/goods/evaluate/evaluate",
"pages/person/person"
],
"tabBar": {
"list": [
{
"pagePath": "pages/intro/intro",
"text": "首页",
"iconPath": "/data/icon/shouye-copy.png",
"selectedIconPath":"/data/icon/shouye.png"
},
{
"pagePath": "pages/main/main",
"text": "赛事报名",
"iconPath": "/data/icon/saishi1.png",
"selectedIconPath":"/data/icon/saishi1-copy.png"
},
{
"pagePath": "pages/shop/shop",
"text": "教学教辅",
"iconPath": "/data/icon/read.png",
"selectedIconPath": "/data/icon/read-copy.png"
},
{
"pagePath": "pages/person/person",
"text": "个人中心",
"iconPath": "/data/icon/icon-.png",
"selectedIconPath": "/data/icon/icon--copy.png"
}
]
},
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#325395",
"navigationBarTitleText": "ZJCF青少年人工智能",
"navigationBarTextStyle": "white"
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}