85 lines
2.5 KiB
JSON
85 lines
2.5 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/shape/index",
|
|
"pages/mathIndex/mathIndex",
|
|
"pages/copyBook/copyBook",
|
|
"pages/debug/debug"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "mathPages",
|
|
"name": "mathPages",
|
|
"pages": [
|
|
"numberFind/numberFind",
|
|
"countMatch/countMatch",
|
|
"addition/addition",
|
|
"missingNumber/missingNumber",
|
|
"compare/compare",
|
|
"countingSelect/countingSelect"
|
|
],
|
|
"independent": false
|
|
}
|
|
],
|
|
"preloadRule": {
|
|
"pages/index/index": {
|
|
"network": "all",
|
|
"packages": ["mathPages"]
|
|
},
|
|
"pages/mathIndex/mathIndex": {
|
|
"network": "all",
|
|
"packages": ["mathPages"]
|
|
}
|
|
},
|
|
"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": "#323232",
|
|
"selectedColor": "#F5BC00",
|
|
"backgroundColor": "#fff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "assets/tabBar/icon-word.png",
|
|
"selectedIconPath": "assets/tabBar/icon-word-active.png",
|
|
"text": "识字"
|
|
},
|
|
{
|
|
"pagePath": "pages/mathIndex/mathIndex",
|
|
"iconPath": "assets/tabBar/icon-math.png",
|
|
"selectedIconPath": "assets/tabBar/icon-math-active.png",
|
|
"text": "数学"
|
|
},
|
|
{
|
|
"pagePath": "pages/shape/index",
|
|
"iconPath": "assets/tabBar/icon-shape.png",
|
|
"selectedIconPath": "assets/tabBar/icon-shape-active.png",
|
|
"text": "图形"
|
|
},
|
|
{
|
|
"pagePath": "pages/copyBook/copyBook",
|
|
"iconPath": "assets/tabBar/icon-edit.png",
|
|
"selectedIconPath": "assets/tabBar/icon-edit-active.png",
|
|
"text": "练字"
|
|
}
|
|
]
|
|
}
|
|
}
|