顶栏和侧栏格式化
This commit is contained in:
parent
dcacc1feaa
commit
e94dc1b933
@ -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/' },
|
||||
]
|
||||
}
|
||||
]);
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user