mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
save
This commit is contained in:
parent
84327c5ab3
commit
f2f28012c3
2 changed files with 9 additions and 8 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 289 KiB |
17
index.md
17
index.md
|
|
@ -7,7 +7,7 @@ hero:
|
||||||
text: ""
|
text: ""
|
||||||
tagline: 计算机协会文档
|
tagline: 计算机协会文档
|
||||||
image:
|
image:
|
||||||
src: /assets/CA-logo.png
|
src: https://oss.nbtca.space/CA-logo.svg
|
||||||
alt: VitePress
|
alt: VitePress
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
|
|
@ -24,12 +24,13 @@ features:
|
||||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||||
- title: Feature C
|
- title: Feature C
|
||||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||||
|
|
||||||
---
|
---
|
||||||
<!--
|
|
||||||
<style>
|
<style>
|
||||||
--vp-home-hero-name-color: blue;
|
.VPHero{
|
||||||
--vp-home-hero-image-filter: blur(68px);
|
.VPImage{
|
||||||
--vp-home-hero-image-background-image: linear-gradient( -45deg, #bd34fe 50%, #47caff 50% );
|
padding: 16px;
|
||||||
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe, #41d1ff);
|
}
|
||||||
}
|
}
|
||||||
</style> -->
|
</style>
|
||||||
Loading…
Reference in a new issue