This commit is contained in:
2026-04-30 18:54:23 +08:00
parent b78808558b
commit 132b2fc310
14 changed files with 235 additions and 9033 deletions
+4
View File
@@ -0,0 +1,4 @@
import DefaultTheme from 'vitepress/theme'
import './styles.css'
export default DefaultTheme
+18
View File
@@ -0,0 +1,18 @@
:root {
--vp-c-brand-1: #424242;
--vp-c-brand-2: #5f5f5f;
--vp-c-brand-3: #232321;
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: linear-gradient(120deg, #232321 30%, #6b7280);
--vp-home-hero-image-background-image: linear-gradient(-45deg, #424242 50%, #d1d5db 50%);
--vp-home-hero-image-filter: blur(56px);
}
.VPHomeHero .image-src {
max-width: 600px;
border-radius: 1rem;
}
.VPFeature {
border-color: rgba(66, 66, 66, 0.12);
}