Skip to content

Commit

Permalink
菜单栏
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonHJB committed Jan 19, 2024
1 parent 1bbfa17 commit 2540059
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export default navbar([
icon: "python",
children: [
{ text: "All", icon: "python", link: "/Python/" },
{ text: "NoteBook", icon: "Note", link: "/Python/" },
{ text: "NoteBook", icon: "notebook", link: "/Python/NoteBook/" },
{ text: "Assignment", icon: "code", link: "/Python/Assignment/" },
{ text: "Python 核心", icon: "python", link: "/Python/Python-core-technology-and-practice/" },
]
},
]);

0 comments on commit 2540059

Please sign in to comment.