We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d6a6a commit b78ca21Copy full SHA for b78ca21
1 file changed
docs/.vitepress/config.js
@@ -164,6 +164,20 @@ export default defineConfig({
164
socialLinks: [
165
{ icon: 'github', link: 'https://github.com/eshengsky/LearnPython4Fe' }
166
],
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
181
182
footer: {
183
message: '基于 MIT 许可发布',
0 commit comments