2026-04-16 11:25:29 +08:00
|
|
|
{
|
|
|
|
|
"pages": [
|
|
|
|
|
"pages/home/home",
|
2026-04-17 15:34:51 +08:00
|
|
|
"pages/index/index",
|
|
|
|
|
"pages/profile/profile"
|
2026-04-16 11:25:29 +08:00
|
|
|
],
|
|
|
|
|
"window": {
|
|
|
|
|
"backgroundColor": "#FFFFFF",
|
|
|
|
|
"backgroundTextStyle": "light",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTitleText": "见素",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
},
|
|
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
|
|
"lazyCodeLoading": "requiredComponents"
|
|
|
|
|
}
|