🐛 Fixed tab and multi-window issues

This commit is contained in:
2025-10-23 19:07:11 +08:00
parent 87fea58102
commit 61a23fe7f2
6 changed files with 108 additions and 200 deletions

View File

@@ -72,7 +72,7 @@
"devDependencies": {
"@eslint/js": "^9.38.0",
"@lezer/generator": "^1.8.0",
"@types/node": "^24.8.1",
"@types/node": "^24.9.1",
"@types/remarkable": "^2.0.8",
"@vitejs/plugin-vue": "^6.0.1",
"@wailsio/runtime": "latest",
@@ -81,9 +81,9 @@
"eslint-plugin-vue": "^10.5.1",
"globals": "^16.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.1",
"unplugin-vue-components": "^29.1.0",
"vite": "^7.1.11",
"typescript-eslint": "^8.46.2",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.1.12",
"vite-plugin-node-polyfills": "^0.24.0",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.1.1"