顶栏和侧栏格式化

This commit is contained in:
狮子耗耗 2025-04-27 07:50:55 +08:00
parent dcacc1feaa
commit e94dc1b933
2 changed files with 7 additions and 6 deletions

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",