Files
doodle-mini/miniprogram/app.json
T
2026-06-11 14:39:06 +08:00

143 lines
4.4 KiB
JSON

{
"pages": [
"pages/home/home",
"pages/category/category",
"pages/age/age",
"pages/favorites/favorites",
"pages/profile/profile"
],
"subPackages": [
{
"root": "supportPages",
"name": "supportPages",
"pages": [
"guide/guide",
"settings/settings",
"debug/debug",
"categoryManage/categoryManage",
"categoryContentManage/categoryContentManage",
"homeContentManage/homeContentManage",
"mathIndex/mathIndex",
"focusIndex/focusIndex",
"worksheetSync/worksheetSync",
"unreleasedDebug/unreleasedDebug"
],
"independent": false
},
{
"root": "mathPages",
"name": "mathPages",
"pages": ["mathDraw/mathDraw"],
"independent": false
},
{
"root": "englishPages",
"name": "englishPages",
"pages": ["letterTracing/letterTracing"],
"independent": false
},
{
"root": "focusPages",
"name": "focusPages",
"pages": ["focusDraw/focusDraw", "shape/shape"],
"independent": false
},
{
"root": "pinyinPages",
"name": "pinyinPages",
"pages": ["pinyinDictation/pinyinDictation"],
"independent": false
},
{
"root": "chinesePages",
"name": "chinesePages",
"pages": [
"wordColoring/wordColoring",
"handwritingSheet/handwritingSheet",
"penControlSheet/penControlSheet",
"wordTestSheet/wordTestSheet"
],
"independent": false
}
],
"preloadRule": {
"pages/home/home": {
"network": "all",
"packages": ["mathPages", "pinyinPages", "chinesePages"]
},
"pages/category/category": {
"network": "all",
"packages": ["focusPages", "englishPages", "chinesePages"]
},
"pages/age/age": {
"network": "all",
"packages": ["focusPages", "englishPages", "pinyinPages"]
},
"pages/favorites/favorites": {
"network": "all",
"packages": ["focusPages", "mathPages", "chinesePages"]
},
"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/category/category",
"iconPath": "assets/tabBar/category.png",
"selectedIconPath": "assets/tabBar/category-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": "我的"
}
]
}
}