Skip to content

Commit 2fee1ef

Browse files
committed
docs: last updated locales
1 parent 8d231c1 commit 2fee1ef

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ export default defineConfig({
194194
editLink: {
195195
pattern: 'https://github.com/coder-hxl/x-crawl/edit/main/docs/:path',
196196
text: 'Suggest changes to this page'
197+
},
198+
199+
lastUpdated: {
200+
formatOptions: {
201+
dateStyle: 'full'
202+
}
197203
}
198204
}
199205
},
@@ -377,6 +383,13 @@ export default defineConfig({
377383
editLink: {
378384
pattern: 'https://github.com/coder-hxl/x-crawl/edit/main/docs/:path',
379385
text: '为此页提供修改建议'
386+
},
387+
388+
lastUpdated: {
389+
text: '最后更新于',
390+
formatOptions: {
391+
dateStyle: 'full'
392+
}
380393
}
381394
}
382395
}

0 commit comments

Comments
 (0)