deps: update
All checks were successful
部署文档 / build (push) Successful in 1m59s

This commit is contained in:
2025-06-22 15:30:05 +08:00
parent 957a8fbdab
commit e2cf5cd376
3 changed files with 943 additions and 812 deletions

9
.vscode/tasks.json vendored
View File

@ -5,13 +5,20 @@
"type": "npm",
"script": "dev",
"problemMatcher": [],
"label": "pnpm: dev",
"label": "npm: dev",
"detail": "vuepress-vite dev src",
"isBackground": true,
"runOptions": {
"runOn": "folderOpen",
"instanceLimit": 1
}
},
{
"type": "npm",
"script": "up-deps",
"problemMatcher": [],
"label": "npm: up-deps",
"detail": "pnpm dlx vp-update"
}
]
}