docs(fg-tabbar): 添加关于iconType的注释说明

This commit is contained in:
feige996
2025-06-25 15:52:04 +08:00
parent cd8e279fcd
commit 8a093d27aa

View File

@@ -26,6 +26,7 @@ export const tabbarList = [
pagePath: 'pages/index/index',
text: '首页',
icon: 'home',
// 选用 UI 框架自带的 icon时iconType 为 uiLib
iconType: 'uiLib',
},
{