115 lines
3.6 KiB
JSON
115 lines
3.6 KiB
JSON
{
|
|
"pages": [
|
|
"pages/mathIndex/mathIndex",
|
|
"pages/focusIndex/focusIndex",
|
|
"pages/index/index",
|
|
"pages/copyBook/copyBook",
|
|
"pages/debug/debug"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "mathPages",
|
|
"name": "mathPages",
|
|
"pages": [
|
|
"numberFind/numberFind",
|
|
"countMatch/countMatch",
|
|
"addition/addition",
|
|
"missingNumber/missingNumber",
|
|
"compare/compare",
|
|
"countingSelect/countingSelect",
|
|
"numberDecompose/numberDecompose",
|
|
"numberSort/numberSort",
|
|
"numberObjectMatch/numberObjectMatch",
|
|
"makeTen/makeTen"
|
|
],
|
|
"independent": false
|
|
},
|
|
{
|
|
"root": "focusPages",
|
|
"name": "focusPages",
|
|
"pages": [
|
|
"gridDrawing/gridDrawing",
|
|
"shape/shape",
|
|
"positionColoring/positionColoring",
|
|
"shapeSymbol/shapeSymbol",
|
|
"colorPattern/colorPattern",
|
|
"matchConnect/matchConnect",
|
|
"lineRecognition/lineRecognition",
|
|
"gridReasoning/gridReasoning",
|
|
"codeConnect/codeConnect",
|
|
"dotConnect/dotConnect",
|
|
"colorShapeMatch/colorShapeMatch"
|
|
],
|
|
"independent": false
|
|
}
|
|
],
|
|
"preloadRule": {
|
|
"pages/index/index": {
|
|
"network": "all",
|
|
"packages": ["mathPages", "focusPages"]
|
|
},
|
|
"pages/mathIndex/mathIndex": {
|
|
"network": "all",
|
|
"packages": ["mathPages", "focusPages"]
|
|
},
|
|
"pages/focusIndex/focusIndex": {
|
|
"network": "all",
|
|
"packages": ["mathPages", "focusPages"]
|
|
},
|
|
"pages/copyBook/copyBook": {
|
|
"network": "all",
|
|
"packages": ["mathPages", "focusPages"]
|
|
}
|
|
},
|
|
"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/mathIndex/mathIndex",
|
|
"iconPath": "assets/tabBar/icon-math.png",
|
|
"selectedIconPath": "assets/tabBar/icon-math-active.png",
|
|
"text": "数感启蒙"
|
|
},
|
|
{
|
|
"pagePath": "pages/focusIndex/focusIndex",
|
|
"iconPath": "assets/tabBar/icon-shape.png",
|
|
"selectedIconPath": "assets/tabBar/icon-shape-active.png",
|
|
"text": "专注力培养"
|
|
},
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "assets/tabBar/icon-word.png",
|
|
"selectedIconPath": "assets/tabBar/icon-word-active.png",
|
|
"text": "识字"
|
|
},
|
|
{
|
|
"pagePath": "pages/copyBook/copyBook",
|
|
"iconPath": "assets/tabBar/icon-edit.png",
|
|
"selectedIconPath": "assets/tabBar/icon-edit-active.png",
|
|
"text": "练字"
|
|
}
|
|
]
|
|
}
|
|
}
|