From 55185376ed802513a90a2b031843a94e88658c76 Mon Sep 17 00:00:00 2001 From: zhangenming <282126346@qq.com> Date: Thu, 9 Jan 2025 15:38:37 +0800 Subject: [PATCH 1/3] . --- .vitepress/theme/components/Home.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.vitepress/theme/components/Home.vue b/.vitepress/theme/components/Home.vue index bfbd20d0b3..e72f6a6724 100644 --- a/.vitepress/theme/components/Home.vue +++ b/.vitepress/theme/components/Home.vue @@ -85,24 +85,24 @@ onMounted(load)
-

Approachable

+

Versatile

- Builds on top of standard HTML, CSS and JavaScript with intuitive - API and world-class documentation. + A rich, incrementally adoptable ecosystem that scales between a + library and a full-featured framework.

-

Performant

+

Understandable

- Truly reactive, compiler-optimized rendering system that rarely - requires manual optimization. + Builds on top of standard HTML, CSS and JavaScript with intuitive + API and world-class documentation.

-

Versatile

+

Efficient

- A rich, incrementally adoptable ecosystem that scales between a - library and a full-featured framework. + Truly reactive, compiler-optimized rendering system that rarely + requires manual optimization.

From a9eb74dd5dae9f86507cb0f9993762a4142b18e0 Mon Sep 17 00:00:00 2001 From: zhangenming <282126346@qq.com> Date: Fri, 11 Apr 2025 18:14:57 +0800 Subject: [PATCH 2/3] Update Home.vue --- .vitepress/theme/components/Home.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.vitepress/theme/components/Home.vue b/.vitepress/theme/components/Home.vue index e72f6a6724..3c60426137 100644 --- a/.vitepress/theme/components/Home.vue +++ b/.vitepress/theme/components/Home.vue @@ -85,21 +85,21 @@ onMounted(load)
-

Versatile

+

Versatile

A rich, incrementally adoptable ecosystem that scales between a library and a full-featured framework.

-

Understandable

+

User-friendly

Builds on top of standard HTML, CSS and JavaScript with intuitive API and world-class documentation.

-

Efficient

+

Efficient

Truly reactive, compiler-optimized rendering system that rarely requires manual optimization. @@ -286,6 +286,11 @@ html:not(.dark) .accent, background-color: transparent; } +#highlights .vt-box h2::first-letter{ + color: var(--vt-c-green); +} + + #sponsors { max-width: 900px; margin: 0px auto; From ed37df53c0d1bb41e72f75111f19ac9489142a9a Mon Sep 17 00:00:00 2001 From: zhangenming <282126346@qq.com> Date: Mon, 14 Apr 2025 09:12:43 +0800 Subject: [PATCH 3/3] Update Home.vue --- .vitepress/theme/components/Home.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/.vitepress/theme/components/Home.vue b/.vitepress/theme/components/Home.vue index 3c60426137..95ea0fd269 100644 --- a/.vitepress/theme/components/Home.vue +++ b/.vitepress/theme/components/Home.vue @@ -289,7 +289,6 @@ html:not(.dark) .accent, #highlights .vt-box h2::first-letter{ color: var(--vt-c-green); } - #sponsors { max-width: 900px;