improve image sharing function

This commit is contained in:
2025-02-20 23:03:25 +08:00
parent 3995884adc
commit 2063a99c83
20 changed files with 1150 additions and 550 deletions

View File

@@ -52,6 +52,7 @@
"json-stringify-safe": "^5.0.1",
"less": "^4.2.2",
"localforage": "^1.10.0",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"nsfwjs": "^4.2.1",
"pinia": "^3.0.1",
@@ -79,15 +80,15 @@
"sass": "^1.85.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"unplugin-vue-components": "^28.2.0",
"vite": "^6.1.0",
"unplugin-vue-components": "^28.4.0",
"vite": "^6.1.1",
"vite-plugin-bundle-obfuscator": "1.4.1",
"vite-plugin-chunk-split": "^0.5.0",
"vue-tsc": "2.2.2"
},
"overrides": {
"vite-plugin-chunk-split": {
"vite": "^6.1.0"
"vite": "^6.1.1"
}
}
}