Skip to content
本页目录

最后更新日期

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

页面配置

lastUpdated选项添加到配置中。

js
export default {
  lastUpdated: true
}

Frontmatter 配置

如果要隐藏上次更新文本,请将lastUpdated选项设置为false

yaml
---
lastUpdated: false
---

Released under the MIT License