Files
doodle-mini/miniprogram/app.json
T

132 lines
4.1 KiB
JSON

{
"pages": [
"pages/home/home",
"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": [
"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": "englishPages",
"name": "englishPages",
"pages": ["letterTracing/letterTracing"],
"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", "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/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": "我的"
}
]
}
}