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: 🏗 清洁架构分层