mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-22 00:30:33 +08:00
✨ Feature(custom): update core version
This commit is contained in:
@@ -20,3 +20,5 @@
|
|||||||
- 修复了单图床重命名设置项在更新时,配置文件设置的值未正确更新的问题
|
- 修复了单图床重命名设置项在更新时,配置文件设置的值未正确更新的问题
|
||||||
- 修复了某些情况下重命名未生效的问题
|
- 修复了某些情况下重命名未生效的问题
|
||||||
- 修复了部分情况下,忽略软件更新选项未正确保存的问题
|
- 修复了部分情况下,忽略软件更新选项未正确保存的问题
|
||||||
|
- 修复了源文件格式与转换格式相同时仍会进入转换流程的问题
|
||||||
|
- 修复了Docker版本构建时未正确清理构建缓存的问题,修复后镜像体积减小至100MB
|
||||||
|
|||||||
@@ -20,3 +20,5 @@
|
|||||||
- Fixed an issue where the value set in the configuration file for the single image bed renaming setting was not correctly updated during updates.
|
- Fixed an issue where the value set in the configuration file for the single image bed renaming setting was not correctly updated during updates.
|
||||||
- Fixed an issue where renaming did not take effect in certain cases.
|
- Fixed an issue where renaming did not take effect in certain cases.
|
||||||
- Fixed an issue where the option to ignore software updates was not correctly saved in some cases.
|
- Fixed an issue where the option to ignore software updates was not correctly saved in some cases.
|
||||||
|
- Fixed an issue where the conversion process would still occur when the source file format was the same as the conversion format.
|
||||||
|
- Fixed an issue where the Docker version build did not properly clean the build cache, resulting in a reduced image size of 100MB after the fix.
|
||||||
|
|||||||
52
package.json
52
package.json
@@ -59,16 +59,16 @@
|
|||||||
"semver": "^7.7.4"
|
"semver": "^7.7.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "3.1016.0",
|
"@aws-sdk/client-s3": "3.1042.0",
|
||||||
"@aws-sdk/lib-storage": "^3.1016.0",
|
"@aws-sdk/lib-storage": "^3.1042.0",
|
||||||
"@aws-sdk/s3-request-presigner": "^3.1016.0",
|
"@aws-sdk/s3-request-presigner": "^3.1042.0",
|
||||||
"@nodelib/fs.walk": "^3.0.1",
|
"@nodelib/fs.walk": "^3.0.1",
|
||||||
"@octokit/rest": "^22.0.1",
|
"@octokit/rest": "^22.0.1",
|
||||||
"@piclist/store": "^3.0.1",
|
"@piclist/store": "^3.0.1",
|
||||||
"@smithy/node-http-handler": "^4.5.0",
|
"@smithy/node-http-handler": "^4.6.1",
|
||||||
"adm-zip": "^0.5.16",
|
"adm-zip": "^0.5.17",
|
||||||
"ali-oss": "^6.23.0",
|
"ali-oss": "^6.23.0",
|
||||||
"axios": "^1.13.6",
|
"axios": "^1.16.0",
|
||||||
"chalk": "^5.6.2",
|
"chalk": "^5.6.2",
|
||||||
"compare-versions": "^6.1.1",
|
"compare-versions": "^6.1.1",
|
||||||
"cos-nodejs-sdk-v5": "^2.15.4",
|
"cos-nodejs-sdk-v5": "^2.15.4",
|
||||||
@@ -80,14 +80,14 @@
|
|||||||
"fs-extra": "^11.3.4",
|
"fs-extra": "^11.3.4",
|
||||||
"got": "^14.6.6",
|
"got": "^14.6.6",
|
||||||
"hpagent": "^1.2.0",
|
"hpagent": "^1.2.0",
|
||||||
"i18next": "^25.10.9",
|
"i18next": "^26.0.8",
|
||||||
"lodash-es": "^4.17.23",
|
"lodash-es": "^4.18.1",
|
||||||
"marked": "^17.0.5",
|
"marked": "^18.0.3",
|
||||||
"mime": "^4.1.0",
|
"mime": "^4.1.0",
|
||||||
"multer": "^2.1.1",
|
"multer": "^2.1.1",
|
||||||
"node-ssh-no-cpu-features": "^2.0.0",
|
"node-ssh-no-cpu-features": "^2.0.0",
|
||||||
"nodejs-file-downloader": "^4.13.0",
|
"nodejs-file-downloader": "^4.13.0",
|
||||||
"piclist": "^2.3.5",
|
"piclist": "^2.4.0",
|
||||||
"qiniu": "7.14.0",
|
"qiniu": "7.14.0",
|
||||||
"semver": "^7.7.4",
|
"semver": "^7.7.4",
|
||||||
"shell-path": "3.0.0",
|
"shell-path": "3.0.0",
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
"upyun": "^3.4.6",
|
"upyun": "^3.4.6",
|
||||||
"uuid": "^13.0.0",
|
"uuid": "^13.0.0",
|
||||||
"vue": "^3.5.30",
|
"vue": "^3.5.30",
|
||||||
"webdav": "^5.8.0",
|
"webdav": "^5.10.0",
|
||||||
"write-file-atomic": "^7.0.1",
|
"write-file-atomic": "^7.0.1",
|
||||||
"yaml": "^2.8.2"
|
"yaml": "^2.8.2"
|
||||||
},
|
},
|
||||||
@@ -113,8 +113,8 @@
|
|||||||
"@eslint/js": "^10.0.1",
|
"@eslint/js": "^10.0.1",
|
||||||
"@headlessui/vue": "^1.7.23",
|
"@headlessui/vue": "^1.7.23",
|
||||||
"@highlightjs/vue-plugin": "^2.1.2",
|
"@highlightjs/vue-plugin": "^2.1.2",
|
||||||
"@intlify/unplugin-vue-i18n": "^11.1.1",
|
"@intlify/unplugin-vue-i18n": "^11.1.2",
|
||||||
"@tailwindcss/vite": "^4.2.2",
|
"@tailwindcss/vite": "^4.2.4",
|
||||||
"@types/adm-zip": "^0.5.8",
|
"@types/adm-zip": "^0.5.8",
|
||||||
"@types/ali-oss": "^6.23.3",
|
"@types/ali-oss": "^6.23.3",
|
||||||
"@types/fs-extra": "^11.0.4",
|
"@types/fs-extra": "^11.0.4",
|
||||||
@@ -133,19 +133,19 @@
|
|||||||
"baseline-browser-mapping": "^2.10.9",
|
"baseline-browser-mapping": "^2.10.9",
|
||||||
"codemirror": "^6.0.2",
|
"codemirror": "^6.0.2",
|
||||||
"dexie": "^3.2.4",
|
"dexie": "^3.2.4",
|
||||||
"dotenv": "^17.3.1",
|
"dotenv": "^17.4.2",
|
||||||
"dpdm": "^4.0.1",
|
"dpdm": "^4.0.1",
|
||||||
"electron": "^39.2.7",
|
"electron": "^39.2.7",
|
||||||
"electron-builder": "^26.0.12",
|
"electron-builder": "^26.0.12",
|
||||||
"electron-devtools-installer": "^4.0.0",
|
"electron-devtools-installer": "^4.0.0",
|
||||||
"electron-vite": "^5.0.0",
|
"electron-vite": "^5.0.0",
|
||||||
"eslint": "^10.1.0",
|
"eslint": "^10.3.0",
|
||||||
"eslint-config-prettier": "^10.1.8",
|
"eslint-config-prettier": "^10.1.8",
|
||||||
"eslint-plugin-jsonc": "^3.1.2",
|
"eslint-plugin-jsonc": "^3.1.2",
|
||||||
"eslint-plugin-prettier": "^5.5.5",
|
"eslint-plugin-prettier": "^5.5.5",
|
||||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
"eslint-plugin-simple-import-sort": "^13.0.0",
|
||||||
"eslint-plugin-unicorn": "^63.0.0",
|
"eslint-plugin-unicorn": "^64.0.0",
|
||||||
"eslint-plugin-vue": "^10.8.0",
|
"eslint-plugin-vue": "^10.9.0",
|
||||||
"globals": "^17.4.0",
|
"globals": "^17.4.0",
|
||||||
"highlight.js": "^11.11.1",
|
"highlight.js": "^11.11.1",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
@@ -157,9 +157,9 @@
|
|||||||
"pinia-plugin-persistedstate": "^4.7.1",
|
"pinia-plugin-persistedstate": "^4.7.1",
|
||||||
"postcss": "^8.5.8",
|
"postcss": "^8.5.8",
|
||||||
"postcss-html": "^1.8.1",
|
"postcss-html": "^1.8.1",
|
||||||
"prettier": "^3.8.1",
|
"prettier": "^3.8.3",
|
||||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
"prettier-plugin-tailwindcss": "^0.8.0",
|
||||||
"qrcode.vue": "^3.8.0",
|
"qrcode.vue": "^3.9.0",
|
||||||
"stylelint": "^17.5.0",
|
"stylelint": "^17.5.0",
|
||||||
"stylelint-config-html": "^1.1.0",
|
"stylelint-config-html": "^1.1.0",
|
||||||
"stylelint-config-standard": "^40.0.0",
|
"stylelint-config-standard": "^40.0.0",
|
||||||
@@ -167,15 +167,15 @@
|
|||||||
"stylelint-order": "^8.1.1",
|
"stylelint-order": "^8.1.1",
|
||||||
"stylus": "^0.64.0",
|
"stylus": "^0.64.0",
|
||||||
"tailwindcss": "^4.2.2",
|
"tailwindcss": "^4.2.2",
|
||||||
"typescript": "5.9.3",
|
"typescript": "6.0.3",
|
||||||
"typescript-eslint": "^8.57.1",
|
"typescript-eslint": "^8.57.1",
|
||||||
"video.js": "^8.23.8",
|
"video.js": "^8.23.8",
|
||||||
"vite": "^7.3.1",
|
"vite": "^7.3.1",
|
||||||
"vitest": "^4.0.16",
|
"vitest": "^4.0.16",
|
||||||
"vue-eslint-parser": "^10.4.0",
|
"vue-eslint-parser": "^10.4.0",
|
||||||
"vue-i18n": "^11.3.0",
|
"vue-i18n": "^11.4.0",
|
||||||
"vue-router": "^5.0.3",
|
"vue-router": "^5.0.6",
|
||||||
"vue-tsc": "^3.2.6",
|
"vue-tsc": "^3.2.8",
|
||||||
"vue3-lazyload": "^0.3.8"
|
"vue3-lazyload": "^0.4.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user