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