feat(docs): 添加密码学基础文档和mermaid支持
新增密码学基础文档,包含古典加密算法和现代密码学介绍 添加mermaid图表支持以展示密码学概念 在导航栏新增技术理论分类 更新package.json添加mermaid依赖
This commit is contained in:
@@ -35,6 +35,15 @@ export default defineNavbarConfig([
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text:"技术理论",
|
||||
items:[
|
||||
{
|
||||
text: '密码学基础',
|
||||
link: '/theory/cryptography/',
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '运维',
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user