新增初始化tabbar以及静态资源

This commit is contained in:
yuantao
2025-10-28 13:00:49 +08:00
parent 63dacdc470
commit 223e5c8de3
3 changed files with 14 additions and 0 deletions

View File

@@ -14,6 +14,20 @@
]
}
],
"tabBar": {
"color": "#c3c3c3",
"selectedColor": "#454c5c",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/assets/icon_home.png",
"selectedIconPath": "static/assets/icon_home_selected.png"
}
]
},
"easycom": {
"autoscan": true,
"custom": {