diff --git a/docs/notes/theme/guide/项目结构.md b/docs/notes/theme/guide/项目结构.md index 155e9768..611f2208 100644 --- a/docs/notes/theme/guide/项目结构.md +++ b/docs/notes/theme/guide/项目结构.md @@ -16,7 +16,7 @@ permalink: /guide/project-structure/ - .vuepress \# vuepress 配置文件夹 - public/ \# 静态资源目录 - client.ts \# 客户端配置 (可选) - - config.ts \# vuepress 配值 + - config.ts \# vuepress 配置 - navbar.ts \# 导航栏配置 (可选) - notes.ts \# notes 配置 (可选) - plume.config.ts \# 主题配置文件 (可选)