120 lines
3.8 KiB
JSON
120 lines
3.8 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/age/age",
|
|
"pages/favorites/favorites",
|
|
"pages/profile/profile",
|
|
"pages/category/category",
|
|
"pages/guide/guide",
|
|
"pages/index/index",
|
|
"pages/copyBook/copyBook",
|
|
"pages/mathIndex/mathIndex",
|
|
"pages/focusIndex/focusIndex",
|
|
"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",
|
|
"breakTen/breakTen",
|
|
"flatTen/flatTen",
|
|
"borrowTen/borrowTen",
|
|
"oneDigitAddition/oneDigitAddition",
|
|
"calculationPractice/calculationPractice",
|
|
"multiplicationTable/multiplicationTable"
|
|
],
|
|
"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/home/home": {
|
|
"network": "all",
|
|
"packages": ["mathPages", "focusPages"]
|
|
},
|
|
"pages/category/category": {
|
|
"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": "#999999",
|
|
"selectedColor": "#333333",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"iconPath": "assets/tabBar/icon-home.png",
|
|
"selectedIconPath": "assets/tabBar/icon-home-active.png",
|
|
"text": "发现"
|
|
},
|
|
{
|
|
"pagePath": "pages/age/age",
|
|
"iconPath": "assets/tabBar/icon-age.png",
|
|
"selectedIconPath": "assets/tabBar/icon-age-active.png",
|
|
"text": "分龄"
|
|
},
|
|
{
|
|
"pagePath": "pages/favorites/favorites",
|
|
"iconPath": "assets/tabBar/icon-fav.png",
|
|
"selectedIconPath": "assets/tabBar/icon-fav-active.png",
|
|
"text": "收藏"
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/profile",
|
|
"iconPath": "assets/tabBar/icon-profile.png",
|
|
"selectedIconPath": "assets/tabBar/icon-profile-active.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
}
|
|
}
|