improve/modified-config #6

Merged
szhhwh merged 8 commits from improve/modified-config into main 2025-04-27 10:43:13 +08:00
2 changed files with 7 additions and 6 deletions
Showing only changes of commit e94dc1b933 - Show all commits

View File

@ -4,10 +4,11 @@ export default navbar([
"/", "/",
{ {
text: '高三特刊', text: '高三特刊',
icon: "book",
children: [ children: [
{ text: "2022级特刊", link: '/2022/' }, { text: "2022 级特刊", link: '/2022/' },
{ text: '2021级特刊', link: '/2021/' }, { text: '2021 级特刊', link: '/2021/' },
{ text: '2020级特刊', link: '/2020/' }, { text: '2020 级特刊', link: '/2020/' },
] ]
} }
]); ]);

View File

@ -8,21 +8,21 @@ export default sidebar({
link: "introduce.md" link: "introduce.md"
}, },
{ {
text: "2022级特刊", text: "2022 级特刊",
prefix: "2022/", prefix: "2022/",
link: "2022/", link: "2022/",
children: "structure", children: "structure",
collapsible: true collapsible: true
}, },
{ {
text: "2021级特刊", text: "2021 级特刊",
prefix: "2021/", prefix: "2021/",
link: "2021/", link: "2021/",
children: "structure", children: "structure",
collapsible: true collapsible: true
}, },
{ {
text: "2020级特刊", text: "2020 级特刊",
prefix: "2020/", prefix: "2020/",
link: "2020/", link: "2020/",
children: "structure", children: "structure",