Skip to content

Commit f1a17bf

Browse files
author
张恕征
committed
🎨 index
1 parent 2ea383e commit f1a17bf

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

docs/index.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
# https://vitepress.dev/reference/default-theme-home-page
32
layout: home
43

54
hero:
6-
name: "My Awesome Project"
7-
text: "A VitePress Site"
5+
name: "Java-AI"
6+
text: "Java ♾️ AI"
87
tagline: My great project tagline
98
actions:
109
- theme: brand
@@ -13,13 +12,24 @@ hero:
1312
- theme: alt
1413
text: API Examples
1514
link: /api-examples
15+
image:
16+
src: /logo.png
17+
alt: JavaAI
1618

1719
features:
18-
- title: Feature A
20+
- icon: 📝
21+
title: 特性一
1922
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
20-
- title: Feature B
23+
- icon: 🚀
24+
title: Feature B
2125
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
22-
- title: Feature C
26+
- icon: 🐛
27+
title: Feature C
2328
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
29+
- icon: 🚀
30+
title: Fully Customizable
31+
details: No core utilities, all functionalities are provided via presets.
32+
link: /guide/
33+
linkText: Getting Started
2434
---
2535

0 commit comments

Comments
 (0)