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) && ( +
+ ! +
+ )} + + + +