Files
lingxiao865 c5af079d8c first commit
2026-02-10 08:05:03 +08:00

16 lines
377 B
JSON

{
"pages": [
"pages/index/index",
"pages/login/login",
"pages/register/register",
"pages/booking/booking",
"pages/appointments/appointments"
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "预约系统",
"navigationBarBackgroundColor": "#FF7A00",
"backgroundColor": "#F8F8F8"
},
"usingComponents": {}
}