Files
doodle-mini/miniprogram/app.json
T

99 lines
3.0 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"
],
"independent": false
},
{
"root": "focusPages",
"name": "focusPages",
"pages": [
"gridDrawing/gridDrawing",
"shape/shape",
"positionColoring/positionColoring",
"shapeSymbol/shapeSymbol",
"colorPattern/colorPattern",
"matchConnect/matchConnect"
],
"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/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": "练字"
}
]
}
}