feat: 添加连锁门店系统首页及核心UI组件
新增首页布局、导航栏、页脚及多个核心UI组件(按钮、卡片、表格等) 添加图片资源、工具函数和样式配置 实现响应式设计和主题支持 包含行业解决方案展示区块
This commit is contained in:
60
data/site.json
Normal file
60
data/site.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"company": {
|
||||
"name": "智店软件",
|
||||
"nameEn": "ZhiDian Software",
|
||||
"slogan": "收银、分账、监管,一套系统打通",
|
||||
"description": "面向连锁餐饮、零售与加盟品牌,提供门店收银、自动分账、总部监管一体化系统定制与升级服务。兼容现有设备与流程,支持不停业切换。",
|
||||
"founded": "2018",
|
||||
"employees": "500+",
|
||||
"address": "上海市浦东新区张江高科技园区博云路2号",
|
||||
"phone": "400-888-6688",
|
||||
"email": "bd@zhidiansoft.com",
|
||||
"icp": "沪ICP备XXXXXXXX号"
|
||||
},
|
||||
"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 智店软件(上海)有限公司. 保留所有权利."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user