更新 .vitepress/config.mts

This commit is contained in:
想打瞌睡 2024-07-09 22:10:21 +08:00
parent 73244a0c55
commit eb3754816f

View File

@ -39,7 +39,7 @@ export default defineConfig({
// lastUpdatedText: "最近更新时间", // lastUpdatedText: "最近更新时间",
docFooter: { prev: '上一篇', next: '下一篇' }, docFooter: { prev: '上一篇', next: '下一篇' },
footer: { footer: {
message: '<a href="https://beian.miit.gov.cn/" target="_blank"> 豫ICP备2023030549号-1</a>)', message: '<a href="https://beian.miit.gov.cn/" target="_blank"> 豫ICP备2023030549号-1</a>',
copyright: 'Copyright © 2024' copyright: 'Copyright © 2024'
} }
} }