feat: 初始化项目

This commit is contained in:
zhangyi
2025-03-14 16:11:47 +08:00
commit f75076dee1
51 changed files with 58515 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"pages": ["pages/index/index", "pages/logs/logs"],
"window": {
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"style": "v2",
"rendererOptions": {
"skyline": {
"defaultDisplayBlock": true,
"disableABTest": true,
"sdkVersionBegin": "3.0.0",
"sdkVersionEnd": "15.255.255"
}
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}