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 70f7ba7 commit 03d80b4Copy full SHA for 03d80b4
docs/.vitepress/config.ts
@@ -194,12 +194,6 @@ 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
},
@@ -385,12 +379,7 @@ export default defineConfig({
385
379
text: '为此页提供修改建议'
386
380
387
381
388
389
- text: '最后更新于',
390
391
392
393
382
+ lastUpdated: { text: '最后更新于' }
394
383
395
384
396
0 commit comments