From 0a6cac128b9a0a2217b6247c082bc83cb82ed664 Mon Sep 17 00:00:00 2001 From: XMM17879829028 Date: Thu, 28 May 2026 09:51:42 -0400 Subject: [PATCH] add HTML Viewer to utils jsonc files --- data/json/en/tools/utils.jsonc | 6 ++++++ data/json/zh/tools/utils.jsonc | 6 ++++++ 2 files changed, 12 insertions(+) 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",