@mr-hope/vuepress-plugin-last-update
最后更新时间插件🕘 / Last Update Time plugin🕘
最后更新时间插件 🕘 / Last Update Time plugin🕘
Official Docs | 官方文档
Install / 安装
npm i @mr-hope/vuepress-plugin-last-update
Or
yarn add @mr-hope/vuepress-plugin-last-update
use @mr-hope/vuepress-plugin-git instead
Last update time plugin for vuepress
最后更新时间插件 🕘 / Last Update Time plugin🕘
npm i @mr-hope/vuepress-plugin-last-update
Or
yarn add @mr-hope/vuepress-plugin-last-update
date
support for PageTimeInfo (0f9177d)mdEnhance
not set (baa566b)namedChunks
not working (b45982f)cacheMaxSize
rename to maxSize
cacheHTML
option (f548060)theme: Rename all the plugin config in theme to the camelcase version of plugin:
addthis
renamed as addThis
markdown
renamed as mdEnhance
lastUpdatedTransformer
renamed as lastUpdate
/
(9bbf122)const { config } = require('vuepress-theme-hope')
instead of const resolve = require('vuepress-theme-hope/resolve')
'en-US'
/
(9bbf122)const { config } = require('vuepress-theme-hope')
instead of const resolve = require('vuepress-theme-hope/resolve')
<a>
for Medialinks (4734da0)We are glad to announce we do not have any typescript files in runtime, which will greatly shorten the build time.
All the links will end with a splash /
, instead of .html
false
(2befb9a)theme: add transition for ProjectList (70b968b)
theme: fix types (9b0666a)
fix mising files ignore by npm (703f0ae)
md-enhance: fix footnote issue (bbdb6d3)
theme: fix password input issue on mobile screen (3987001)
sitemap: fix sitemap has no ending tag (32c471a)
shared-utils: fix types issue (b47c1fc)
fix missing d.ts in npm (c7e0452)
sitemap: fix missing deps and use sitemapV6 (e768a85)
theme: fix BloggerInfo Image got 404 with a base (c138b05)
add four plugins (4d1b21c)
md-enhance: add mobile support for flowchart (64fd2b0)
darkHeroImage
for home page (783faba), closes #171actionText
and actionLink
in home page to action
, which adds muti action button support.Change themeConfig.themeColor.picker
to themeConfig.themeColor
Remove themeConfig.allowDarkmode
and add themeConfig.darkmode
theme: fix issues (228a89d)