diff --git a/data/json/en/tools/utils.jsonc b/data/json/en/tools/utils.jsonc index 0518d97..0f2ecc9 100644 --- a/data/json/en/tools/utils.jsonc +++ b/data/json/en/tools/utils.jsonc @@ -42,6 +42,12 @@ }, // G // H + { + "name": "HTML Viewer", + "description": "A free, 100% client-side HTML/CSS/JS viewer with live preview and bidirectional highlighting between source code and rendered output.", + "url": "https://html-viewer.org/", + "tags": ["HTML", "CSS", "Debugging"] + }, // I { "name": "ip.network", diff --git a/data/json/zh/tools/utils.jsonc b/data/json/zh/tools/utils.jsonc index e688255..0d4eb3c 100644 --- a/data/json/zh/tools/utils.jsonc +++ b/data/json/zh/tools/utils.jsonc @@ -36,6 +36,12 @@ }, // G // H + { + "name": "HTML查看器", + "description": "一个免费、纯前端(100% client-side)的 HTML/CSS/JS 在线查看与调试工具,支持代码与预览双向高亮定位。", + "url": "https://html-viewer.org/zh", + "tags": ["HTML", "CSS", "调试"] + }, // I { "name": "ip.network",