feat(other): The menu supports jumping to external links and fixing some known problems

This commit is contained in:
vben
2024-05-21 21:45:48 +08:00
parent 399334ac57
commit c31d21be50
43 changed files with 505 additions and 243 deletions

View File

@@ -37,8 +37,8 @@
"devDependencies": {
"@eslint/js": "^9.3.0",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
@@ -54,7 +54,7 @@
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.2.0",
"globals": "^15.3.0",
"jsonc-eslint-parser": "^2.4.0",
"vue-eslint-parser": "^9.4.2"
}

View File

@@ -47,7 +47,7 @@
"./*": "./*"
},
"dependencies": {
"@iconify/json": "^2.2.211",
"@iconify/json": "^2.2.212",
"@iconify/tailwind": "^1.1.1",
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.19",

View File

@@ -38,7 +38,7 @@
"html-minifier-terser": "^7.2.0",
"resolve.exports": "^2.0.2",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-plugin-vue-devtools": "^7.2.0"
"vite-plugin-vue-devtools": "^7.2.1"
},
"devDependencies": {
"@types/html-minifier-terser": "^7.0.2",