🐛 Fix: exclude gif picture from image process pipline

ISSUES CLOSED: #76
This commit is contained in:
萌萌哒赫萝
2023-07-22 22:15:11 -07:00
parent 7420b3804a
commit 40efb5d14b
2 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@
"mime-types": "^2.1.35",
"mitt": "^3.0.0",
"nodejs-file-downloader": "^4.12.1",
"piclist": "^0.7.6",
"piclist": "^0.7.7",
"pinia": "^2.1.4",
"pinia-plugin-persistedstate": "^3.1.0",
"qiniu": "^7.8.0",

View File

@@ -11054,10 +11054,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@^0.7.6:
version "0.7.6"
resolved "https://registry.npmjs.org/piclist/-/piclist-0.7.6.tgz#93ac36f2f3fa067d014b4ff1e808bd6304fa29e3"
integrity sha512-aLoVhvl8A/Ez2I3T3rmqQ5MCBw6txTQ+5H0zGvgybEpHGpuTHct9MBplfJVj2eIyqwbbcWT24t5bkvaByma2gw==
piclist@^0.7.7:
version "0.7.7"
resolved "https://registry.npmjs.org/piclist/-/piclist-0.7.7.tgz#80d21701b2f47cfdcfb5f304465917fdcdfccc18"
integrity sha512-Ouh6bj0B07L6u0hOo407KDg2PlE1Jpd5bsgGJ/w4QLjnoCSGwZXAAQExn0XSNNA1diASlUSFOyBqhQDRhw93tQ==
dependencies:
"@picgo/i18n" "^1.0.0"
"@picgo/store" "^2.0.4"