From c50cf9ee7b56b6fcf1537ce13288e78e2bcf439d Mon Sep 17 00:00:00 2001 From: yanlongqi Date: Mon, 10 Nov 2025 10:45:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=E6=A8=A1=E6=8B=9F=E8=80=83?= =?UTF-8?q?=E8=AF=95=E5=8A=9F=E8=83=BD=E6=B7=BB=E5=8A=A0"=E5=BE=85?= =?UTF-8?q?=E6=B5=8B=E8=AF=95"=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在首页的模拟考试卡片标题旁添加橙色"待测试"标签,以醒目地标识该功能当前处于测试阶段。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- web/src/pages/Home.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/src/pages/Home.tsx b/web/src/pages/Home.tsx index 31bf841..97c0b9c 100644 --- a/web/src/pages/Home.tsx +++ b/web/src/pages/Home.tsx @@ -1,6 +1,6 @@ import React, { useEffect, useState } from 'react' import { useNavigate } from 'react-router-dom' -import { Typography, message, Space, Avatar, Button, Modal, Form, Radio, Alert, Input, Switch, InputNumber, Dropdown, Row, Col, Card } from 'antd' +import { Typography, message, Space, Avatar, Button, Modal, Form, Radio, Alert, Input, Switch, InputNumber, Dropdown, Row, Col, Card, Tag } from 'antd' import type { MenuProps } from 'antd' import { FileTextOutlined, @@ -564,7 +564,9 @@ const Home: React.FC = () => {
- 模拟考试 + + 模拟考试 <Tag color="orange">待测试</Tag> + 随机组卷,在线答题或打印试卷