Skip to content

Commit 439638c

Browse files
committed
✨ 更新文档
1 parent 6324a98 commit 439638c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/.vuepress/navbar/index.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
import { navbar } from "vuepress-theme-hope";
22

33
export const zhNavbar = navbar([
4-
"/",
4+
{
5+
text: "主页",
6+
icon: "home",
7+
link: "/",
8+
},
59
{
610
text: "mqtt 科普",
711
icon: "globe",

0 commit comments

Comments
 (0)