add url coder tools
This commit is contained in:
14
index.html
14
index.html
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user