feat:数字首页
This commit is contained in:
+14
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user