first commit

This commit is contained in:
lingxiao865
2026-02-10 08:05:03 +08:00
commit c5af079d8c
1094 changed files with 97530 additions and 0 deletions

16
unpackage/dist/dev/mp-weixin/app.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"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": {}
}