Skip to content

Commit 156e16a

Browse files
committed
updates
1 parent 6acb8b7 commit 156e16a

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

src/.vuepress/navbar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export default navbar([
55
"/LLM/",
66
"/MMLLM/",
77
"/open_projects/",
8+
"/other/",
89
]);

src/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ icon: circle-info
33
cover: assets/images/team.png
44
article: false
55
dir:
6-
order: 4
6+
order: 5
77

88
footer: 探索AI边界,拥抱智能未来
99
---

src/other/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: 杂谈
3+
index: false
4+
icon: sun
5+
article: false
6+
dir:
7+
order: 4
8+
footer: 探索AI边界,拥抱智能未来
9+
---
10+
11+
<Catalog />

0 commit comments

Comments
 (0)