{ "pages": [ "page/home/index" ], "subpackages": [ { "root": "packageComponent", "pages": [] } ], "preloadRule": { "page/home/index": { "network": "all", "packages": [ ] } }, "window": { "navigationBarTextStyle": "@navigationBarTextStyle", "navigationBarTitleText": "演示", "navigationBarBackgroundColor": "@navigationBarBackgroundColor", "backgroundColor": "@backgroundColor" }, "tabBar": { "color": "@tabBarColor", "selectedColor": "@tabBarSelectedColor", "borderStyle": "@tabBarBorderStyle", "backgroundColor": "@tabBarBackgroundColor", "list": [ { "pagePath": "page/home/index", "text": "组件" }, { "pagePath": "page/home/index", "text": "组件" } ] }, "networkTimeout": { "request": 10000, "connectSocket": 10000, "uploadFile": 10000, "downloadFile": 10000 }, "workers": "workers", "debug": false, "style": "v2", "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } }, "cloud": true, "sitemapLocation": "sitemap.json", "themeLocation": "demo.theme.json", "darkmode": true, "resizable": true, "useExtendedLib": { "weui": true }, "frameset": true, "requiredBackgroundModes": [ "audio", "location" ], "embeddedAppIdList": [ "wxfdcee92a299bcaf1" ], "lazyCodeLoading": "requiredComponents" }