Files
soul/miniprogram/app.json

52 lines
1.3 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/match/match",
"pages/my/my",
"pages/read/read"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000000",
"navigationBarTitleText": "Soul派对·创业实验",
"navigationBarTextStyle": "white",
"backgroundColor": "#000000"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#FF4D4F",
"backgroundColor": "#000000",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "assets/icons/home.png",
"selectedIconPath": "assets/icons/home-active.png"
},
{
"pagePath": "pages/match/match",
"text": "匹配合作",
"iconPath": "assets/icons/match.png",
"selectedIconPath": "assets/icons/match-active.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "assets/icons/my.png",
"selectedIconPath": "assets/icons/my-active.png"
}
]
},
"usingComponents": {},
"permission": {
"scope.userLocation": {
"desc": "用于匹配附近的书友"
}
},
"requiredPrivateInfos": [
"getLocation"
],
"lazyCodeLoading": "requiredComponents"
}