mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-02 11:08:13 -05:00
✨ Feature(custom): change buildin rename md5 calculate
ISSUES CLOSED: #178
This commit is contained in:
parent
f73badd525
commit
bf8d7b4903
@ -1,5 +1,6 @@
|
|||||||
✨ Features
|
✨ Features
|
||||||
|
|
||||||
|
- 现在高级重命名{md5}会使用文件内容的md5值,而不是文件名的md5值
|
||||||
- 现在浏览器访问36677上传端口会显示API文档
|
- 现在浏览器访问36677上传端口会显示API文档
|
||||||
- 当使用了不支持的http请求方法时,现在服务接口返回405错误码
|
- 当使用了不支持的http请求方法时,现在服务接口返回405错误码
|
||||||
- 现在图片处理过程会记录错误日志
|
- 现在图片处理过程会记录错误日志
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
✨ Features
|
✨ 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
|
- 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
|
- 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
|
- Now the image processing process will record error logs
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
"multer": "^1.4.5-lts.1",
|
"multer": "^1.4.5-lts.1",
|
||||||
"node-ssh-no-cpu-features": "^1.0.1",
|
"node-ssh-no-cpu-features": "^1.0.1",
|
||||||
"nodejs-file-downloader": "^4.12.1",
|
"nodejs-file-downloader": "^4.12.1",
|
||||||
"piclist": "^1.8.0",
|
"piclist": "^1.8.1",
|
||||||
"pinia": "^2.1.7",
|
"pinia": "^2.1.7",
|
||||||
"pinia-plugin-persistedstate": "^3.2.0",
|
"pinia-plugin-persistedstate": "^3.2.0",
|
||||||
"proxy-agent": "^5.0.0",
|
"proxy-agent": "^5.0.0",
|
||||||
|
@ -12397,10 +12397,10 @@ performance-now@^2.1.0:
|
|||||||
resolved "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
resolved "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
||||||
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
|
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
|
||||||
|
|
||||||
piclist@^1.8.0:
|
piclist@^1.8.1:
|
||||||
version "1.8.0"
|
version "1.8.1"
|
||||||
resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.8.0.tgz#c17fe0c6c9ccb1d307e76aed32fd2769784623ac"
|
resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.8.1.tgz#98f19b68245427d0e035885c4906742bd82cf2e7"
|
||||||
integrity sha512-hgsymm/qH7W+BSLX6+T8SLPMiJ/K13ex0wNdWW7VO+MqJWVl2Q0i+RDFxPhrrH6OG/0hAqnXCNhphjH714xu5A==
|
integrity sha512-1MXda5o509Hb7sobKGWBUS1Bs6Azm+3T8ZeARdIiXUNW58sC8yuO64PaHTqHRqe2lyQfEFAmBGz//4MNLFd52A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@aws-sdk/client-s3" "3.421.0"
|
"@aws-sdk/client-s3" "3.421.0"
|
||||||
"@aws-sdk/lib-storage" "3.421.0"
|
"@aws-sdk/lib-storage" "3.421.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user