Files
doodle-mini/miniprogram/app.json
T
2025-07-08 17:07:23 +08:00

39 lines
938 B
JSON

{
"pages": [
"pages/index/index",
"pages/debug/debug",
"pages/shapePrint/index"
],
"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": {
"list": [
{
"pagePath": "pages/index/index",
"text": "识字"
},
{
"pagePath": "pages/shapePrint/index",
"text": "图形"
}
]
}
}