2026-01-09 09:35:44 +08:00
|
|
|
{
|
2026-01-14 15:46:22 +08:00
|
|
|
"pages": [
|
|
|
|
|
"pages/date/date",
|
|
|
|
|
"pages/login/login",
|
|
|
|
|
"pages/index/index",
|
|
|
|
|
"pages/one/index",
|
|
|
|
|
"pages/two/index",
|
|
|
|
|
"pages/three/index",
|
|
|
|
|
"pages/four/index"
|
|
|
|
|
],
|
2026-01-09 09:35:44 +08:00
|
|
|
"window": {
|
2026-01-16 15:54:25 +08:00
|
|
|
"navigationStyle": "custom"
|
2026-01-09 09:35:44 +08:00
|
|
|
},
|
2026-01-14 15:46:22 +08:00
|
|
|
"tabBar": {
|
|
|
|
|
"custom": true,
|
|
|
|
|
"color": "#000000",
|
|
|
|
|
"selectedColor": "#000000",
|
|
|
|
|
"backgroundColor": "#000000",
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/one/index",
|
|
|
|
|
"text": "页面一"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/two/index",
|
|
|
|
|
"text": "页面二"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/three/index",
|
|
|
|
|
"text": "页面三"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/four/index",
|
|
|
|
|
"text": "页面四"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-01-09 09:35:44 +08:00
|
|
|
"style": "v2",
|
|
|
|
|
"renderer": "webview",
|
|
|
|
|
"componentFramework": "glass-easel",
|
|
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
|
|
"lazyCodeLoading": "requiredComponents"
|
|
|
|
|
}
|