mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-17 23:19:55 +08:00
docs: 页面底部添加git info相关配置
This commit is contained in:
parent
6b3c7928dd
commit
0af66dc7dc
@ -46,8 +46,10 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
displayAllHeaders: true,
|
displayAllHeaders: true,
|
||||||
logo: '/logo.png',
|
logo: '/logo.png',
|
||||||
repo: 'ZiuChen',
|
repo: 'ZiuChen/ZiuChen.github.io',
|
||||||
docsBranch: 'master',
|
editLinks: true,
|
||||||
docsDir: 'docs'
|
docsBranch: 'main',
|
||||||
|
docsDir: 'docs',
|
||||||
|
lastUpdated: 'Last Updated'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
sidebar: auto
|
sidebar: auto
|
||||||
sidebarDepth: 2
|
sidebarDepth: 2
|
||||||
|
editLink: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# 个人介绍
|
# 个人介绍
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
sidebar: auto
|
sidebar: auto
|
||||||
sidebarDepth: 2
|
sidebarDepth: 2
|
||||||
|
editLink: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# 开源作品
|
# 开源作品
|
||||||
|
Loading…
x
Reference in New Issue
Block a user