Files
beauty-miniapp-uni/unpackage/dist/dev/mp-weixin/app.json
T
2026-06-29 10:54:33 +08:00

57 lines
1.3 KiB
JSON

{
"pages": [
"pages/auth/login",
"pages/home/index",
"pages/projects/list",
"pages/projects/detail",
"pages/booking/create",
"pages/order/confirm",
"pages/orders/list",
"pages/orders/detail",
"pages/verify/code",
"pages/member/index",
"pages/appointments/list",
"pages/coupons/list",
"pages/records/list",
"pages/store/detail",
"pages/profile/skin",
"pages/messages/settings",
"pages/ai/chat",
"pages/legal/privacy",
"pages/legal/terms"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "智约美服",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F6F7FB",
"backgroundTextStyle": "light"
},
"tabBar": {
"color": "#6B7280",
"selectedColor": "#111827",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/index",
"text": "首页"
},
{
"pagePath": "pages/projects/list",
"text": "项目"
},
{
"pagePath": "pages/member/index",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "用于展示附近门店与距离"
}
},
"usingComponents": {}
}