🎨 refactor code & change style

This commit is contained in:
landaiqing
2024-11-27 00:52:23 +08:00
parent 28031c2d35
commit 88c1a4bd16
38 changed files with 2807 additions and 5178 deletions

View File

@@ -5,64 +5,64 @@
"type": "module",
"scripts": {
"dev": "vite --mode development --host",
"build": "vue-tsc -b && vite build --mode production",
"build": "vue-tsc -b --noEmit && vite build --mode production",
"preview": "vite preview",
"docker-build": "docker build -t schisandra/schisandra-cloud-album-front ."
},
"dependencies": {
"@alova/adapter-axios": "^2.0.9",
"@alova/adapter-axios": "^2.0.10",
"@ant-design/icons-vue": "^7.0.1",
"@tensorflow/tfjs": "^4.22.0",
"@types/animejs": "^3.1.12",
"@types/crypto-js": "^4.2.2",
"@types/json-stringify-safe": "^5.0.3",
"@types/node": "^22.8.6",
"@types/node": "^22.10.0",
"@types/nprogress": "^0.2.3",
"@vuepic/vue-datepicker": "^10.0.0",
"@vueuse/core": "^11.2.0",
"@vueuse/integrations": "^11.2.0",
"alova": "^3.1.1",
"@vueuse/core": "^11.3.0",
"@vueuse/integrations": "^11.3.0",
"alova": "^3.2.4",
"animejs": "^3.2.2",
"ant-design-vue": "^4.2.5",
"ant-design-vue": "^4.2.6",
"axios": "^1.7.7",
"browser-image-compression": "^2.0.2",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"echarts": "^5.5.1",
"eslint": "9.13.0",
"go-captcha-vue": "^2",
"eslint": "9.15.0",
"go-captcha-vue": "^2.0.4",
"jsencrypt": "^3.3.2",
"json-stringify-safe": "^5.0.1",
"less": "^4.2.0",
"localforage": "^1.10.0",
"nprogress": "^0.2.0",
"nsfwjs": "^4.2.0",
"pinia": "^2.2.5",
"pinia-plugin-persistedstate": "^4.1.2",
"nsfwjs": "^4.2.1",
"pinia": "^2.2.6",
"pinia-plugin-persistedstate": "^4.1.3",
"qrcode": "^1",
"seedrandom": "^3.0.5",
"swiper": "^11.1.14",
"unplugin-auto-import": "^0.18.3",
"swiper": "^11.1.15",
"unplugin-auto-import": "^0.18.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vue": "^3.5.12",
"vue-dompurify-html": "^5.1.0",
"vue": "^3.5.13",
"vue-dompurify-html": "^5.2.0",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"vue-router": "^4.5.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@vitejs/plugin-vue": "^5.1.4",
"eslint-plugin-vue": "^9.30.0",
"globals": "^15.11.0",
"sass": "^1.80.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"@eslint/js": "^9.15.0",
"@vitejs/plugin-vue": "^5.2.0",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"sass": "^1.81.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vite-plugin-bundle-obfuscator": "1.2.1",
"vite": "^6.0.0",
"vite-plugin-bundle-obfuscator": "1.3.1",
"vite-plugin-chunk-split": "^0.5.0",
"vue-tsc": "^2.1.10"
}