feat: 移除 JSON 格式化页面,更新 MTR 表单和工具列表
All checks were successful
Build and Push Container Image, Deploy to Host / build-and-push-and-deploy (push) Successful in 2m52s

This commit is contained in:
2025-08-14 01:39:58 +08:00
parent 330cd84beb
commit c133d1bbfe
5 changed files with 51 additions and 105 deletions

View File

@ -9,15 +9,5 @@ export const tools: Tool[] = [
title: "Rail Transit Guide",
description: "轨道交通导视生成器",
href: "/rt-guide",
},
{
title: "URL Encoder/Decoder",
description: "Encode or decode URLs and strings.",
href: "/url-encoder",
},
{
title: "Base64 Encoder/Decoder",
description: "Encode or decode strings to and from Base64.",
href: "/base64-encoder",
},
}
];