From a78875ea4b5e71d3c90eb712d8bd5f80768d21fa Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 9 Apr 2025 00:18:14 +0800 Subject: [PATCH] . --- apps/blogai/components/article/card.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/blogai/components/article/card.tsx b/apps/blogai/components/article/card.tsx index c143f6b..d076b4d 100644 --- a/apps/blogai/components/article/card.tsx +++ b/apps/blogai/components/article/card.tsx @@ -42,7 +42,7 @@ export const Card: React.FC = (articleData) => { className="cursor-pointer rounded border border-[#243c5a] overflow-hidden" >
= (articleData) => { - {/* 🔥 根据 model_parameter 来决定是否显示感叹号 */} + {/* 只在 model_parameter 无效时显示感叹号 */} {(!articleData.model_parameter) && (
= (articleData) => { justifyContent: 'center', fontWeight: 'bold', fontSize: '16px', + zIndex: 2, // 保证盖在图片上面 }}> !