From 5aaef20b7074c461ee8a50c067f7fac36eb9567d Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:18:26 +0800 Subject: [PATCH] =?UTF-8?q?style(docs):=20=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=B8=BB=E9=A2=98=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E9=93=BE=E6=8E=A5=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改品牌颜色变量定义方式,统一使用 indigo 颜色系统 - 注释掉原有的蓝色品牌颜色配置 - 将架构概览链接从 /zh-CN/getting-started/architecture 调整为 /zh-CN/getting-started - 调整导航菜单结构配置 --- docs/.vitepress/theme/style.css | 10 +++++----- docs/zh-CN/index.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 1e9cef0..e502085 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -51,12 +51,12 @@ /* GFramework Brand Colors */ --vp-c-brand-1: #1e40af; /* 深蓝:文字 / active */ --vp-c-brand-2: #2563eb; /* 蓝:hover */ - --vp-c-brand-3: #3b82f6; /* 主蓝:按钮 / 主色 */ - --vp-c-brand-soft: rgba(59, 130, 246, 0.14); - /*--vp-c-brand-1: var(--vp-c-indigo-1);*/ + /*--vp-c-brand-3: #3b82f6; !* 主蓝:按钮 / 主色 *!*/ + /*--vp-c-brand-soft: rgba(59, 130, 246, 0.14);*/ + /*!*--vp-c-brand-1: var(--vp-c-indigo-1);*!*/ /*--vp-c-brand-2: var(--vp-c-indigo-2);*/ - /*--vp-c-brand-3: var(--vp-c-indigo-3);*/ - /*--vp-c-brand-soft: var(--vp-c-indigo-soft);*/ + --vp-c-brand-3: var(--vp-c-indigo-3); + --vp-c-brand-soft: var(--vp-c-indigo-soft); --vp-c-tip-1: var(--vp-c-brand-1); --vp-c-tip-2: var(--vp-c-brand-2); diff --git a/docs/zh-CN/index.md b/docs/zh-CN/index.md index ab7f691..2ace4e5 100644 --- a/docs/zh-CN/index.md +++ b/docs/zh-CN/index.md @@ -15,7 +15,7 @@ hero: link: /zh-CN/getting-started/quick-start - theme: alt text: 架构概览 - link: /zh-CN/getting-started/architecture + link: /zh-CN/getting-started features: - title: 🏗 清洁架构分层