add image compressor

This commit is contained in:
2025-12-09 16:58:32 +08:00
parent aa1ab6ef13
commit b8fc9376d5
2 changed files with 1214 additions and 0 deletions

1200
image_compressor.html Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -502,6 +502,15 @@
<div class="tooltip">图片转PDF</div> <div class="tooltip">图片转PDF</div>
</div> </div>
<div class="tool-item" data-tool="image-compressor">
<div class="tool-icon">🗜️</div>
<div class="tool-info">
<h3>图片压缩</h3>
<p>在线压缩图片文件大小,支持质量调节和格式转换</p>
</div>
<div class="tooltip">图片压缩</div>
</div>
<div class="tool-item" data-tool="other"> <div class="tool-item" data-tool="other">
<div class="tool-icon">⚙️</div> <div class="tool-icon">⚙️</div>
<div class="tool-info"> <div class="tool-info">
@@ -618,6 +627,11 @@
url: "image_to_pdf.html", url: "image_to_pdf.html",
hash: "#image2pdf", hash: "#image2pdf",
}, },
"image-compressor": {
title: "图片压缩",
url: "image_compressor.html",
hash: "#image-compressor",
},
other: { other: {
title: "其他功能", title: "其他功能",
url: "other_function.html", url: "other_function.html",