From 8f23cc2c6345339a845bab4b88c8e8c4b75c46c8 Mon Sep 17 00:00:00 2001 From: AndersonHJB Date: Fri, 19 Jan 2024 23:21:51 +0800 Subject: [PATCH] basequestion --- src/.vuepress/navbar.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.vuepress/navbar.ts b/src/.vuepress/navbar.ts index d13d79871f0..693f92c36e0 100644 --- a/src/.vuepress/navbar.ts +++ b/src/.vuepress/navbar.ts @@ -11,6 +11,7 @@ export default navbar([ { 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/" }, + { text: "basequestion", icon: "python", link: "/Python/basequestion/" }, ] }, ]);