新增:影响域分析并优化

This commit is contained in:
2026-02-08 15:10:01 +08:00
parent 619d5ea652
commit 7e7bfce143
2 changed files with 10 additions and 10 deletions

View File

@@ -32,7 +32,7 @@
"vue": "^3.5.27", "vue": "^3.5.27",
"vue-clipboard3": "^2.0.0", "vue-clipboard3": "^2.0.0",
"vue-color-kit": "^1.0.6", "vue-color-kit": "^1.0.6",
"vue-data-ui": "^3.14.7", "vue-data-ui": "^3.14.9",
"vue-router": "^5.0.2", "vue-router": "^5.0.2",
"vuedraggable": "^2.24.3" "vuedraggable": "^2.24.3"
}, },
@@ -40,7 +40,7 @@
"@tailwindcss/postcss": "^4.1.18", "@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18", "@tailwindcss/vite": "^4.1.18",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"@types/node": "^25.2.1", "@types/node": "^25.2.2",
"@types/nprogress": "^0.2.3", "@types/nprogress": "^0.2.3",
"@types/qs": "^6.14.0", "@types/qs": "^6.14.0",
"@vitejs/plugin-vue": "^6.0.4", "@vitejs/plugin-vue": "^6.0.4",
@@ -1880,9 +1880,9 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "25.2.1", "version": "25.2.2",
"resolved": "https://registry.npmmirror.com/@types/node/-/node-25.2.1.tgz", "resolved": "https://registry.npmmirror.com/@types/node/-/node-25.2.2.tgz",
"integrity": "sha512-CPrnr8voK8vC6eEtyRzvMpgp3VyVRhgclonE7qYi6P9sXwYb59ucfrnmFBTaP0yUi8Gk4yZg/LlTJULGxvTNsg==", "integrity": "sha512-BkmoP5/FhRYek5izySdkOneRyXYN35I860MFAGupTdebyE66uZaR+bXLHq8k4DirE5DwQi3NuhvRU1jqTVwUrQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -5573,9 +5573,9 @@
} }
}, },
"node_modules/vue-data-ui": { "node_modules/vue-data-ui": {
"version": "3.14.7", "version": "3.14.9",
"resolved": "https://registry.npmmirror.com/vue-data-ui/-/vue-data-ui-3.14.7.tgz", "resolved": "https://registry.npmmirror.com/vue-data-ui/-/vue-data-ui-3.14.9.tgz",
"integrity": "sha512-aA7jNLyqBPGDvxRSJYI+xCnYhjdJgP2csvGCNNmsjJiI+N7yc8YmgcYR34BcVH7BTyO+kbt1xQ7zZry0H0SiMA==", "integrity": "sha512-ITq2xDK1LC2JrlDw0V17j/KsgVs/TXQEkdC3gPl6dkB4AvX88FsaNU1abGR1D5nXyCxaluPqIOiqSa/qDPDFSg==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"jspdf": ">=3.0.1", "jspdf": ">=3.0.1",

View File

@@ -35,7 +35,7 @@
"vue": "^3.5.27", "vue": "^3.5.27",
"vue-clipboard3": "^2.0.0", "vue-clipboard3": "^2.0.0",
"vue-color-kit": "^1.0.6", "vue-color-kit": "^1.0.6",
"vue-data-ui": "^3.14.7", "vue-data-ui": "^3.14.9",
"vue-router": "^5.0.2", "vue-router": "^5.0.2",
"vuedraggable": "^2.24.3" "vuedraggable": "^2.24.3"
}, },
@@ -43,7 +43,7 @@
"@tailwindcss/postcss": "^4.1.18", "@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18", "@tailwindcss/vite": "^4.1.18",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"@types/node": "^25.2.1", "@types/node": "^25.2.2",
"@types/nprogress": "^0.2.3", "@types/nprogress": "^0.2.3",
"@types/qs": "^6.14.0", "@types/qs": "^6.14.0",
"@vitejs/plugin-vue": "^6.0.4", "@vitejs/plugin-vue": "^6.0.4",