From dac56d11ddd90100406c8230c017c90c76f62d7c Mon Sep 17 00:00:00 2001 From: yanlongqi Date: Tue, 2 Dec 2025 01:27:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AF=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E9=94=99=E8=AF=AF=EF=BC=9A=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E5=9B=BE=E6=A0=87=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除 ExamManagement.tsx 中未使用的图标: - ClockCircleOutlined - CheckCircleOutlined 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- web/src/pages/ExamManagement.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/src/pages/ExamManagement.tsx b/web/src/pages/ExamManagement.tsx index f36064d..0e783c3 100644 --- a/web/src/pages/ExamManagement.tsx +++ b/web/src/pages/ExamManagement.tsx @@ -23,8 +23,6 @@ import { DeleteOutlined, PlayCircleOutlined, FileTextOutlined, - ClockCircleOutlined, - CheckCircleOutlined, TrophyOutlined, HistoryOutlined, PrinterOutlined,