docs(web): 添加web开发学习笔记及配置

添加web开发学习笔记目录及相关文档,包括HTML/CSS/JavaScript基础知识讲解和练习示例。同时更新vuepress配置以支持新内容:
1. 新增web开发导航栏入口
2. 添加web笔记模块配置
3. 启用demo插件支持
This commit is contained in:
祀梦
2025-10-28 23:27:00 +08:00
parent 7b04ffbedd
commit 95de5b4d3e
5 changed files with 559 additions and 2 deletions

View File

@@ -27,7 +27,8 @@ export default defineUserConfig({
math: {
type: 'katex',
},
mermaid: true
mermaid: true,
demo: true,
},
/**
* 编译缓存,加快编译速度