feat(vuepress): 配置vite打包器及本地搜索功能

- 使用 viteBundler 配置 Vite,添加 SCSS 预处理器选项
- 启用主题的本地搜索功能以提升用户体验
- 更新 devDependencies,新增 @vuepress/plugin-search 并升级 sass-embedded 版本
- 优化导航栏样式,调整 .vp-navbar .auto-link 相关 CSS
- 重构 Java SDKMAN 和 Maven 版本管理文档,完善指令说明和操作步骤
- 修改 sidebar 配置,增加根路径禁用侧边栏显示
This commit is contained in:
2026-03-06 02:07:36 +08:00
parent 83dc5bf7c6
commit 86c8d8c512
6 changed files with 66 additions and 16 deletions
+10
View File
@@ -11,3 +11,13 @@
color: #DC143C!important; // 可选:也可自定义作者名颜色
}
.vp-navbar .auto-link {
display: inline-flex;
align-items: center;
gap: 0.3em;
}
.vp-navbar .auto-link .icon,
.vp-navbar .auto-link .vp-icon {
flex-shrink: 0;
}