style(docs): 更新文档主题样式和导航链接配置

- 修改品牌颜色变量定义方式,统一使用 indigo 颜色系统
- 注释掉原有的蓝色品牌颜色配置
- 将架构概览链接从 /zh-CN/getting-started/architecture 调整为 /zh-CN/getting-started
- 调整导航菜单结构配置
This commit is contained in:
GeWuYou 2026-02-11 16:18:26 +08:00
parent b35450bb15
commit 5aaef20b70
2 changed files with 6 additions and 6 deletions

View File

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

View File

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