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.

74 lines
2.0 KiB

1 month ago
{
"hero": {
1 month ago
"title": "商业合作",
"subtitle": "期待与您合作,请完善并提交以下信息,我们将在1个工作日内联系您。",
"image": "/img/6.png"
1 month ago
},
1 month ago
"form": {
"title": "合作需求信息",
"description": "请留下您的联系方式与合作需求,商务团队将尽快与您联系。",
"note": "我们承诺:所有信息仅用于商务沟通,不会对外泄露。",
"submit": "提交",
"fields": [
{
"id": "name",
"label": "姓名",
"placeholder": "请输入您的姓名",
"type": "text",
"maxLength": 20
},
{
"id": "company",
"label": "企业名称",
"placeholder": "请输入您的企业名称",
"type": "text",
"maxLength": 20
},
{
"id": "role",
"label": "职位",
"placeholder": "请选择您的职位",
"type": "text",
"maxLength": 20
},
{
"id": "country",
"label": "国家/地区",
"placeholder": "请选择您的国家",
"type": "select",
"options": ["中国", "中国香港", "美国", "英国", "德国", "法国", "日本", "韩国", "新加坡", "其他"]
},
{
"id": "phone",
"label": "联系电话",
"placeholder": "请输入您的联系电话",
"type": "tel",
"maxLength": 20
},
{
"id": "email",
"label": "电子邮箱",
"placeholder": "请输入您的电子邮箱",
"type": "email"
},
{
"id": "website",
"label": "公司官网",
"placeholder": "请输入您的公司官网地址",
"type": "url",
"maxLength": 100,
"span": "full"
},
{
"id": "description",
"label": "合作内容",
"placeholder": "请输入您的合作内容简述",
"type": "textarea",
"maxLength": 500,
"span": "full"
}
]
}
1 month ago
}