Merge branch 'main' into main-my-tabbar

This commit is contained in:
feige996
2025-08-04 18:01:51 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
}
},
"tabBar": {
"custom": true,
"custom": false,
"color": "#999999",
"selectedColor": "#018d71",
"backgroundColor": "#F8F8F8",

View File

@@ -22,7 +22,7 @@ export const TABBAR_MAP = {
}
// TODO1. 通过这里切换使用tabbar的策略
export const selectedTabbarStrategy = TABBAR_MAP.CUSTOM_TABBAR_WITH_CACHE
export const selectedTabbarStrategy = TABBAR_MAP.NATIVE_TABBAR
// TODO2. 更新下面的tabbar配置
// selectedTabbarStrategy==NATIVE_TABBAR(1) 时,需要填 iconPath 和 selectedIconPath