- 后台全面引入 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>
52 行
1.6 KiB
JSON
52 行
1.6 KiB
JSON
{
|
|
"channels": [
|
|
{
|
|
"type": "wechat",
|
|
"label": "微信客服",
|
|
"value": "扫码添加",
|
|
"qrImage": "/images/contact/qrcode-wechat.jpg",
|
|
"primary": true,
|
|
"description": "添加微信,一对一沟通行程需求"
|
|
},
|
|
{
|
|
"type": "miniprogram",
|
|
"label": "预订小程序",
|
|
"value": "微信搜索「呼籁」",
|
|
"qrImage": "/images/qrcode-miniprogram.png",
|
|
"description": "微信小程序搜索「呼籁」,在线了解和预订",
|
|
"hidden": true,
|
|
"_note": "小程序尚未上线,上线后将 hidden 改为 false 即可显示"
|
|
},
|
|
{
|
|
"type": "phone",
|
|
"label": "电话咨询",
|
|
"value": "4000881814",
|
|
"description": "工作时间9:00-21:00,节假日不休"
|
|
},
|
|
{
|
|
"type": "address",
|
|
"label": "公司地址",
|
|
"value": "内蒙古自治区呼伦贝尔市海拉尔区奋斗镇学府路煤校3号楼",
|
|
"description": "欢迎来公司实地考察"
|
|
},
|
|
{
|
|
"type": "email",
|
|
"label": "商务合作",
|
|
"value": "bd@1814.love",
|
|
"description": "媒体合作、异业合作请邮件联系"
|
|
},
|
|
{
|
|
"type": "complaint",
|
|
"label": "投诉建议",
|
|
"value": "tousu@1814.love",
|
|
"description": "您的反馈是我们进步的动力,24小时内回复"
|
|
},
|
|
{
|
|
"type": "hr",
|
|
"label": "加入我们",
|
|
"value": "hr@1814.love",
|
|
"description": "期待热爱旅行的你,简历请投递至此邮箱"
|
|
}
|
|
],
|
|
"securityNotice": "请认准官方渠道,谨防假冒。所有行程均签订正规电子合同,您的权益受法律保护。"
|
|
} |