From bf8d7b490329a286fb6c157dc00e8df9b92b0e54 Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Tue, 26 Mar 2024 13:38:43 +0800 Subject: [PATCH] :sparkles: Feature(custom): change buildin rename md5 calculate ISSUES CLOSED: #178 --- currentVersion.md | 1 + currentVersion_en.md | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/currentVersion.md b/currentVersion.md index 34e8528..4ecebb4 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,5 +1,6 @@ ✨ Features +- 现在高级重命名{md5}会使用文件内容的md5值,而不是文件名的md5值 - 现在浏览器访问36677上传端口会显示API文档 - 当使用了不支持的http请求方法时,现在服务接口返回405错误码 - 现在图片处理过程会记录错误日志 diff --git a/currentVersion_en.md b/currentVersion_en.md index 5118192..4f71e59 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -1,5 +1,6 @@ ✨ Features +- Now the advanced renaming {md5} will use the md5 value of the file content, not the file name - Now the API document will be displayed when the browser accesses the 36677 upload port - When an unsupported http request method is used, the service interface now returns a 405 error code - Now the image processing process will record error logs diff --git a/package.json b/package.json index 4a394dc..a1b8aec 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.8.0", + "piclist": "^1.8.1", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.0", "proxy-agent": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 06d014c..78c81df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12397,10 +12397,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.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.8.0.tgz#c17fe0c6c9ccb1d307e76aed32fd2769784623ac" - integrity sha512-hgsymm/qH7W+BSLX6+T8SLPMiJ/K13ex0wNdWW7VO+MqJWVl2Q0i+RDFxPhrrH6OG/0hAqnXCNhphjH714xu5A== +piclist@^1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.8.1.tgz#98f19b68245427d0e035885c4906742bd82cf2e7" + integrity sha512-1MXda5o509Hb7sobKGWBUS1Bs6Azm+3T8ZeARdIiXUNW58sC8yuO64PaHTqHRqe2lyQfEFAmBGz//4MNLFd52A== dependencies: "@aws-sdk/client-s3" "3.421.0" "@aws-sdk/lib-storage" "3.421.0"