feat:生产初版页面

This commit is contained in:
R524809
2026-03-26 17:33:04 +08:00
parent 3aaf340781
commit dc5e057cb3
63 changed files with 2940 additions and 543 deletions
+30 -31
View File
@@ -1,9 +1,15 @@
{
"pages": [
"pages/mathIndex/mathIndex",
"pages/focusIndex/focusIndex",
"pages/home/home",
"pages/age/age",
"pages/favorites/favorites",
"pages/profile/profile",
"pages/category/category",
"pages/guide/guide",
"pages/index/index",
"pages/copyBook/copyBook",
"pages/mathIndex/mathIndex",
"pages/focusIndex/focusIndex",
"pages/debug/debug"
],
"subPackages": [
@@ -50,19 +56,11 @@
}
],
"preloadRule": {
"pages/index/index": {
"pages/home/home": {
"network": "all",
"packages": ["mathPages", "focusPages"]
},
"pages/mathIndex/mathIndex": {
"network": "all",
"packages": ["mathPages", "focusPages"]
},
"pages/focusIndex/focusIndex": {
"network": "all",
"packages": ["mathPages", "focusPages"]
},
"pages/copyBook/copyBook": {
"pages/category/category": {
"network": "all",
"packages": ["mathPages", "focusPages"]
}
@@ -87,33 +85,34 @@
}
},
"tabBar": {
"color": "#323232",
"selectedColor": "#F5BC00",
"backgroundColor": "#fff",
"color": "#999999",
"selectedColor": "#333333",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/mathIndex/mathIndex",
"iconPath": "assets/tabBar/icon-math.png",
"selectedIconPath": "assets/tabBar/icon-math-active.png",
"text": "数感启蒙"
"pagePath": "pages/home/home",
"iconPath": "assets/tabBar/icon-home.png",
"selectedIconPath": "assets/tabBar/icon-home-active.png",
"text": "发现"
},
{
"pagePath": "pages/focusIndex/focusIndex",
"iconPath": "assets/tabBar/icon-shape.png",
"selectedIconPath": "assets/tabBar/icon-shape-active.png",
"text": "专注力培养"
"pagePath": "pages/age/age",
"iconPath": "assets/tabBar/icon-age.png",
"selectedIconPath": "assets/tabBar/icon-age-active.png",
"text": "分龄"
},
{
"pagePath": "pages/index/index",
"iconPath": "assets/tabBar/icon-word.png",
"selectedIconPath": "assets/tabBar/icon-word-active.png",
"text": "识字"
"pagePath": "pages/favorites/favorites",
"iconPath": "assets/tabBar/icon-fav.png",
"selectedIconPath": "assets/tabBar/icon-fav-active.png",
"text": "收藏"
},
{
"pagePath": "pages/copyBook/copyBook",
"iconPath": "assets/tabBar/icon-edit.png",
"selectedIconPath": "assets/tabBar/icon-edit-active.png",
"text": "练字"
"pagePath": "pages/profile/profile",
"iconPath": "assets/tabBar/icon-profile.png",
"selectedIconPath": "assets/tabBar/icon-profile-active.png",
"text": "我的"
}
]
}