Files
doc-mini-app/app.json
2024-08-22 01:01:35 +08:00

25 lines
627 B
JSON

{
"pages": [
"pages/index/index",
"pages/list/list",
"pages/222",
"pages/details/details"
],
"window": {
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"style": "v2",
"renderer": "skyline",
"rendererOptions": {
"skyline": {
"defaultDisplayBlock": true,
"disableABTest": true,
"sdkVersionBegin": "3.0.0",
"sdkVersionEnd": "15.255.255"
}
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}