feat: 添加评论功能

This commit is contained in:
zdl
2025-11-14 16:15:13 +08:00
parent ad8ff50001
commit e23feb3c23
8 changed files with 625 additions and 1 deletions

View File

@@ -74,7 +74,9 @@ const KeywordsCarousel = ({
whiteSpace="nowrap"
textShadow="0 0 20px rgba(255, 195, 0, 0.3)"
>
{currentKeyword}
{typeof currentKeyword === 'string'
? currentKeyword
: currentKeyword?.concept || '未知标签'}
</Text>
</Box>
</Tooltip>