Compare commits

..

3 Commits

Author SHA1 Message Date
fa6ca66985 关闭 Git 贡献者信息
All checks were successful
Checking-doc / check-file-changes (pull_request) Successful in 19s
Checking-doc / build-and-deploy (pull_request) Successful in 3m18s
2025-04-27 07:51:17 +08:00
e94dc1b933 顶栏和侧栏格式化 2025-04-27 07:50:55 +08:00
dcacc1feaa 优化旧更新日志 2025-04-27 07:50:17 +08:00
4 changed files with 13 additions and 15 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",

View File

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

View File

@@ -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 相关信息显示
- 更新页版权信息 - 更新页版权信息
- 修复导航栏图标不显示 - 修复浏览器导航栏图标不显示的问题