Feature(custom): rewrite gallery page for better performance

This commit is contained in:
Kuingsmile
2025-08-08 16:00:21 +08:00
parent 6aebfcbb28
commit fd9dac735a
17 changed files with 4240 additions and 1298 deletions

View File

@@ -40,27 +40,27 @@
"upload-dist": "node ./scripts/upload-dist-to-r2.cjs"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.857.0",
"@aws-sdk/lib-storage": "^3.857.0",
"@aws-sdk/s3-request-presigner": "^3.857.0",
"@aws-sdk/client-s3": "^3.862.0",
"@aws-sdk/lib-storage": "^3.862.0",
"@aws-sdk/s3-request-presigner": "^3.862.0",
"@electron-toolkit/preload": "^3.0.2",
"@element-plus/icons-vue": "^2.3.1",
"@element-plus/icons-vue": "^2.3.2",
"@headlessui/vue": "^1.7.23",
"@highlightjs/vue-plugin": "^2.1.2",
"@nodelib/fs.walk": "^3.0.1",
"@octokit/rest": "^22.0.0",
"@piclist/i18n": "^2.0.0",
"@piclist/store": "^3.0.0",
"@smithy/node-http-handler": "^4.1.0",
"@smithy/node-http-handler": "^4.1.1",
"@videojs-player/vue": "^1.0.0",
"@vueuse/core": "^13.6.0",
"ali-oss": "^6.23.0",
"axios": "^1.11.0",
"compare-versions": "^6.1.1",
"core-js": "^3.44.0",
"cos-nodejs-sdk-v5": "^2.15.1",
"cos-nodejs-sdk-v5": "^2.15.4",
"dexie": "^3.2.4",
"electron-updater": "^6.6.2",
"element-plus": "2.10.4",
"element-plus": "2.10.5",
"fast-xml-parser": "^5.2.5",
"form-data": "^4.0.4",
"fs-extra": "^11.3.0",
@@ -69,7 +69,7 @@
"hpagent": "^1.2.0",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.535.0",
"lucide-vue-next": "^0.537.0",
"marked": "^16.1.1",
"mime-types": "^2.1.35",
"mitt": "^3.0.1",
@@ -93,7 +93,6 @@
"vue-i18n": "^11.1.11",
"vue-router": "^4.5.1",
"vue3-lazyload": "^0.3.8",
"vue3-photo-preview": "^0.3.0",
"webdav": "^5.8.0",
"write-file-atomic": "^6.0.0"
},
@@ -124,7 +123,7 @@
"electron-devtools-installer": "^4.0.0",
"electron-vite": "^4.0.0",
"eslint": "^9.32.0",
"eslint-plugin-prettier": "^5.5.3",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^60.0.0",
"eslint-plugin-vue": "^10.4.0",
@@ -134,10 +133,10 @@
"prettier": "^3.6.2",
"stylus": "^0.64.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0",
"vite": "^7.0.6",
"typescript-eslint": "^8.39.0",
"vite": "^7.1.0",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.0.4"
"vue-tsc": "^3.0.5"
},
"config": {
"commitizen": {