diff --git a/src/.vuepress/navbar.ts b/src/.vuepress/navbar.ts index 28317d4..25df3ae 100644 --- a/src/.vuepress/navbar.ts +++ b/src/.vuepress/navbar.ts @@ -4,10 +4,11 @@ export default navbar([ "/", { text: '高三特刊', + icon: "book", children: [ - { text: "2022级特刊", link: '/2022/' }, - { text: '2021级特刊', link: '/2021/' }, - { text: '2020级特刊', link: '/2020/' }, + { text: "2022 级特刊", link: '/2022/' }, + { text: '2021 级特刊', link: '/2021/' }, + { text: '2020 级特刊', link: '/2020/' }, ] } ]); diff --git a/src/.vuepress/sidebar.ts b/src/.vuepress/sidebar.ts index 03f1b7c..8783202 100644 --- a/src/.vuepress/sidebar.ts +++ b/src/.vuepress/sidebar.ts @@ -8,21 +8,21 @@ export default sidebar({ link: "introduce.md" }, { - text: "2022级特刊", + text: "2022 级特刊", prefix: "2022/", link: "2022/", children: "structure", collapsible: true }, { - text: "2021级特刊", + text: "2021 级特刊", prefix: "2021/", link: "2021/", children: "structure", collapsible: true }, { - text: "2020级特刊", + text: "2020 级特刊", prefix: "2020/", link: "2020/", children: "structure",