在 Windows10 上部署 WSL2 并安装 ubuntu 20.04 虚拟机

This commit is contained in:
2025-09-30 03:20:17 -04:00
parent 8eb832de6c
commit 89a3f2182a
2 changed files with 148 additions and 1 deletions

View File

@@ -61,6 +61,13 @@ export default defineUserConfig({
*/
plugins: {
git: true
},
/**
* 代码块配置
*/
codeHighlighter: {
lineNumbers: true,
}
}),