pengzhanbo / vuepress-theme-plume

Vuepress Theme. A simple, feature-rich, document & blog
https://theme-plume.vuejs.press
MIT License
48 stars 11 forks source link

如何在首页下面添加备案信息,备案要跳转 #108

Closed somta closed 20 hours ago

pengzhanbo commented 2 days ago

添加 footer 配置就行了。 footer 的配置字段是支持直接传入 html 字符串的。

{
  footer: {
    message: '<a href="xx">xxxx</a>',
    copyright: '<a href="xxx">xxx</a>'
  }
}