You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## 1.0.102023-06-16
1. 修复BUG
2. 解决nvue页面样式问题(仍有少部分问题待解决)
3. 优化代码
## 1.0.92023-06-02
1. 修复BUG
2. 修改标记(signList)可动态赋值
## 1.0.82022-12-30
修改 readme.md 说明文件
## 1.0.72022-12-30
1. 修改 是否显示按钮属性 shouChangeBtn ,改为 showChangeBtn
2. 解决在收起状态下,点击“今”不会触发 dayChange 和 monthChange 事件;
3. 解决 不显示农历的同时也不显示标记问题,修改后可只显示标记;
## 1.0.62022-12-09
添加属性 shrinkState ,默认显示周数据(收起)还是月数据(展开)
## 1.0.52022-11-25
1. 解决 iOS系统下日期格式只识别"/"问题;
2. 添加 删除标记和添加标记两个方法删除之前的设置标记方法setSignList()
3. 添加收起和展开状态改变事件;
## 1.0.42022-11-24
1. 添加可收缩按钮,收缩后显示一个星期的日期,展开显示一个月的日期;
2. 添加setSignList方法可动态添加修改删除 标记事件;
## 1.0.32022-10-25
添加signList的监听可动态修改signList值
## 1.0.02021-09-23
初次提交