Skip to content

Commit b78ca21

Browse files
author
sky.sun
committed
update config
1 parent d7d6a6a commit b78ca21

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/.vitepress/config.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,20 @@ export default defineConfig({
164164
socialLinks: [
165165
{ icon: 'github', link: 'https://github.com/eshengsky/LearnPython4Fe' }
166166
],
167+
168+
editLink: {
169+
pattern: 'https://github.com/eshengsky/LearnPython4Fe/edit/main/docs/:path',
170+
text: '在 GitHub 上编辑此页面'
171+
},
172+
173+
lastUpdated: {
174+
text: '最后更新于',
175+
},
176+
177+
docFooter: {
178+
prev: '上一页',
179+
next: '下一页'
180+
},
167181

168182
footer: {
169183
message: '基于 MIT 许可发布',

0 commit comments

Comments
 (0)