From ca5f596590c3da217e27d952c00b073223980511 Mon Sep 17 00:00:00 2001 From: sususu98 Date: Mon, 9 Mar 2026 23:40:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E6=94=B9=E6=8E=A8=20O?= =?UTF-8?q?penClaw=EF=BC=8C=E4=BF=AE=E5=A4=8D=20xcodeclaw=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=20showcase=20=E6=B8=B2=E6=9F=93=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 首页 hero 按钮和 feature 卡片从 Cherry Studio 改为 OpenClaw(飞书优先) - Cherry Studio 移入侧边栏「快速开始」分组,移除空的「参考」分组 - 修复 xcodeclaw.md 学术场景 showcase 区块因空行+缩进被解析为代码块的问题 - CTA 背景渐变改用主题变量,适配深色模式 --- docs/.vitepress/config.ts | 7 +------ docs/index.md | 12 ++++++------ docs/xcodeclaw.md | 5 +---- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index f82af60..448df30 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -24,6 +24,7 @@ export default defineConfig({ { text: "Claude Code", link: "/guide/claude-code" }, { text: "Gemini CLI", link: "/guide/gemini-cli" }, { text: "Codex", link: "/guide/codex" }, + { text: "Cherry Studio 配置", link: "/cherry-studio-nanobana" }, ], }, { @@ -33,12 +34,6 @@ export default defineConfig({ { text: "飞书机器人配置", link: "/guide/feishu-bot" }, ], }, - { - text: "参考", - items: [ - { text: "Cherry Studio 配置", link: "/cherry-studio-nanobana" }, - ], - }, ], socialLinks: [ diff --git a/docs/index.md b/docs/index.md index b7705a9..a8c49ca 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,22 +4,22 @@ layout: home hero: name: XCodeCLI text: 全能 AI 开发配置中心 - tagline: 统一管理 Claude Code / Gemini CLI / Codex 及 Cherry Studio 配置 + tagline: 统一管理 Claude Code / Gemini CLI / Codex,支持 OpenClaw 与 Cherry Studio actions: - theme: brand text: 快速开始 link: /guide/ - theme: alt - text: Cherry Studio 教程 - link: /cherry-studio-nanobana + text: OpenClaw + link: /xcodeclaw features: - icon: 🚀 title: CLI 一键配置 details: 一行命令自动配置 Claude Code、Gemini CLI 和 Codex - - icon: 🍒 - title: Cherry Studio 支持 - details: 完美适配 Cherry Studio,支持 Gemini 系列模型可视化交互 + - icon: 🤖 + title: OpenClaw 支持 + details: 开源个人 AI 助手,连接飞书 / WhatsApp / Telegram / Slack 等消息平台,支持浏览器自动化、邮件、日历等操作 - icon: 🔒 title: 安全可靠 details: 自动备份现有配置,本地化管理 API 密钥 diff --git a/docs/xcodeclaw.md b/docs/xcodeclaw.md index 564d2d0..74927c1 100644 --- a/docs/xcodeclaw.md +++ b/docs/xcodeclaw.md @@ -71,7 +71,6 @@ title: XCodeClaw - AI 学术助手
Academic Scenarios
专为科研场景打造

从文献调研到论文写作,从数据分析到报告排版,覆盖科研全流程。

-

深度学术调研

@@ -86,7 +85,6 @@ title: XCodeClaw - AI 学术助手 深度学术调研
-

论文写作与润色

@@ -101,7 +99,6 @@ title: XCodeClaw - AI 学术助手 论文写作与排版
-

数据分析与可视化

@@ -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; }