更新记录

1.0.1(2025-10-24) 下载此版本

修改

1.0.0(2025-10-24) 下载此版本

1.0.0版本


平台兼容性

uni-app(4.61)

Vue2 Vue2插件版本 Vue3 Chrome Chrome插件版本 Safari app-vue app-nvue Android iOS 鸿蒙
1.0.0 - 1.0.0 - × × × ×
微信小程序 微信小程序插件版本 支付宝小程序 抖音小程序 百度小程序 快手小程序 京东小程序 鸿蒙元服务 QQ小程序 飞书小程序 快应用-华为 快应用-联盟
3.93 1.0.0 × × × × × × × × × ×

l386386-Tabbar

本组件遵循easycom组件规范可以直接调用

<custom-tabbar :list="ttlist" ></custom-tabbar>
<custom-tabbar-one :list="ttlist" ></custom-tabbar-one>
<custom-tabbar-second :list="ttlist" ></custom-tabbar-second>
<custom-tabbar-three :list="ttlist" ></custom-tabbar-three>
<custom-tabbar-foure :list="ttlist" ></custom-tabbar-foure>

参数:

ttlist: [{
        imagePath: '../../static/home.png',
        selectImagePath: '../../static/home_s.png',
        name: "首页"
    },
    {
        imagePath: '../../static/message.png',
        selectImagePath: '../../static/message_s.png',
        name: "消息"
    },
    {
        imagePath: '../../static/add.png',
        selectImagePath: '../../static/add_s.png',
        name: "视频"
    },
    {
        imagePath: '../../static/tj.png',
        selectImagePath: '../../static/tj_s.png',
        name: "统计"
    },
    {
        imagePath: '../../static/owner.png',
        selectImagePath: '../../static/owner_s.png',
        name: "我的"
    }
]

custom-tabbar-three 组件 list 参数必须为奇数个

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

许可协议

MIT协议

暂无用户评论。