feat: add SEO component and integrate it across multiple pages with localised metadata
This commit is contained in:
@@ -14,6 +14,32 @@
|
||||
"english": "English (Great Britain)",
|
||||
"chinese": "简体中文"
|
||||
},
|
||||
"seo": {
|
||||
"home": {
|
||||
"title": "DevLab - 免费开发者工具",
|
||||
"description": "一系列强大的、注重隐私的开发者工具集合,包含 JSON 查看器、json-grid、BMI 计算器等。"
|
||||
},
|
||||
"jsonViewer": {
|
||||
"title": "JSON 查看器 - JSONPath 查询",
|
||||
"description": "使用 JSONPath 可视化并查询 JSON 数据,筛选结果并导出 CSV,全程在浏览器本地完成。"
|
||||
},
|
||||
"jsonGrid": {
|
||||
"title": "json-grid - JSON 数组转表格",
|
||||
"description": "将 JSON 数组转换为清晰的表格视图并导出 CSV,所有处理均在本地完成。"
|
||||
},
|
||||
"bmi": {
|
||||
"title": "BMI 计算器 - 即时结果",
|
||||
"description": "快速计算 BMI,并获得分类与建议。"
|
||||
},
|
||||
"about": {
|
||||
"title": "关于 DevLab",
|
||||
"description": "了解 DevLab:一个开源且注重隐私的开发者工具集合。"
|
||||
},
|
||||
"contact": {
|
||||
"title": "联系 DevLab",
|
||||
"description": "通过 GitHub Issues 反馈问题或提交功能需求。"
|
||||
}
|
||||
},
|
||||
"home": {
|
||||
"title": "DevLab",
|
||||
"description": "一系列强大的、注重隐私的开发者工具集合。所有处理都在您的浏览器本地进行。",
|
||||
|
||||
Reference in New Issue
Block a user