From 51229b80c2501fe72a037c5b672a845744915f64 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 9 Apr 2025 00:34:12 +0800 Subject: [PATCH] . --- apps/blogai/components/article/card.tsx | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/apps/blogai/components/article/card.tsx b/apps/blogai/components/article/card.tsx index c03cc42..6e00344 100644 --- a/apps/blogai/components/article/card.tsx +++ b/apps/blogai/components/article/card.tsx @@ -97,27 +97,22 @@ export const Card: React.FC = (articleData) => { }} /> - {/* 🔥 只有当 model_parameter 没有值时显示叹号 */} - {(!articleData.model_parameter) && ( + {/* 🔥 只有当 model_parameter 没有值时显示叹号 */} + {(!articleData.model_parameter) && (
!
)} + +