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, // 保证盖在图片上面 }}> !