Compare commits
3 Commits
ba7e31022a
...
fa6ca66985
| Author | SHA1 | Date | |
|---|---|---|---|
| fa6ca66985 | |||
| e94dc1b933 | |||
| dcacc1feaa |
@@ -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",
|
||||||
|
|||||||
@@ -29,14 +29,11 @@ export default hopeTheme({
|
|||||||
|
|
||||||
displayFooter: true,
|
displayFooter: true,
|
||||||
|
|
||||||
// page meta
|
|
||||||
metaLocales: {
|
|
||||||
editLink: "在 Gitee 上查看此页",
|
|
||||||
},
|
|
||||||
|
|
||||||
plugins: {
|
plugins: {
|
||||||
icon: { assets: "fontawesome" },
|
icon: { assets: "fontawesome" },
|
||||||
|
git: {
|
||||||
|
contributors: false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
markdown: {
|
markdown: {
|
||||||
include: true,
|
include: true,
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ index: false
|
|||||||
### 2024.2.12
|
### 2024.2.12
|
||||||
|
|
||||||
- 迁移 [VuePress Theme Hope](https://theme-hope.vuejs.press/zh/) 至 V2
|
- 迁移 [VuePress Theme Hope](https://theme-hope.vuejs.press/zh/) 至 V2
|
||||||
- 关闭打印按钮/Github 相关信息显示
|
- 关闭打印按钮以及 Github 相关信息显示
|
||||||
- 更新主页版权信息
|
- 更新首页版权信息
|
||||||
- 修复导航栏图标不显示
|
- 修复浏览器导航栏图标不显示的问题
|
||||||
|
|||||||
Reference in New Issue
Block a user