feat: 测试图形绘制
This commit is contained in:
+17
-1
@@ -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": "图形"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user