diff --git a/docs/3.更新说明/73-77.md b/docs/3.更新说明/73-77.md index 5345dc74..ecb58b27 100644 --- a/docs/3.更新说明/73-77.md +++ b/docs/3.更新说明/73-77.md @@ -133,12 +133,6 @@ interface AutoFrontmatter { * 默认读取 文件创建时间,`createTitme` 比 vuepress 默认的 `date` 时间更精准到秒 */ createTime?: boolean - /** - * 是否自动生成 author - * - * 默认读取 `profile.name` 或 `package.json` 的 `author` - */ - author?: boolean /** * 是否自动生成 title * diff --git a/docs/notes/plugins/md-power.md b/docs/notes/plugins/md-power.md index c8713ab1..43e5b036 100644 --- a/docs/notes/plugins/md-power.md +++ b/docs/notes/plugins/md-power.md @@ -16,6 +16,12 @@ tags: 同时,还提供了其它的语法支持。 +::: important +如果您正在使用 **vuepress-theme-plume** 主题,主题已内置了 本插件,您无需安装本插件。 + +只需要在 [配置 > 内置插件 > md-power](../theme/config/plugins/markdownPower.md) 中配置本插件即可。 +::: + ## 安装 ::: code-tabs diff --git a/docs/notes/plugins/shiki.md b/docs/notes/plugins/shiki.md index d2dda9ac..6a329189 100644 --- a/docs/notes/plugins/shiki.md +++ b/docs/notes/plugins/shiki.md @@ -12,6 +12,12 @@ tags: 使用 [`shiki`](https://shiki.style) 来为 Markdown 代码块启用代码高亮。 +::: important +如果您正在使用 **vuepress-theme-plume** 主题,主题已内置了 本插件,您无需安装本插件。 + +只需要在 [配置 > 内置插件 > shiki](../theme/config/plugins/代码高亮.md) 中配置本插件即可。 +::: + ## 安装 ::: code-tabs diff --git a/docs/notes/theme/config/主题配置.md b/docs/notes/theme/config/主题配置.md index 5de80ccf..500d0256 100644 --- a/docs/notes/theme/config/主题配置.md +++ b/docs/notes/theme/config/主题配置.md @@ -140,18 +140,14 @@ interface BlogOptions { * @default true */ permalink?: boolean + /** * 是否自动生成 createTime * * 默认读取 文件创建时间,`createTitme` 比 vuepress 默认的 `date` 时间更精准到秒 */ createTime?: boolean - /** - * 是否自动生成 author - * - * 默认读取 `profile.name` 或 `package.json` 的 `author` - */ - author?: boolean + /** * 是否自动生成 title *