hookehuyr

docs(teacher): 将计数打卡修改为感恩打卡

1 <!-- 1 <!--
2 * @Date: 2025-11-19 10:18:00 2 * @Date: 2025-11-19 10:18:00
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-12-15 11:42:16 4 + * @LastEditTime: 2025-12-18 13:18:27
5 * @FilePath: /mlaj/src/views/teacher/taskManagePage.vue 5 * @FilePath: /mlaj/src/views/teacher/taskManagePage.vue
6 * @Description: 教师端作业管理页面 6 * @Description: 教师端作业管理页面
7 --> 7 -->
...@@ -96,7 +96,7 @@ const onLoad = async () => { ...@@ -96,7 +96,7 @@ const onLoad = async () => {
96 const checkinTypeMap = { 96 const checkinTypeMap = {
97 'checkin': '快捷打卡', 97 'checkin': '快捷打卡',
98 'upload': '图文打卡', 98 'upload': '图文打卡',
99 - 'count': '计数打卡', 99 + 'count': '感恩打卡',
100 } 100 }
101 101
102 /** 102 /**
......