T1D-WebBrowse/app.json
2025-11-25 17:09:19 +08:00

16 lines
345 B
JSON

{
"pages": [
"pages/login/index"
],
"window": {
"backgroundColor": "#f1f1f1",
"backgroundTextStyle": "dark",
"navigationBarTitleText": "",
"navigationBarTextStyle": "black"
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"usingComponents": { }
}