提交 ced62f96 编写于 作者: AndroidLeaves's avatar AndroidLeaves

update

上级 88e7e33a
......@@ -528,9 +528,9 @@ class Widget extends BaseWidget {
let remainDay = (new Date(notWorkdayFullYear) - new Date(currDayFullYear)) / 86400 / 1000;
let holidayTips = notWorkday.holiday_cn == '非节假日' ? notWorkday.weekend_cn : notWorkday.holiday_cn;
if (remainDay == 1) {
infoTips = '明天' + holidayTips + '啦~ o(* ̄3 ̄)o';
infoTips = '明天' + holidayTips + '啦~ o( ̄3 ̄)o';
} else {
infoTips = `还有${remainDay}天到${holidayTips}ヽ(;´Д`)ノ`;
infoTips = `${holidayTips}倒计时:${remainDay}天ヽ(´Д`)ノ`;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册