- 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.
- 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.
- 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.
A rich, incrementally adoptable ecosystem that scales between a library and a full-featured framework.
Builds on top of standard HTML, CSS and JavaScript with intuitive API and world-class documentation.
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;