You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
159 lines
4.4 KiB
159 lines
4.4 KiB
2 months ago
|
{
|
||
|
"_comment": "这是网站配置模板文件,您可以根据需要修改各项内容",
|
||
|
"site": {
|
||
|
"title": "您的公司名 - 业务描述",
|
||
|
"description": "您的公司描述,这将出现在搜索引擎结果中",
|
||
|
"keywords": "关键词1,关键词2,关键词3",
|
||
|
"logo": {
|
||
|
"text": "公司名",
|
||
|
"subtext": "英文名或副标题"
|
||
|
}
|
||
|
},
|
||
|
"navigation": [
|
||
|
{ "name": "首页", "path": "/", "key": "home" },
|
||
|
{ "name": "服务", "path": "/services", "key": "services" },
|
||
|
{ "name": "关于我们", "path": "/about", "key": "about" },
|
||
|
{ "name": "联系我们", "path": "/contact", "key": "contact" }
|
||
|
],
|
||
|
"home": {
|
||
|
"hero": {
|
||
|
"title": "欢迎来到",
|
||
|
"brand": "您的品牌名",
|
||
|
"subtitle": "您的业务描述和价值主张",
|
||
|
"primaryButton": "主要按钮文字",
|
||
|
"secondaryButton": "次要按钮文字"
|
||
|
},
|
||
|
"features": {
|
||
|
"title": "为什么选择我们?",
|
||
|
"subtitle": "我们的优势描述",
|
||
|
"items": [
|
||
|
{
|
||
|
"icon": "lightning",
|
||
|
"title": "特色1",
|
||
|
"description": "特色1的详细描述",
|
||
|
"color": "blue"
|
||
|
},
|
||
|
{
|
||
|
"icon": "shield",
|
||
|
"title": "特色2",
|
||
|
"description": "特色2的详细描述",
|
||
|
"color": "green"
|
||
|
},
|
||
|
{
|
||
|
"icon": "globe",
|
||
|
"title": "特色3",
|
||
|
"description": "特色3的详细描述",
|
||
|
"color": "purple"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"stats": {
|
||
|
"items": [
|
||
|
{ "value": "100+", "label": "客户数量" },
|
||
|
{ "value": "5+", "label": "服务年限" },
|
||
|
{ "value": "99%", "label": "客户满意度" },
|
||
|
{ "value": "24/7", "label": "服务支持" }
|
||
|
]
|
||
|
},
|
||
|
"cta": {
|
||
|
"title": "准备开始了吗?",
|
||
|
"subtitle": "立即联系我们,了解更多信息",
|
||
|
"button": "立即咨询"
|
||
|
}
|
||
|
},
|
||
|
"services": {
|
||
|
"title": "我们的服务",
|
||
|
"subtitle": "为客户提供专业的解决方案",
|
||
|
"items": [
|
||
|
{
|
||
|
"title": "服务1",
|
||
|
"description": "服务1的描述",
|
||
|
"features": ["特点1", "特点2", "特点3", "特点4"],
|
||
|
"icon": "package"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"about": {
|
||
|
"title": "关于我们",
|
||
|
"subtitle": "专业的团队,优质的服务",
|
||
|
"story": {
|
||
|
"title": "我们的故事",
|
||
|
"content": "公司成立背景和发展历程"
|
||
|
},
|
||
|
"mission": {
|
||
|
"vision": {
|
||
|
"title": "愿景",
|
||
|
"content": "公司愿景描述"
|
||
|
},
|
||
|
"mission": {
|
||
|
"title": "使命",
|
||
|
"content": "公司使命描述"
|
||
|
},
|
||
|
"values": {
|
||
|
"title": "价值观",
|
||
|
"content": "公司价值观描述"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"contact": {
|
||
|
"title": "联系我们",
|
||
|
"subtitle": "我们随时为您提供帮助",
|
||
|
"info": {
|
||
|
"email": "contact@yourcompany.com",
|
||
|
"phone": "+86 400-000-0000",
|
||
|
"address": "您的公司地址",
|
||
|
"workingHours": "工作时间"
|
||
|
},
|
||
|
"form": {
|
||
|
"title": "发送消息",
|
||
|
"fields": {
|
||
|
"name": "姓名",
|
||
|
"email": "邮箱",
|
||
|
"company": "公司",
|
||
|
"message": "消息"
|
||
|
},
|
||
|
"button": "发送消息"
|
||
|
},
|
||
|
"faq": {
|
||
|
"title": "常见问题",
|
||
|
"items": [
|
||
|
{
|
||
|
"question": "常见问题1?",
|
||
|
"answer": "问题1的回答"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"footer": {
|
||
|
"company": {
|
||
|
"name": "您的公司名称",
|
||
|
"description": "公司简短描述"
|
||
|
},
|
||
|
"links": {
|
||
|
"services": ["服务1", "服务2", "服务3"],
|
||
|
"support": ["技术支持", "文档", "FAQ"],
|
||
|
"company": ["关于我们", "新闻", "招聘", "联系"]
|
||
|
},
|
||
|
"social": [
|
||
|
{ "name": "官网", "url": "https://yourcompany.com" },
|
||
|
{ "name": "邮箱", "url": "mailto:contact@yourcompany.com" }
|
||
|
],
|
||
|
"copyright": "© 2024 您的公司名称. 保留所有权利."
|
||
|
},
|
||
|
"theme": {
|
||
|
"colors": {
|
||
|
"primary": "blue",
|
||
|
"secondary": "gray",
|
||
|
"accent": "purple"
|
||
|
},
|
||
|
"gradients": {
|
||
|
"hero": "from-blue-50 to-indigo-100",
|
||
|
"cta": "bg-blue-600"
|
||
|
}
|
||
|
},
|
||
|
"_instructions": {
|
||
|
"icons": "可用图标: lightning, shield, globe, package, container, code, server, database, settings",
|
||
|
"colors": "可用颜色: blue, green, purple, red, yellow",
|
||
|
"customization": "修改public/config.json文件中的内容即可自定义网站"
|
||
|
}
|
||
|
}
|