lspriv / wx-calendar

微信小程序日历
MIT License
284 stars 46 forks source link

设置的schedule在日程视图显示为 +1,怎么显示为文字 #37

Closed kkw-h closed 12 months ago

kkw-h commented 12 months ago

设置的schedule在日程视图显示为 +1,怎么显示为文字

marks:[
      {
        year: 2023,
        month: 12,
        day: 7,
        type: "schedule",
        text: "今天是个好日子",
        color: "#fff",
      },
      {
        year: 2023,
        month: 12,
        day: 9,
        type: "festival",
        text: "日程"
      },
    ]
  },
image