add image compressor
This commit is contained in:
14
index.html
14
index.html
@@ -502,6 +502,15 @@
|
||||
<div class="tooltip">图片转PDF</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-icon">⚙️</div>
|
||||
<div class="tool-info">
|
||||
@@ -618,6 +627,11 @@
|
||||
url: "image_to_pdf.html",
|
||||
hash: "#image2pdf",
|
||||
},
|
||||
"image-compressor": {
|
||||
title: "图片压缩",
|
||||
url: "image_compressor.html",
|
||||
hash: "#image-compressor",
|
||||
},
|
||||
other: {
|
||||
title: "其他功能",
|
||||
url: "other_function.html",
|
||||
|
||||
Reference in New Issue
Block a user