feat:数字学习卡

This commit is contained in:
R524809
2025-11-26 18:03:29 +08:00
parent 61e7781bf8
commit 698109e6f5
37 changed files with 872 additions and 158 deletions
+19 -7
View File
@@ -9,9 +9,21 @@
"subPackages": [
{
"root": "mathPages",
"pages": ["numberColor/numberColor"]
"name": "mathPages",
"pages": ["numberColor/numberColor"],
"independent": false
}
],
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": ["mathPages"]
},
"pages/mathIndex/mathIndex": {
"network": "all",
"packages": ["mathPages"]
}
},
"window": {},
"style": "v2",
"rendererOptions": {
@@ -48,17 +60,17 @@
"selectedIconPath": "assets/tabBar/icon-math-active.png",
"text": "数学"
},
{
"pagePath": "pages/copyBook/copyBook",
"iconPath": "assets/tabBar/icon-edit.png",
"selectedIconPath": "assets/tabBar/icon-edit-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",
"selectedIconPath": "assets/tabBar/icon-edit-active.png",
"text": "练字"
}
]
}