hulai-website/data/navigation.json
刘涛 a25f3a77ce sync: 同步最新呼籁官网代码到仓库
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 21:57:35 +08:00

124 行
2.3 KiB
JSON

{
"header": [
{
"text": "首页",
"to": "/"
},
{
"text": "产品线",
"to": "/products",
"children": [
{
"to": "/products",
"text": "额吉的故乡",
"season": "夏"
},
{
"to": "/products/autumn",
"text": "游牧的森林",
"season": "秋"
},
{
"to": "/products/winter",
"text": "嗨冰雪",
"season": "冬"
},
{
"to": "/summer-camp",
"text": "小蒙马夏令营",
"season": "夏"
},
{
"to": "/winter-camp",
"text": "小蒙马冬季营",
"season": "冬"
}
]
},
{
"text": "客户评价",
"to": "/reviews"
},
{
"text": "出行指南",
"to": "/guides"
},
{
"text": "常见问答",
"to": "/faq"
},
{
"text": "关于我们",
"to": "/about"
},
{
"text": "联系我们",
"to": "/contact"
}
],
"footer": [
{
"title": "了解呼籁",
"links": [
{
"text": "关于我们",
"to": "/about"
},
{
"text": "品牌故事",
"to": "/about#story"
},
{
"text": "团队介绍",
"to": "/about#team"
}
]
},
{
"title": "旅行产品",
"links": [
{
"text": "额吉的故乡",
"to": "/products"
},
{
"text": "游牧的森林",
"to": "/products/autumn"
},
{
"text": "嗨冰雪",
"to": "/products/winter"
},
{
"text": "小蒙马夏令营",
"to": "/summer-camp"
},
{
"text": "小蒙马冬季营",
"to": "/winter-camp"
}
]
},
{
"title": "帮助中心",
"links": [
{
"text": "出行指南",
"to": "/guides"
},
{
"text": "常见问答",
"to": "/faq"
},
{
"text": "客户评价",
"to": "/reviews"
},
{
"text": "联系我们",
"to": "/contact"
}
]
}
]
}