You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vitepress/docs/zh/reference/default-theme-last-updated.md

441 B

最后更新

最近一条内容的更新时间会显示在页面右下角。要启用它,请将 lastUpdated 选项添加到你的配置中。

全局配置

export default {
  lastUpdated: true
}

Frontmatter 配置

可以使用 frontmatter 上的 lastUpdated 选项单独禁用某个页面的最后更新展示:

---
lastUpdated: false
---