docs(fg-tabbar): 更新注释说明custom仅在微信小程序生效

This commit is contained in:
feige996
2025-07-19 11:08:21 +08:00
parent 5aa70e13d8
commit 925c927aaf

View File

@@ -59,7 +59,7 @@ export const cacheTabbarEnable = selectedTabbarStrategy === TABBAR_MAP.NATIVE_TA
|| selectedTabbarStrategy === TABBAR_MAP.CUSTOM_TABBAR_WITH_CACHE
const _tabbar: TabBar = {
// 只有微信小程序支持 custom
// 只有微信小程序支持 custom。App 和 H5 不生效
custom: selectedTabbarStrategy === TABBAR_MAP.CUSTOM_TABBAR_WITH_CACHE,
color: '#999999',
selectedColor: '#018d71',