This commit is contained in:
2026-04-22 18:54:52 +08:00
commit bc8986e3b2
49 changed files with 20987 additions and 0 deletions

35
app.json Normal file
View File

@@ -0,0 +1,35 @@
{
"pages": [
"pages/home/index",
"pages/login/index"
],
"subPackages": [
{
"root": "packages/demo",
"pages": [
"pages/workbench/index"
]
}
],
"preloadRule": {
"pages/home/index": {
"network": "all",
"packages": [
"packages/demo"
]
}
},
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "玄志",
"navigationBarBackgroundColor": "#f5f7fa",
"backgroundColor": "#f5f7fa"
},
"networkTimeout": {
"request": 10000
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}