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

@@ -25,7 +25,8 @@
"vuepress-theme-plume": "1.0.0-rc.164"
},
"dependencies": {
"@waline/client": "^3.6.0",
"@vuepress/plugin-comment": "^2.0.0-rc.112",
"@waline/client": "^3.13.0",
"mermaid": "^11.12.1"
}
}