From b0003b6a543008639697bb9f102fc0fa2b826048 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 9 Apr 2025 00:05:30 +0800 Subject: [PATCH] . --- apps/blogai/components/article/card.tsx | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/apps/blogai/components/article/card.tsx b/apps/blogai/components/article/card.tsx index 527eaa5..c143f6b 100644 --- a/apps/blogai/components/article/card.tsx +++ b/apps/blogai/components/article/card.tsx @@ -52,6 +52,33 @@ export const Card: React.FC = (articleData) => { ) || defaultImage } alt={articleData.main_title} style={{ width: '100%', marginBottom: '8px' }} /> + + + + {/* 🔥 根据 model_parameter 来决定是否显示感叹号 */} + {(!articleData.model_parameter) && ( +
+ ! +
+ )} + + + +