Feature(custom): enable mozJPEG encoder by default

This commit is contained in:
Kuingsmile 2024-01-12 22:15:04 -08:00
parent 3e09dc466c
commit 98abeaa35c
4 changed files with 7 additions and 5 deletions

View File

@ -3,6 +3,7 @@
- 新增内置兰空图床上传和删除支持
- Webdav图床现在支持设置URL参数后缀
- 现在支持指定每种图片格式对应的转换后格式
- 现在默认启用mozJPEG编码器以减小文件体积
- 现在打开手册页面会询问打开方式
- 优化了重命名选项的提示
- 更新提示窗口现在提供跳转至版本发布页手动下载的选项

View File

@ -3,6 +3,7 @@
- Add built-in Lsky Pro image bed upload and delete support
- Webdav image bed now supports setting URL parameter suffix
- Now you can specify the converted format for each image format
- Now enable the mozJPEG encoder by default to reduce file size
- Now the open manual page will ask for the open method
- Optimize the prompt of the rename option
- The update prompt window now provides an option to jump to the version release page to download manually

View File

@ -68,7 +68,7 @@
"multer": "^1.4.5-lts.1",
"node-ssh-no-cpu-features": "^1.0.1",
"nodejs-file-downloader": "^4.12.1",
"piclist": "^1.7.4",
"piclist": "^1.7.5",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"proxy-agent": "^5.0.0",

View File

@ -12362,10 +12362,10 @@ performance-now@^2.1.0:
resolved "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
piclist@^1.7.4:
version "1.7.4"
resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.7.4.tgz#db2f00a26f367900ffebd7bb52d197627961e579"
integrity sha512-XC+SG9gMpMtfYAJq1dNKWYJrXpkRiRWwPED0DTRIVWKJcHaKX3nK0uXm7O22BY8jbxB4Qh3VHIm57pxlD8Md/Q==
piclist@^1.7.5:
version "1.7.5"
resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.7.5.tgz#d520a24cc7bf329ddf6a61edc28f46d0314c8e95"
integrity sha512-Iu1ruE/fXoFnXT5uqoY0D3Kf72WQKlm12J2Ftk+ZAHOwYqMy7PPA/EKN763zODkU+yvz/DWTf3ZwkjehkZkCow==
dependencies:
"@picgo/i18n" "^1.0.0"
"@picgo/store" "^2.1.0"