mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
style(docs): 更新文档主题样式和导航链接配置
- 修改品牌颜色变量定义方式,统一使用 indigo 颜色系统 - 注释掉原有的蓝色品牌颜色配置 - 将架构概览链接从 /zh-CN/getting-started/architecture 调整为 /zh-CN/getting-started - 调整导航菜单结构配置
This commit is contained in:
parent
b35450bb15
commit
5aaef20b70
@ -51,12 +51,12 @@
|
|||||||
/* GFramework Brand Colors */
|
/* GFramework Brand Colors */
|
||||||
--vp-c-brand-1: #1e40af; /* 深蓝:文字 / active */
|
--vp-c-brand-1: #1e40af; /* 深蓝:文字 / active */
|
||||||
--vp-c-brand-2: #2563eb; /* 蓝:hover */
|
--vp-c-brand-2: #2563eb; /* 蓝:hover */
|
||||||
--vp-c-brand-3: #3b82f6; /* 主蓝:按钮 / 主色 */
|
/*--vp-c-brand-3: #3b82f6; !* 主蓝:按钮 / 主色 *!*/
|
||||||
--vp-c-brand-soft: rgba(59, 130, 246, 0.14);
|
/*--vp-c-brand-soft: rgba(59, 130, 246, 0.14);*/
|
||||||
/*--vp-c-brand-1: var(--vp-c-indigo-1);*/
|
/*!*--vp-c-brand-1: var(--vp-c-indigo-1);*!*/
|
||||||
/*--vp-c-brand-2: var(--vp-c-indigo-2);*/
|
/*--vp-c-brand-2: var(--vp-c-indigo-2);*/
|
||||||
/*--vp-c-brand-3: var(--vp-c-indigo-3);*/
|
--vp-c-brand-3: var(--vp-c-indigo-3);
|
||||||
/*--vp-c-brand-soft: var(--vp-c-indigo-soft);*/
|
--vp-c-brand-soft: var(--vp-c-indigo-soft);
|
||||||
|
|
||||||
--vp-c-tip-1: var(--vp-c-brand-1);
|
--vp-c-tip-1: var(--vp-c-brand-1);
|
||||||
--vp-c-tip-2: var(--vp-c-brand-2);
|
--vp-c-tip-2: var(--vp-c-brand-2);
|
||||||
|
|||||||
@ -15,7 +15,7 @@ hero:
|
|||||||
link: /zh-CN/getting-started/quick-start
|
link: /zh-CN/getting-started/quick-start
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: 架构概览
|
text: 架构概览
|
||||||
link: /zh-CN/getting-started/architecture
|
link: /zh-CN/getting-started
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- title: 🏗 清洁架构分层
|
- title: 🏗 清洁架构分层
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user