feat(docs): 添加密码学基础文档和mermaid支持
新增密码学基础文档,包含古典加密算法和现代密码学介绍 添加mermaid图表支持以展示密码学概念 在导航栏新增技术理论分类 更新package.json添加mermaid依赖
This commit is contained in:
@@ -22,6 +22,13 @@ export default defineUserConfig({
|
||||
/* 博客文章页面链接前缀 */
|
||||
article: '/article/',
|
||||
|
||||
/* 启用数学公式支持和Mermaid图表 */
|
||||
markdown: {
|
||||
math: {
|
||||
type: 'katex',
|
||||
},
|
||||
mermaid: true
|
||||
},
|
||||
/**
|
||||
* 编译缓存,加快编译速度
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user