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,6 +4,7 @@ export default navbar([
"/",
{
text: '高三特刊',
icon: "book",
children: [
{ text: "2022 级特刊", link: '/2022/' },
{ text: '2021 级特刊', link: '/2021/' },

View File

@@ -29,14 +29,11 @@ export default hopeTheme({
displayFooter: true,
// page meta
metaLocales: {
editLink: "在 Gitee 上查看此页",
},
plugins: {
icon: { assets: "fontawesome" },
git: {
contributors: false
}
},
markdown: {
include: true,

View File

@@ -17,6 +17,6 @@ index: false
### 2024.2.12
- 迁移 [VuePress Theme Hope](https://theme-hope.vuejs.press/zh/) 至 V2
- 关闭打印按钮/Github 相关信息显示
- 更新页版权信息
- 修复导航栏图标不显示
- 关闭打印按钮以及 Github 相关信息显示
- 更新页版权信息
- 修复浏览器导航栏图标不显示的问题