feat:数字首页

This commit is contained in:
R524809
2025-11-25 17:52:18 +08:00
parent ec773a650c
commit 61e7781bf8
56 changed files with 827 additions and 3403 deletions
+14 -3
View File
@@ -2,10 +2,15 @@
"pages": [
"pages/index/index",
"pages/shape/index",
"pages/debug/debug",
"pages/wordDemo/index",
"pages/mathIndex/mathIndex",
"pages/copyBook/copyBook",
"pages/buttonTest/buttonTest"
"pages/debug/debug"
],
"subPackages": [
{
"root": "mathPages",
"pages": ["numberColor/numberColor"]
}
],
"window": {},
"style": "v2",
@@ -37,6 +42,12 @@
"selectedIconPath": "assets/tabBar/icon-word-active.png",
"text": "识字"
},
{
"pagePath": "pages/mathIndex/mathIndex",
"iconPath": "assets/tabBar/icon-math.png",
"selectedIconPath": "assets/tabBar/icon-math-active.png",
"text": "数学"
},
{
"pagePath": "pages/copyBook/copyBook",
"iconPath": "assets/tabBar/icon-edit.png",