{ "pages": [ "pages/home/home", "pages/category/category", "pages/age/age", "pages/favorites/favorites", "pages/profile/profile" ], "subPackages": [ { "root": "supportPages", "name": "supportPages", "pages": [ "guide/guide", "debug/debug", "index/index", "mathIndex/mathIndex", "focusIndex/focusIndex", "copyBook/copyBook" ], "independent": false }, { "root": "mathPages", "name": "mathPages", "pages": ["mathDraw/mathDraw"], "independent": false }, { "root": "englishPages", "name": "englishPages", "pages": ["letterTracing/letterTracing"], "independent": false }, { "root": "focusPages", "name": "focusPages", "pages": ["focusDraw/focusDraw", "shape/shape"], "independent": false } ], "preloadRule": { "pages/home/home": { "network": "all", "packages": ["mathPages", "focusPages", "englishPages"] }, "pages/profile/profile": { "network": "all", "packages": ["supportPages"] } }, "window": {}, "style": "v2", "rendererOptions": { "skyline": { "defaultDisplayBlock": true, "disableABTest": true, "sdkVersionBegin": "3.0.0", "sdkVersionEnd": "15.255.255" } }, "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents", "enablePullDownRefresh": false, "permission": { "scope.writePhotosAlbum": { "desc": "需要保存涂色卡到相册" } }, "tabBar": { "color": "#322e25", "selectedColor": "#322e25", "backgroundColor": "#F8F0E0", "borderStyle": "white", "list": [ { "pagePath": "pages/home/home", "iconPath": "assets/tabBar/home.png", "selectedIconPath": "assets/tabBar/home-active.png", "text": "发现" }, { "pagePath": "pages/category/category", "iconPath": "assets/tabBar/category.png", "selectedIconPath": "assets/tabBar/category-active.png", "text": "分类" }, { "pagePath": "pages/age/age", "iconPath": "assets/tabBar/age.png", "selectedIconPath": "assets/tabBar/age-active.png", "text": "分龄" }, { "pagePath": "pages/favorites/favorites", "iconPath": "assets/tabBar/favorites.png", "selectedIconPath": "assets/tabBar/favorites-active.png", "text": "收藏" }, { "pagePath": "pages/profile/profile", "iconPath": "assets/tabBar/profile.png", "selectedIconPath": "assets/tabBar/profile-active.png", "text": "我的" } ] } }