add image compressor
This commit is contained in:
1200
image_compressor.html
Normal file
1200
image_compressor.html
Normal file
File diff suppressed because it is too large
Load Diff
14
index.html
14
index.html
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user