feat(i18n): 添加导航菜单多语言支持并调整头部样式

- 在en.json和zh.json中添加导航菜单和品牌名称的翻译
- 修改ArcticNewOneHeader组件使用vue-i18n实现多语言切换
- 调整导航菜单的间距和字体大小
This commit is contained in:
2026-04-26 23:06:19 +08:00
parent f6f8e82a7b
commit 364a21ea18
3 changed files with 31 additions and 12 deletions
+8
View File
@@ -1,8 +1,16 @@
{
"app": {
"name": "ArcticNewOne",
"brand": "北极新一",
"description": "探索无限可能的现代化体验,欢迎来到 ArcticNewOne。"
},
"nav": {
"home": "首页",
"studio": "工作室",
"work": "作品",
"news": "动态",
"contact": "联系"
},
"home": {
"title": "首页",
"welcome": "欢迎来到 Arctic New One"