v2.5.1更新

This commit is contained in:
2026-05-29 20:16:25 +08:00
parent fe58ee1d23
commit b2c36cab2c
22 changed files with 347 additions and 166 deletions

11
sql/upgrades/v2.5.1.sql Normal file
View File

@@ -0,0 +1,11 @@
-- ===========================================
-- 班级操行分管理系统 - v2.5 → v2.5.1 升级脚本
-- 字符集: utf8mb4
--
-- 说明: v2.5.1 为 UI 优化版本,无数据库 schema 变更。
-- 主要变更:
-- 1. 筛选学生时自动取消合并记录
-- 2. 合并记录选项样式优化(修复竖排显示)
-- 3. 历史记录筛选功能改为折叠式
-- 4. 科目管理调用修复
-- ===========================================