
百日筑基!!!
每日打卡
/* 样式可以根据需要进行调整 */
.check-in-button {
padding: 10px;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
.checked-in {
background-color: #45a049;
}
打卡
已打卡 0 天
// JavaScript 代码,处理打卡逻辑
// 获取当前日期
function getCurrentDate() {
const now = new Date();
return `${n ...