hookehuyr

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

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