🚧 development of image display interfaces

This commit is contained in:
2024-12-28 21:02:59 +08:00
parent 69ee63ca4e
commit 6854e41b82
26 changed files with 601 additions and 59 deletions

View File

@@ -12,6 +12,7 @@
"dependencies": {
"@alova/adapter-axios": "^2.0.12",
"@ant-design/icons-vue": "^7.0.1",
"@intlify/eslint-plugin-vue-i18n": "^3.2.0",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
"@tensorflow/tfjs-backend-webgpu": "^4.22.0",
@@ -53,8 +54,9 @@
"vite-plugin-node-polyfills": "^0.22.0",
"vue": "^3.5.13",
"vue-dompurify-html": "^5.2.0",
"vue-i18n": "^10.0.5",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0",
"vue-waterfall-plugin-next": "^2.6.4",
"ws": "^8.18.0"
},
"devDependencies": {
@@ -63,12 +65,12 @@
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"sass": "^1.83.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.18.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.5",
"vite": "^6.0.6",
"vite-plugin-bundle-obfuscator": "1.4.0",
"vite-plugin-chunk-split": "^0.5.0",
"vue-tsc": "2.1.10"
"vue-tsc": "2.2.0"
}
}