添加联系表单提交接口和邮件通知功能,支持从环境变量读取 SMTP 配置 重构 SEO 配置到 site.json,新增 robots.txt 和 sitemap.xml 生成 更新公司电话并添加 PM2 生产运行配置
97 lines
3.1 KiB
JSON
97 lines
3.1 KiB
JSON
{
|
|
"company": {
|
|
"name": "智店软件",
|
|
"nameEn": "ZhiDian Software",
|
|
"slogan": "收银、分账、监管,一套系统打通",
|
|
"description": "面向连锁餐饮、零售与加盟品牌,提供门店收银、自动分账、总部监管一体化系统定制与升级服务。兼容现有设备与流程,支持不停业切换。",
|
|
"founded": "2018",
|
|
"employees": "500+",
|
|
"address": "上海市浦东新区张江高科技园区博云路2号",
|
|
"phone": "400-888-8888",
|
|
"email": "bd@zhidiansoft.com",
|
|
"icp": "沪ICP备XXXXXXXX号"
|
|
},
|
|
"seo": {
|
|
"siteUrl": "https://www.zhidiansoft.com",
|
|
"siteName": "智店软件",
|
|
"defaultTitle": "连锁门店收银、分账、监管系统 | 智店软件",
|
|
"titleTemplate": "%s | 智店软件",
|
|
"description": "面向连锁餐饮、零售与加盟品牌,提供门店收银、自动分账、总部监管一体化系统定制与升级服务。兼容现有设备与流程,支持不停业切换。",
|
|
"keywords": [
|
|
"连锁门店系统",
|
|
"收银系统",
|
|
"自动分账系统",
|
|
"总部监管系统",
|
|
"加盟门店结算",
|
|
"门店数字化",
|
|
"智店软件"
|
|
],
|
|
"canonicalPath": "/",
|
|
"locale": "zh_CN",
|
|
"robots": {
|
|
"index": true,
|
|
"follow": true
|
|
},
|
|
"openGraph": {
|
|
"type": "website",
|
|
"image": "/images/hero-bg.jpg"
|
|
},
|
|
"twitter": {
|
|
"card": "summary_large_image"
|
|
},
|
|
"verification": {
|
|
"google": "",
|
|
"yandex": "",
|
|
"other": {
|
|
"baidu-site-verification": ""
|
|
}
|
|
}
|
|
},
|
|
"nav": {
|
|
"links": [
|
|
{ "label": "首页", "href": "#home" },
|
|
{ "label": "核心能力", "href": "#products" },
|
|
{ "label": "行业方案", "href": "#solutions" },
|
|
{ "label": "合作案例", "href": "#cases" },
|
|
{ "label": "联系我们", "href": "#contact" }
|
|
],
|
|
"cta": "预约方案诊断"
|
|
},
|
|
"footer": {
|
|
"columns": [
|
|
{
|
|
"title": "核心能力",
|
|
"links": [
|
|
{ "label": "门店收银系统", "href": "#products" },
|
|
{ "label": "自动分账系统", "href": "#products" },
|
|
{ "label": "总部监管系统", "href": "#products" },
|
|
{ "label": "定制开发服务", "href": "#contact" }
|
|
]
|
|
},
|
|
{
|
|
"title": "行业方案",
|
|
"links": [
|
|
{ "label": "连锁餐饮", "href": "#solutions" },
|
|
{ "label": "零售品牌", "href": "#solutions" },
|
|
{ "label": "商业综合体", "href": "#solutions" },
|
|
{ "label": "加盟连锁", "href": "#solutions" }
|
|
]
|
|
},
|
|
{
|
|
"title": "关于我们",
|
|
"links": [
|
|
{ "label": "实施能力", "href": "#advantages" },
|
|
{ "label": "合作伙伴", "href": "#partners" },
|
|
{ "label": "联系我们", "href": "#contact" },
|
|
{ "label": "获取方案", "href": "#contact" }
|
|
]
|
|
}
|
|
],
|
|
"legal": [
|
|
{ "label": "隐私政策", "href": "#" },
|
|
{ "label": "服务条款", "href": "#" }
|
|
],
|
|
"copyright": "© 2025 智店软件(上海)有限公司. 保留所有权利."
|
|
}
|
|
}
|