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/guide/theme-last-updated.md

473 B

最后更新

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

页面配置

添加 lastUpdated 选项到配置中去。

export default {
  lastUpdated: true
}

Frontmatter 配置

如果你想隐藏最后更新的文本,请对 lastUpdated 选项设置为 false。

---
lastUpdated: false
---