feat: migrate workbench server state to pinia colada

This commit is contained in:
UniDesk Codex
2026-07-02 19:05:36 +08:00
parent a03841a557
commit b887594d04
12 changed files with 454 additions and 544 deletions
+2 -1
View File
@@ -16,11 +16,12 @@
"e2e:workbench:report": "bun run deps --quiet && bunx playwright show-report .state/workbench-e2e/html-report"
},
"dependencies": {
"@pinia/colada": "0.15.3",
"@vueuse/core": "^10.7.0",
"axios": "^1.16.0",
"dompurify": "^3.3.1",
"marked": "^17.0.1",
"pinia": "^2.1.7",
"pinia": "^2.2.6",
"vue": "^3.4.0",
"vue-i18n": "^9.14.5",
"vue-router": "^4.2.5"