docs: update docs

This commit is contained in:
pengzhanbo 2024-07-20 00:49:24 +08:00
parent 9398bef54d
commit 55ba1988a4

View File

@ -16,7 +16,7 @@ sticky: 3
- 移除 `@vuepress-plume/plugin-notes-data` 插件
- 移除 `@vuepress-plume/plugin-auto-frontmatter` 插件
以上插件的功能全部移动到 `vuepress-theme-plugin` 主题包内部重新实现。原因是,单独的主题配置文件,
以上插件的功能全部移动到 `vuepress-theme-plume` 主题包内部重新实现。原因是,单独的主题配置文件,
在异步加载完配置、以及配置热更新时,需要对这些插件所实现的功能进行重载,为了使流程更加清晰可控,
在主题内重新实现了这些功能,并移除了相关插件。