feat: 初始化图形页

This commit is contained in:
2025-07-11 17:19:49 +08:00
parent d1b451418e
commit 72be2372ee
16 changed files with 93 additions and 2 deletions
+9 -1
View File
@@ -1,6 +1,7 @@
{
"pages": [
"pages/index/index",
"pages/shape/index",
"pages/debug/debug",
"pages/shapePrint/index"
],
@@ -24,13 +25,20 @@
}
},
"tabBar": {
"color": "#323232",
"selectedColor": "#FCD200",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "assets/tabBar/icon-word.png",
"selectedIconPath": "assets/tabBar/icon-word-active.png",
"text": "识字"
},
{
"pagePath": "pages/shapePrint/index",
"pagePath": "pages/shape/index",
"iconPath": "assets/tabBar/icon-shape.png",
"selectedIconPath": "assets/tabBar/icon-shape-active.png",
"text": "图形"
}
]