Initial Commit

This commit is contained in:
chenglijuan
2026-04-18 22:15:11 +08:00
commit 9de2bdee2e
25 changed files with 1465 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"pages": [
"pages/index/index",
"pages/appointment/appointment",
"pages/records/records"
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "访客预约",
"navigationBarBackgroundColor": "#1890ff"
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}