feat: 首页删除ME-Agent 实时分析系统

This commit is contained in:
zdl
2025-11-25 14:32:43 +08:00
parent 0be357a1c5
commit c771f7cae6

View File

@@ -139,12 +139,6 @@ export default function HomePage() {
return (
<Box>
{/* 开发调试信息 */}
{/* {process.env.NODE_ENV === 'development' && (
<Box bg="rgba(0, 0, 0, 0.8)" color="yellow.200" p={2} fontSize="xs" zIndex={1000} position="relative">
认证: {isAuthenticated ? '✅' : '❌'} | 用户: {user?.nickname || '无'}
</Box>
)} */}
{/* Hero Section - 深色科技风格 */}
<Box