add url coder tools

This commit is contained in:
2025-11-28 19:23:35 +08:00
parent 9194e364dc
commit 902f360f71
2 changed files with 704 additions and 0 deletions

View File

@@ -484,6 +484,15 @@
<div class="tooltip">JSON 格式化</div>
</div>
<div class="tool-item" data-tool="url">
<div class="tool-icon">🔗</div>
<div class="tool-info">
<h3>URL 编解码</h3>
<p>URL 编码和解码工具,支持多种编码格式</p>
</div>
<div class="tooltip">URL 编解码</div>
</div>
<div class="tool-item" data-tool="other">
<div class="tool-icon">⚙️</div>
<div class="tool-info">
@@ -590,6 +599,11 @@
url: "json_formatter.html",
hash: "#json",
},
url: {
title: "URL 编解码",
url: "url_encoder.html",
hash: "#url",
},
other: {
title: "其他功能",
url: "other_function.html",