chore: 添加备案信息备注

This commit is contained in:
xugaoyi 2022-07-27 10:29:13 +08:00
parent d4be4e8679
commit 946319aa6d
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({
footer: {
createYear: 2019, // 博客创建年份
copyrightInfo:
'Evan Xu | <a href="https://github.com/xugaoyi/vuepress-theme-vdoing/blob/master/LICENSE" target="_blank">MIT License</a>', // 博客版权信息支持a标签或换行标签</br>
'Evan Xu | <a href="https://github.com/xugaoyi/vuepress-theme-vdoing/blob/master/LICENSE" target="_blank">MIT License</a>', // 博客版权信息、备案信息等支持a标签或换行标签</br>
},
// 扩展自动生成frontmatter。当md文件的frontmatter不存在相应的字段时将自动添加。不会覆盖已有的数据。