feat:绘制图形

This commit is contained in:
2025-09-12 16:56:00 +08:00
parent 3b4b2dcd64
commit 6acc5d676c
27 changed files with 76464 additions and 112 deletions
+7 -1
View File
@@ -3,7 +3,7 @@
"pages/index/index",
"pages/shape/index",
"pages/debug/debug",
"demoPages/shapePrint/index"
"pages/wordDemo/index"
],
"window": {},
"style": "v2",
@@ -40,6 +40,12 @@
"iconPath": "assets/tabBar/icon-shape.png",
"selectedIconPath": "assets/tabBar/icon-shape-active.png",
"text": "图形"
},
{
"pagePath": "pages/wordDemo/index",
"iconPath": "assets/tabBar/icon-word.png",
"selectedIconPath": "assets/tabBar/icon-word-active.png",
"text": "练字"
}
]
}