From e94dc1b9330d36b7ca99669c0d1b30b3e74aeef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B5=A9?= <3116737282@qq.com> Date: Sun, 27 Apr 2025 07:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B6=E6=A0=8F=E5=92=8C=E4=BE=A7=E6=A0=8F?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vuepress/navbar.ts | 7 ++++--- src/.vuepress/sidebar.ts | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) 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",