feat: 完成绘制汉字基础功能
This commit is contained in:
+13
-1
@@ -4,7 +4,7 @@
|
||||
"pages/shape/index",
|
||||
"pages/debug/debug",
|
||||
"pages/wordDemo/index",
|
||||
"pages/copyBook/index",
|
||||
"pages/copyBook/copyBook",
|
||||
"pages/buttonTest/buttonTest"
|
||||
],
|
||||
"window": {},
|
||||
@@ -42,6 +42,18 @@
|
||||
"iconPath": "assets/tabBar/icon-shape.png",
|
||||
"selectedIconPath": "assets/tabBar/icon-shape-active.png",
|
||||
"text": "图形"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/copyBook/copyBook",
|
||||
"iconPath": "assets/tabBar/icon-shape.png",
|
||||
"selectedIconPath": "assets/tabBar/icon-shape-active.png",
|
||||
"text": "练字"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/wordDemo/index",
|
||||
"iconPath": "assets/tabBar/icon-shape.png",
|
||||
"selectedIconPath": "assets/tabBar/icon-shape-active.png",
|
||||
"text": "练字2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user