Commit f436a82f authored by 王炽's avatar 王炽

积分页修改

parent 76fa8f4a
......@@ -1816,7 +1816,7 @@ const getProgress = (index) => {
// 将天数转换为星期标签
const getWeekdayLabel = (day) => {
const weekdays = ['', '周一', '周二', '周三', '周四', '周五', '周六', '周日'];
const weekdays = [];//['', '周一', '周二', '周三', '周四', '周五', '周六', '周日'];
return weekdays[day] || `第${day}天`;
};
// 获取任务按钮背景渐变样式
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment