feat: 测试图形绘制

This commit is contained in:
2025-07-08 17:07:23 +08:00
parent ef39c86d5f
commit d1b451418e
7 changed files with 441 additions and 3 deletions
+17 -1
View File
@@ -1,5 +1,9 @@
{
"pages": ["pages/index/index", "pages/debug/debug"],
"pages": [
"pages/index/index",
"pages/debug/debug",
"pages/shapePrint/index"
],
"window": {},
"style": "v2",
"rendererOptions": {
@@ -18,5 +22,17 @@
"scope.writePhotosAlbum": {
"desc": "需要保存涂色卡到相册"
}
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "识字"
},
{
"pagePath": "pages/shapePrint/index",
"text": "图形"
}
]
}
}