feat: add json grid page and update home layout

This commit is contained in:
2026-02-24 09:41:33 +08:00
parent 4cd227d1a1
commit 046c8ea01f
5 changed files with 214 additions and 33 deletions
+14 -3
View File
@@ -18,10 +18,12 @@
"title": "DevLab",
"description": "A collection of powerful, privacy-focused developer tools. All processing happens locally in your browser.",
"getStarted": "Get Started",
"getStartedDescription": "Start visualising and querying your JSON data with our intuitive JSONPath-based tool.",
"openJsonViewer": "Open JSON Viewer",
"openBmiCalculator": "Open BMI Calculator",
"jsonViewerDescription": "Start visualising and querying your JSON data with our intuitive JSONPath-based tool.",
"jsonViewer": "JSON Viewer",
"bmiCalculator": "BMI Calculator",
"jsonGrid": "JSON Grid",
"bmiCalculatorDescription": "Calculate your Body Mass Index (BMI) to assess your weight status and health. Get instant results with personalised advice based on your BMI category.",
"jsonGridDescription": "Convert JSON arrays into a clean table view for quick inspection and comparison.",
"features": {
"tools": {
"title": "🛠️ Developer Tools",
@@ -48,6 +50,15 @@
"copyAsCsv": "Copy as CSV",
"error": "Error:"
},
"jsonGrid": {
"jsonInput": "JSON Input",
"tableResult": "Table Result",
"rows": "rows",
"exportCsv": "Export CSV",
"empty": "No data to display.",
"parseError": "Invalid JSON:",
"arrayOnlyError": "Please provide a JSON array."
},
"about": {
"title": "About DevLab",
"description": "A powerful, privacy-focused tool for debugging and visualising complex JSON data structures.",
+14 -3
View File
@@ -18,10 +18,12 @@
"title": "DevLab",
"description": "一系列强大的、注重隐私的开发者工具集合。所有处理都在您的浏览器本地进行。",
"getStarted": "开始使用",
"getStartedDescription": "使用我们直观的基于 JSONPath 的工具开始可视化和查询您的 JSON 数据。",
"openJsonViewer": "打开 JSON 查看器",
"openBmiCalculator": "打开 BMI 计算器",
"jsonViewerDescription": "使用我们直观的基于 JSONPath 的工具开始可视化和查询您的 JSON 数据。",
"jsonViewer": "JSON 查看器",
"bmiCalculator": "BMI 计算器",
"jsonGrid": "JSON Grid",
"bmiCalculatorDescription": "计算您的身体质量指数(BMI)以评估您的体重状态和健康状况。根据您的 BMI 分类获得即时结果和个性化建议。",
"jsonGridDescription": "将 JSON 数组转换为清晰的表格视图,便于快速查看和对比。",
"features": {
"tools": {
"title": "🛠️ 开发者工具",
@@ -48,6 +50,15 @@
"copyAsCsv": "复制为 CSV",
"error": "错误:"
},
"jsonGrid": {
"jsonInput": "JSON 输入",
"tableResult": "表格结果",
"rows": "行",
"exportCsv": "导出 CSV",
"empty": "暂无可展示的数据。",
"parseError": "JSON 无效:",
"arrayOnlyError": "请输入 JSON 数组。"
},
"about": {
"title": "关于 DevLab",
"description": "一个强大的、注重隐私的工具,用于调试和可视化复杂的 JSON 数据结构。",