更新项目配置和代码优化

This commit is contained in:
2025-07-19 19:53:58 +08:00
parent 757e3493d4
commit 32bee1d5ba
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
github的仓库地址为https://github.com/LHY0125Student-Grade-Management-System.git
+1 -1
View File
@@ -33,6 +33,6 @@ extern int currentSortCriteria; // 当前排序依据
extern int currentSortOrder; // 当前排序顺序
// 统计缓存
extern StatisticsCache statsCache; // 统计分析缓存
extern StatisticsCache statsCache; // 统计分析缓存
#endif // GLOBALS_H
-2
View File
@@ -4,8 +4,6 @@
* @details 学生成绩管理系统的主入口函数,负责系统初始化、用户登录验证、
* 主菜单循环处理和系统清理等核心流程
* 程序流程:设置编码 -> 系统初始化 -> 用户登录 -> 主菜单循环 -> 数据保存 -> 系统清理
* @param argc 命令行参数个数(当前未使用)
* @param argv 命令行参数数组(当前未使用)
* @return 程序退出状态码:0表示正常退出,-1表示异常退出
* @note 系统预设用户账户:
* 1. admin - 密码:123456(管理员权限)