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