- 后台全面引入 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>
34 行
1001 B
JSON
34 行
1001 B
JSON
{
|
|
"logo": {
|
|
"main": "/images/logo.png",
|
|
"square": "/images/logo-square.png"
|
|
},
|
|
"hero": {
|
|
"background": "/images/team/hero-grassland.jpg"
|
|
},
|
|
"brandStory": {
|
|
"photo": "/images/team/hero-family.jpg"
|
|
},
|
|
"mascot": {
|
|
"front": "/images/mascot/mascot-front.png",
|
|
"banner": "/images/mascot/mascot-banner.png",
|
|
"stickerQr": "/images/mascot-sticker-qr.png",
|
|
"xiaomengma": "/images/mascot/xiaomengma.png"
|
|
},
|
|
"team": {
|
|
"guideGroup": "/images/team/guide-group.jpg",
|
|
"routeSurvey": "/images/team/route-survey-2025.jpg",
|
|
"guideTraining": "/images/team/guide-training.jpg",
|
|
"ranchStore": "/images/team/ranch-store.jpg"
|
|
},
|
|
"xiaohongshu": {
|
|
"storefront": "/images/xiaohongshu/storefront.jpg"
|
|
},
|
|
"summerCamp": {
|
|
"river": "/images/summer-camp/river-banner.jpg",
|
|
"grassland": "/images/summer-camp/grassland-group.jpg",
|
|
"birch": "/images/summer-camp/birch-group.jpg",
|
|
"graduation": "/images/summer-camp/camp-graduation.jpg"
|
|
}
|
|
}
|