ui: 移除热门概念模块的"点击查看详情"提示
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -952,10 +952,6 @@ const HeroPanel = () => {
|
||||
</Text>
|
||||
</VStack>
|
||||
</HStack>
|
||||
<HStack spacing={1} px={2} py={1} bg="rgba(255,255,255,0.05)" borderRadius="full">
|
||||
<Box w="6px" h="6px" borderRadius="full" bg="gold" animation="pulse 2s infinite" />
|
||||
<Text fontSize="10px" color="whiteAlpha.600">点击查看详情</Text>
|
||||
</HStack>
|
||||
</Flex>
|
||||
|
||||
{/* 流动式概念展示 */}
|
||||
|
||||
Reference in New Issue
Block a user