feat: 初始化图形页
This commit is contained in:
@@ -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": "图形"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user