fix(admin): Alert message 弃用 API 全部迁移为 title

This commit is contained in:
2026-08-06 12:20:24 +08:00
parent 824c33a71c
commit 259271f56c
6 changed files with 8 additions and 8 deletions

View File

@@ -183,7 +183,7 @@ const ReviewPreview: React.FC<ReviewPreviewProps> = ({ review, disabled, onActio
<Alert
type="warning"
showIcon
message="此导入预览已被新的预览替代,已失效"
title="此导入预览已被新的预览替代,已失效"
description="如需导入,请使用最新的预览卡。"
/>
)}