更新记录

1.0.1(2024-05-28)

更新了readme

1.0.0(2024-05-28)

  • 单点

平台兼容性

日历

QQ:723999742

平台兼容

H5 微信小程序 支付宝小程序 百度小程序 头条小程序 QQ 小程序 App
未测



引入

本插件复合easycom规范,可直接在项目中使用

 <whl-calendar></whl-calendar>

参数

width: {
    type: String,
    default () {
        return "100%"
    }
},
height: {
    type: String,
    default () {
        return "auto"
    }
},
backgroundColor: {
    type: String,
    default () {
        return "#fff"
    }
},
borderRadius: {
    type: String,
    default () {
        return "32rpx"
    }
},
padding: {
    type: String,
    default () {
        return "26rpx"
    }
},
margin: {
    type: String,
    default () {
        return "0"
    }
},
boxShadow: {
    type: String,
    default () {
        return "0rpx 0rpx 4rpx rgba(0, 0, 0, 0.2)"
    }
},
activeBgcColor: {
    type: String,
    default () {
        return "#0B92E8"
    }
},
activeColor: {
    type: String,
    default () {
        return "#fff"
    }
}

目前只实现了简单的功能,没那么复杂,继续更新中...

隐私、权限声明

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

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

插件不采集任何数据

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

许可协议

MIT协议

暂无用户评论。

使用中有什么不明白的地方,就向插件作者提问吧~ 我要提问