Files
Pet3/miniprogram/app.json
2026-06-25 18:24:29 +08:00

43 lines
1.1 KiB
JSON

{
"pages": [
"pages/login/login",
"pages/home/home",
"pages/records/records",
"pages/dog-edit/dog-edit",
"pages/walking/walking",
"pages/summary/summary",
"pages/dog-detail/dog-detail",
"pages/history/history",
"pages/achievements/achievements",
"pages/agreement/agreement",
"pages/privacy/privacy"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "汪圈",
"navigationBarBackgroundColor": "#F2EDE6",
"backgroundColor": "#F2EDE6",
"backgroundTextStyle": "dark"
},
"tabBar": {
"custom": true,
"color": "#A89F92",
"selectedColor": "#C77E2E",
"backgroundColor": "#FBF8F3",
"borderStyle": "white",
"list": [
{ "pagePath": "pages/records/records", "text": "记录" },
{ "pagePath": "pages/home/home", "text": "我的" }
]
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"permission": {
"scope.userLocation": {
"desc": "用于记录遛狗的距离与狗步"
}
},
"requiredPrivateInfos": ["startLocationUpdate", "onLocationChange"]
}