Skip to content

Commit 03d80b4

Browse files
committed
docs: last updated
1 parent 70f7ba7 commit 03d80b4

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ 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-
}
203197
}
204198
}
205199
},
@@ -385,12 +379,7 @@ export default defineConfig({
385379
text: '为此页提供修改建议'
386380
},
387381

388-
lastUpdated: {
389-
text: '最后更新于',
390-
formatOptions: {
391-
dateStyle: 'full'
392-
}
393-
}
382+
lastUpdated: { text: '最后更新于' }
394383
}
395384
}
396385
}

0 commit comments

Comments
 (0)