Files
szjs/app.json

45 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2025-03-07 22:27:18 +08:00
{
"pages": [
"pages/home/home",
"pages/order/order",
"pages/my/my",
"pages/guanyu/guanyu",
2025-03-14 22:37:20 +08:00
"pages/ghdCalculator/ghdCalculator",
2025-03-07 22:27:18 +08:00
"pages/webpage/webpage",
2025-03-15 00:02:01 +08:00
"pages/sexChart/sexChart",
2025-03-07 22:27:18 +08:00
"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/my/my",
"text": "个人中心",
"iconPath": "pages/image/我的@2x.png",
"selectedIconPath": "pages/image/我的亮@2x.png"
}
]
}
}