feat: optimize compression and production deployment

This commit is contained in:
237899745
2026-07-25 11:20:45 +08:00
parent 9d7668bdee
commit 0ff9eae56d
15 changed files with 882 additions and 771 deletions

View File

@@ -42,6 +42,7 @@ aes-gcm = "0.10"
# Keep image-rs limited to formats exposed by the API. AVIF decoding uses
# libdav1d on Linux; encoding is handled by the direct ravif dependency.
image = { version = "0.25", default-features = false, features = ["bmp", "gif", "ico", "jpeg", "png", "tiff", "webp"] }
jpeg-encoder = "0.7"
oxipng = "9"
ravif = { version = "0.11", default-features = false, features = ["threading"] }
webp = { version = "0.3", default-features = false }