refactor(pages.json): 移除未使用的图标配置

This commit is contained in:
feige996
2025-08-21 15:20:20 +08:00
parent 06acd18253
commit 47b0d49415
2 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ export const TABBAR_STRATEGY_MAP = {
// 如果是使用 NO_TABBAR(0)nativeTabbarList 和 customTabbarList 都不生效(里面的配置不用管)
// 如果是使用 NATIVE_TABBAR(1),只需要配置 nativeTabbarListcustomTabbarList 不生效
// 如果是使用 CUSTOM_TABBAR(2,3),只需要配置 customTabbarListnativeTabbarList 不生效
export const selectedTabbarStrategy = TABBAR_STRATEGY_MAP.CUSTOM_TABBAR_WITH_CACHE
export const selectedTabbarStrategy = TABBAR_STRATEGY_MAP.NATIVE_TABBAR
type NativeTabBarItem = TabBar['list'][number]