Initial commit
This commit is contained in:
51
miniprogram/app.json
Normal file
51
miniprogram/app.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"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": "#9b8fa8",
|
||||
"selectedColor": "#ff4f91",
|
||||
"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": "#fff9fb"
|
||||
},
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "汪圈需要您的位置来显示附近的宠物和精准内容"
|
||||
}
|
||||
},
|
||||
"requiredPrivateInfos": ["getLocation", "chooseLocation"],
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"style": "v2",
|
||||
"componentFramework": "glass-easel",
|
||||
"lazyCodeLoading": "requiredComponents",
|
||||
"networkTimeout": {
|
||||
"request": 10000,
|
||||
"uploadFile": 60000,
|
||||
"downloadFile": 60000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user