hulai-website/data/navigation.json
Mimingguang ee078b61bc feat: 后台管理系统完整重构 + 前后台数据联通
- 后台全面引入 Naive UI 组件库,统一 UI 规范
- 前台 usePublicApi 切换到 API 调用(GET /api/content/[key])
- 前后台数据源统一(site_content 表)
- 产品线统一管理(tour/camp/course 三套编辑器)
- 产品数据归一化(itinerary/faq/pricing 格式统一)
- 表单提交 API 改写入 submissions 表
- 新增 submissions 标记已读 API
- site-content PUT 支持 upsert
- 修复前台 bug(stories 路由冲突、占位符警告、selector breadcrumb)
- 消除 PageHero 类型警告(useSEO reactive 修复)
- 25 个前台页面全部 HTTP 200,展示效果不变

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 17:48:02 +08:00

175 行
3.2 KiB
JSON

{
"header": [
{
"text": "首页",
"to": "/"
},
{
"text": "产品线",
"to": "/products",
"children": [
{
"text": "额吉的故乡",
"to": "/products",
"season": "夏"
},
{
"text": "游牧的森林",
"to": "/products/autumn",
"season": "秋"
},
{
"text": "嗨冰雪",
"to": "/products/winter",
"season": "冬"
},
{
"text": "小蒙马夏令营",
"to": "/summer-camp",
"season": "夏"
},
{
"text": "小蒙马冬令营",
"to": "/winter-camp",
"season": "冬"
}
]
},
{
"text": "目的地",
"to": "/destinations",
"children": [
{
"text": "景点攻略",
"to": "/destinations"
},
{
"text": "旅行日历",
"to": "/calendar"
},
{
"text": "出行指南",
"to": "/guides"
}
]
},
{
"text": "客户评价",
"to": "/reviews",
"children": [
{
"text": "客户评价",
"to": "/reviews"
},
{
"text": "小红书游记",
"to": "/xiaohongshu"
},
{
"text": "客户游记",
"to": "/youji"
},
{
"text": "呼籁旅拍",
"to": "/gallery"
}
]
},
{
"text": "常见问答",
"to": "/faq"
},
{
"text": "关于我们",
"to": "/about",
"children": [
{
"text": "关于呼籁",
"to": "/about"
},
{
"text": "最新动态",
"to": "/news"
},
{
"text": "资质荣誉",
"to": "/qualifications"
}
]
},
{
"text": "联系我们",
"to": "/contact"
}
],
"footer": [
{
"title": "了解呼籁",
"links": [
{
"text": "关于我们",
"to": "/about"
},
{
"text": "最新动态",
"to": "/news"
},
{
"text": "资质荣誉",
"to": "/qualifications"
}
]
},
{
"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": "/destinations"
},
{
"text": "联系我们",
"to": "/contact"
}
]
}
]
}