diff --git a/currentVersion.md b/currentVersion.md index a6d88f9..3572b8a 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -11,4 +11,5 @@ 🐛 Bug Fixes - 修复了sftp图床上传相同文件名的图片会报错的问题 -- 修复了imgur图床转换格式为webp时,文件名错误的问题 \ No newline at end of file +- 修复了imgur图床转换格式为webp时,文件名错误的问题 +- 修复了部分i18n错误的问题 \ No newline at end of file diff --git a/currentVersion_en.md b/currentVersion_en.md index c611675..e5efbcf 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -12,3 +12,4 @@ - Fixed the problem that uploading images with the same file name to the sftp image bed will report an error - Fixed the problem that the file name is incorrect when converting the format of the imgur image bed to webp +- Fixed some i18n errors diff --git a/package.json b/package.json index 802e6fc..7ba60eb 100644 --- a/package.json +++ b/package.json @@ -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.5", + "piclist": "^1.7.6", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.0", "proxy-agent": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 24f3263..3eee509 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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.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== +piclist@^1.7.6: + version "1.7.6" + resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.7.6.tgz#687796a2a933d692fe226f04999547ab87743d8a" + integrity sha512-6e2gRCrTMWZnpKcWKa0dZSGkgn/0FAd66/UXsGeJcZsegbPNvUNM4/bhWfe74kHKp/Aenb9bzwtMx6HEwUOPUA== dependencies: "@picgo/i18n" "^1.0.0" "@picgo/store" "^2.1.0"