File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ https://vuepress.vuejs.org/
23
23
- [ Vue-powered custom theme system] ( https://vuepress.vuejs.org/guide/custom-themes.html )
24
24
- [ Service Worker Integration] ( https://vuepress.vuejs.org/config/#serviceworker )
25
25
- [ Google Analytics Integration] ( https://vuepress.vuejs.org/config/#ga )
26
+ - [ "Last Updated" based on Git] ( https://vuepress.vuejs.org/default-theme-config/#last-updated )
26
27
- [ Multi-Language Support] ( https://vuepress.vuejs.org/guide/i18n.html )
27
28
- A default theme with:
28
29
- Responsive layout
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Each markdown file is compiled into HTML with [markdown-it](https://github.com/m
19
19
- [ Vue-powered custom theme system] ( ./custom-themes.md )
20
20
- [ Automatic Service Worker generation] ( ../config/#serviceworker )
21
21
- [ Google Analytics Integration] ( ../config/#ga )
22
+ - [ "Last Updated" based on Git] ( ../default-theme-config/README.md#last-updated )
22
23
- [ Multi-language support] ( ./i18n.md )
23
24
- A default theme with:
24
25
- Responsive layout
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ module.exports = {
293
293
294
294
更多选项请参考 [ Algolia DocSearch 的文档] ( https://github.com/algolia/docsearch#docsearch-options ) 。
295
295
296
- ## 最近更新
296
+ ## 最后更新时间
297
297
298
298
你可以通过 ` themeConfig.lastUpdated ` 选项来获取每个文件最后一次 ` git ` 提交的 UNIX 时间戳(ms),同时它将以合适的日期格式显示在每一页的底部:
299
299
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ VuePress 由两部分组成:一部分是支持用 Vue 开发主题的极简静
17
17
- [ Vue 驱动的自定义主题系统] ( ./custom-themes.md )
18
18
- [ 自动生成 Service Worker] ( ../config/#serviceworker )
19
19
- [ Google Analytics 集成] ( ../config/#ga )
20
+ - [ 基于 Git 的 “最后更新时间”] ( ../default-theme-config/README.md#最后更新时间 )
20
21
- [ 多语言支持] ( ./i18n.md )
21
22
- 默认主题包含:
22
23
- 响应式布局
You can’t perform that action at this time.
0 commit comments