deps: remove PWA and impl mermaid.

- I HATE PERSISTENT CACHE!
This commit is contained in:
2025-06-13 00:08:44 +08:00
parent 788719c178
commit 895093b98e
16 changed files with 956 additions and 2993 deletions

4
.vscode/tasks.json vendored
View File

@ -3,9 +3,9 @@
"tasks": [
{
"type": "npm",
"script": "docs:dev",
"script": "dev",
"problemMatcher": [],
"label": "npm: docs:dev",
"label": "pnpm: dev",
"detail": "vuepress-vite dev src",
"isBackground": true,
"runOptions": {