feat(docs): 添加密码学基础文档和mermaid支持
新增密码学基础文档,包含古典加密算法和现代密码学介绍 添加mermaid图表支持以展示密码学概念 在导航栏新增技术理论分类 更新package.json添加mermaid依赖
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
"vuepress-theme-plume": "1.0.0-rc.164"
|
||||
},
|
||||
"dependencies": {
|
||||
"@waline/client": "^3.6.0"
|
||||
"@waline/client": "^3.6.0",
|
||||
"mermaid": "^11.12.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user