Files
SharedClassManager/frontend/assets/js/admin.js
2026-05-21 20:15:56 +08:00

15 lines
568 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* admin.js - 管理端公共函数库
*
* 此文件已拆分为独立模块,各模块文件位于 /assets/js/modules/ 目录
* 各页面通过引用对应模块获取所需功能
*
* 模块列表:
* - modules/modal-utils.js - 模态框工具函数
* - modules/utils.js - 通用工具函数escapeHtml, toggleSelectAll等
* - modules/student-mgmt.js - 学生管理函数
* - modules/admin-mgmt.js - 管理员管理函数
* - modules/subject-mgmt.js - 科目管理函数
* - modules/points-mgmt.js - 加减分管理函数
*/