ui: 移除热门概念模块的"点击查看详情"提示

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zdl
2025-12-15 14:49:33 +08:00
parent f2713e5e0a
commit 46be0249a8

View File

@@ -952,10 +952,6 @@ const HeroPanel = () => {
</Text> </Text>
</VStack> </VStack>
</HStack> </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> </Flex>
{/* 流动式概念展示 */} {/* 流动式概念展示 */}