feat: add ToolsLayout component and update routing for tools navigation

This commit is contained in:
2026-02-24 11:06:36 +08:00
parent a195299e91
commit 0bbc21bfa0
4 changed files with 161 additions and 10 deletions
+6 -1
View File
@@ -7,7 +7,12 @@
"navigation": {
"home": "Home",
"about": "About",
"contact": "Contact"
"contact": "Contact",
"tools": "Tools",
"jsonProcessing": "JSON Processing",
"dailyTools": "Daily Tools",
"expandToolsMenu": "Expand tools menu",
"collapseToolsMenu": "Collapse tools menu"
},
"language": {
"switch": "Switch Language",
+6 -1
View File
@@ -7,7 +7,12 @@
"navigation": {
"home": "首页",
"about": "关于",
"contact": "联系"
"contact": "联系",
"tools": "工具",
"jsonProcessing": "JSON 处理",
"dailyTools": "日常小工具",
"expandToolsMenu": "展开工具菜单",
"collapseToolsMenu": "收起工具菜单"
},
"language": {
"switch": "切换语言",