feat(docs): 添加系统分析师学习笔记模块并更新依赖

- 新增系统分析师笔记目录及初始章节文件
- 在导航栏和笔记配置中添加系统分析师入口
- 添加系统分析师考试概览文档
- 更新 package.json 依赖:添加 @vuepress/plugin-comment 并升级 @waline/client 版本
This commit is contained in:
祀梦
2026-03-01 20:47:17 +08:00
parent 4e803828b8
commit 9e9e82c1dd
8 changed files with 449 additions and 335 deletions

View File

@@ -16,6 +16,10 @@ export default defineNavbarConfig([
text: '英语学习笔记',
link: '/subject/english/',
},
{
text: '系统分析师',
link: '/subject/certification/',
},
],
},
{