🎨 Refactor code structure

This commit is contained in:
2025-04-25 17:44:40 +08:00
parent 3483ac4cf6
commit b3ecc08468
12 changed files with 109 additions and 87 deletions

View File

@@ -14,7 +14,7 @@
"dependencies": {
"@codemirror/autocomplete": "^6.18.6",
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-angular": "^0.1.3",
"@codemirror/lang-angular": "^0.1.4",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-go": "^6.0.1",
@@ -26,7 +26,7 @@
"@codemirror/lang-liquid": "^6.2.3",
"@codemirror/lang-markdown": "^6.3.2",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.1.7",
"@codemirror/lang-python": "^6.2.0",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/lang-sass": "^6.0.2",
"@codemirror/lang-sql": "^6.8.0",
@@ -40,14 +40,16 @@
"@codemirror/lint": "^6.8.5",
"@codemirror/search": "^6.5.10",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.5",
"@codemirror/view": "^6.36.6",
"@lezer/highlight": "^1.2.1",
"@primeuix/themes": "^1.0.3",
"@types/uuid": "^10.0.0",
"codemirror": "^6.0.1",
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.2.0",
"primevue": "^4.3.3",
"sass": "^1.87.0",
"uuid": "^11.1.0",
"vue": "^3.5.13",
"vue-i18n": "^11.1.3",
"vue-router": "^4.5.0"
@@ -55,7 +57,7 @@
"devDependencies": {
"@eslint/js": "^9.25.1",
"@primevue/auto-import-resolver": "^4.3.3",
"@types/node": "^22.14.1",
"@types/node": "^22.15.2",
"@vitejs/plugin-vue": "^5.2.3",
"@wailsio/runtime": "latest",
"eslint": "^9.25.1",
@@ -64,8 +66,8 @@
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0",
"unplugin-vue-components": "^28.5.0",
"vite": "^6.3.2",
"vite": "^6.3.3",
"vue-eslint-parser": "^10.1.3",
"vue-tsc": "^2.2.8"
"vue-tsc": "^2.2.10"
}
}