Files
miniwx/app.json
T
ws c46ffcf567 配色和二维码滚动修复
style: 统一界面视觉风格与配色方 在遮罩层和内容区都加上 catchtouchmove 阻止触摸穿透滚动:
2026-04-24 17:51:02 +08:00

17 lines
397 B
JSON

{
"pages": [
"pages/index/index",
"pages/appointment/appointment",
"pages/records/records"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "访客预约",
"navigationBarBackgroundColor": "#dbeafe"
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}