chore: 优化 tabbar 配置 - NativeTabBarItem 类型定义

This commit is contained in:
Utopia
2025-08-19 16:49:26 +08:00
parent 1f9b6fae53
commit d349281da5

View File

@@ -22,7 +22,8 @@ export const TABBAR_STRATEGY_MAP = {
// 如果是使用 CUSTOM_TABBAR(2,3),只需要配置 customTabbarListnativeTabbarList 不生效
export const selectedTabbarStrategy = TABBAR_STRATEGY_MAP.NATIVE_TABBAR
type NativeTabBarItem = TabBar['list'][0]
type NativeTabBarItem = TabBar['list'][number]
// TODO: 2/3. 使用 NATIVE_TABBAR 时,更新下面的 tabbar 配置
export const nativeTabbarList: NativeTabBarItem[] = [
{