Files
PetCommunity/miniprogram/app.json

51 lines
1.3 KiB
JSON

{
"pages": [
"pages/feed/feed",
"pages/nearby/nearby",
"pages/friends/friends",
"pages/profile/profile",
"pages/login/login",
"pages/post/post",
"pages/pet-detail/pet-detail",
"pages/chat/chat",
"pages/post-detail/post-detail",
"pages/pet-edit/pet-edit",
"pages/edit-profile/edit-profile",
"pages/search/search",
"pages/notifications/notifications",
"pages/story/story",
"pages/webview/webview"
],
"tabBar": {
"custom": true,
"color": "#b9bdc6",
"selectedColor": "#2b2b30",
"backgroundColor": "#ffffff",
"list": [
{ "pagePath": "pages/feed/feed", "text": "广场" },
{ "pagePath": "pages/nearby/nearby", "text": "附近" },
{ "pagePath": "pages/friends/friends", "text": "汪友" },
{ "pagePath": "pages/profile/profile", "text": "我的" }
]
},
"window": {
"navigationStyle": "custom",
"backgroundTextStyle": "dark",
"backgroundColor": "#f1f2f6"
},
"permission": {
"scope.userLocation": {
"desc": "汪圈需要您的位置来显示附近的宠物和精准内容"
}
},
"requiredPrivateInfos": ["getLocation", "chooseLocation"],
"sitemapLocation": "sitemap.json",
"style": "v2",
"lazyCodeLoading": "requiredComponents",
"networkTimeout": {
"request": 10000,
"uploadFile": 60000,
"downloadFile": 60000
}
}