Files
szjs/app.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2025-03-07 22:27:18 +08:00
{
"pages": [
"pages/home/home",
"pages/order/order",
"pages/my/my",
"pages/news/news-details",
"pages/guanyu/guanyu",
"pages/webpage/webpage",
"pages/tool/tool",
"pages/igfrefer/igfrefer",
"pages/tarhei/tarhei",
"pages/heightSdsCalculator/heightSdsCalculator",
"pages/grocur/grocur"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#0D0D0D",
"selectedColor": "#27C2A7",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/home/home",
"text": "主页",
"iconPath": "pages/image/首页@2x.png",
"selectedIconPath": "pages/image/首页亮.png"
},
{
"pagePath": "pages/tool/tool",
"text": "计算收藏",
"iconPath": "pages/image/计算收藏@2x (3).png",
"selectedIconPath": "pages/image/计算@2x.png"
},
{
"pagePath": "pages/my/my",
"text": "个人中心",
"iconPath": "pages/image/我的@2x.png",
"selectedIconPath": "pages/image/我的亮@2x.png"
}
]
}
}