50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/help/help",
|
|
"pages/searchDevice/searchDevice",
|
|
"pages/configureDevice/configureDevice",
|
|
"pages/my/my"
|
|
],
|
|
"window": {
|
|
"navigationBarTitleText": "",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
},
|
|
"tabBar": {
|
|
"color": "#808080",
|
|
"selectedColor": "#1385FA",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"iconPath": "/images/tabBar/home.png",
|
|
"selectedIconPath": "/images/tabBar/home_.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"iconPath": "/images/tabBar/my.png",
|
|
"selectedIconPath": "/images/tabBar/my_.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"plugins": {
|
|
"ppScale-plugin": {
|
|
"version": "0.0.23",
|
|
"provider": "wx0826af4e4908f524"
|
|
}
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "您的位置信息将用于发现附近的蓝牙设备,以便连接蓝牙秤。"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation"
|
|
],
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
} |