mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
36 lines
No EOL
739 B
Markdown
36 lines
No EOL
739 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "Documents"
|
|
text: ""
|
|
tagline: 计算机协会文档
|
|
image:
|
|
src: https://oss.nbtca.space/CA-logo.svg
|
|
alt: VitePress
|
|
actions:
|
|
- theme: brand
|
|
text: 会议记录
|
|
link: /meetings/index
|
|
# - theme: alt
|
|
# text: API Examples
|
|
# link: /api-examples
|
|
|
|
features:
|
|
- title: Feature A
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
- title: Feature B
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
- title: Feature C
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
|
|
---
|
|
|
|
<style>
|
|
.VPHero{
|
|
.VPImage{
|
|
padding: 16px;
|
|
}
|
|
}
|
|
</style> |