Private
Public Access
1
0

fix: 首页改推 OpenClaw,修复 xcodeclaw 页面 showcase 渲染问题

- 首页 hero 按钮和 feature 卡片从 Cherry Studio 改为 OpenClaw(飞书优先)
- Cherry Studio 移入侧边栏「快速开始」分组,移除空的「参考」分组
- 修复 xcodeclaw.md 学术场景 showcase 区块因空行+缩进被解析为代码块的问题
- CTA 背景渐变改用主题变量,适配深色模式
This commit is contained in:
2026-03-09 23:40:00 +08:00
parent 59a0d78801
commit ca5f596590
3 changed files with 8 additions and 16 deletions

View File

@@ -71,7 +71,6 @@ title: XCodeClaw - AI 学术助手
<div class="xclaw-slabel">Academic Scenarios</div>
<div class="xclaw-stitle">专为科研场景打造</div>
<p class="xclaw-sdesc">从文献调研到论文写作,从数据分析到报告排版,覆盖科研全流程。</p>
<div class="xclaw-showcase">
<div class="xclaw-showcase-text">
<h3>深度学术调研</h3>
@@ -86,7 +85,6 @@ title: XCodeClaw - AI 学术助手
<img src="./assets/feishu/promo-research.jpg" alt="深度学术调研">
</div>
</div>
<div class="xclaw-showcase xclaw-showcase-reverse">
<div class="xclaw-showcase-text">
<h3>论文写作与润色</h3>
@@ -101,7 +99,6 @@ title: XCodeClaw - AI 学术助手
<img src="./assets/feishu/promo-latex.jpg" alt="论文写作与排版">
</div>
</div>
<div class="xclaw-showcase">
<div class="xclaw-showcase-text">
<h3>数据分析与可视化</h3>
@@ -317,7 +314,7 @@ title: XCodeClaw - AI 学术助手
/* CTA */
.xclaw-cta {
text-align: center; padding: 80px 24px;
background: linear-gradient(180deg, var(--vp-c-bg) 0%, #eff6ff 100%);
background: linear-gradient(180deg, var(--vp-c-bg) 0%, var(--vp-c-bg-soft) 100%);
}
.xclaw-cta h2 { font-size: 2em; font-weight: 800; margin-bottom: 16px; border: none !important; }
.xclaw-cta p { color: var(--vp-c-text-2); max-width: 500px; margin: 0 auto 32px; font-size: 1.05em; }