feat:2.5.0初始化专注启蒙项目

This commit is contained in:
R524809
2025-12-15 17:00:06 +08:00
parent 62ba977a45
commit fefe437f0f
29 changed files with 3465 additions and 700 deletions
+4 -11
View File
@@ -3,7 +3,6 @@
"pages/mathIndex/mathIndex",
"pages/focusIndex/focusIndex",
"pages/index/index",
"pages/shape/index",
"pages/copyBook/copyBook",
"pages/debug/debug"
],
@@ -25,7 +24,7 @@
{
"root": "focusPages",
"name": "focusPages",
"pages": ["gridDrawing/gridDrawing"],
"pages": ["gridDrawing/gridDrawing", "shape/shape"],
"independent": false
}
],
@@ -71,9 +70,9 @@
},
{
"pagePath": "pages/focusIndex/focusIndex",
"iconPath": "assets/tabBar/icon-word.png",
"selectedIconPath": "assets/tabBar/icon-word-active.png",
"text": "专注"
"iconPath": "assets/tabBar/icon-shape.png",
"selectedIconPath": "assets/tabBar/icon-shape-active.png",
"text": "专注启蒙"
},
{
"pagePath": "pages/index/index",
@@ -81,12 +80,6 @@
"selectedIconPath": "assets/tabBar/icon-word-active.png",
"text": "识字"
},
{
"pagePath": "pages/shape/index",
"iconPath": "assets/tabBar/icon-shape.png",
"selectedIconPath": "assets/tabBar/icon-shape-active.png",
"text": "图形"
},
{
"pagePath": "pages/copyBook/copyBook",
"iconPath": "assets/tabBar/icon-edit.png",