微调描述
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const customTitle = prompt("请输入课堂名称:") || "杨老师的课堂";
|
||||
const customTitle = prompt("请输入课堂名称:") || "杨昱幸老师的课堂";
|
||||
document.getElementById('title').textContent = `${customTitle}点名系统`;
|
||||
|
||||
const savedAttendanceData = localStorage.getItem('attendanceData');
|
||||
|
||||
Reference in New Issue
Block a user