mp_hextech_v1/app.json
2023-02-21 22:40:56 +08:00

53 lines
1.3 KiB
JSON

{
"pages": [
"pages/home/home",
"pages/home/session/session",
"pages/home/additive/additive",
"pages/home/chemical/chemical",
"pages/additive/list/additive-list",
"pages/standard/list/index",
"pages/user/index",
"pages/user/session-list/index",
"pages/user/edit/index",
"pages/info/content-page/index"
],
"tabBar": {
"custom": true,
"color": "#666666",
"selectedColor": "#FF5F15",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页"
},
{
"pagePath": "pages/additive/list/additive-list",
"text": "分类"
},
{
"pagePath": "pages/standard/list/index",
"text": "标准"
},
{
"pagePath": "pages/user/index",
"text": "我的"
}
]
},
"lazyCodeLoading": "requiredComponents",
"usingComponents": {},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
}
}