We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d231c1 commit 2fee1efCopy full SHA for 2fee1ef
docs/.vitepress/config.ts
@@ -194,6 +194,12 @@ export default defineConfig({
194
editLink: {
195
pattern: 'https://github.com/coder-hxl/x-crawl/edit/main/docs/:path',
196
text: 'Suggest changes to this page'
197
+ },
198
+
199
+ lastUpdated: {
200
+ formatOptions: {
201
+ dateStyle: 'full'
202
+ }
203
}
204
205
},
@@ -377,6 +383,13 @@ export default defineConfig({
377
383
378
384
379
385
text: '为此页提供修改建议'
386
387
388
389
+ text: '最后更新于',
390
391
392
380
393
381
394
382
395
0 commit comments