Browse Source

style(home): 临时隐藏首页工具链/核心价值/工作流/生态伙伴 section

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
master
fengsilin 3 weeks ago
parent
commit
8d22c4e80e
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      web/src/pages/Home/index.jsx

+ 8
- 8
web/src/pages/Home/index.jsx View File

@@ -131,17 +131,17 @@ const Home = () => {
{/* Hero Section */} {/* Hero Section */}
<HeroSection /> <HeroSection />


{/* 工具链 Section */}
<ToolsSection />
{/*/!* 工具链 Section *!/*/}
{/*<ToolsSection />*/}


{/* 核心价值 Section */}
<ValueSection />
{/*/!* 核心价值 Section *!/*/}
{/*<ValueSection />*/}


{/* 工作流 Section */}
<WorkflowSection />
{/*/!* 工作流 Section *!/*/}
{/*<WorkflowSection />*/}


{/* 生态伙伴 Section */}
<PartnersSection />
{/*/!* 生态伙伴 Section *!/*/}
{/*<PartnersSection />*/}


{/* 模型广场 Section */} {/* 模型广场 Section */}
<section className="home-snap-section home-snap-section-pricing bg-[var(--semi-color-bg-0)]"> <section className="home-snap-section home-snap-section-pricing bg-[var(--semi-color-bg-0)]">


Loading…
Cancel
Save