Files
check_in/config.json
2026-01-28 20:46:41 +08:00

74 lines
1.9 KiB
JSON

{
"event_title": "AI共生大会",
"event_sub_title": "云南AI大会",
"event_time": "等待输入",
"event_location": "玉溪青花街三生咖啡酒吧",
"event_content": "等待输入",
"primary_color": "#00f2ff",
"secondary_color": "#0066ff",
"bg_color": "#050814",
"header_image": "/static/image1.jpg",
"enable_ticket_validation": false,
"enable_payment": false,
"payment_amount": 0.01,
"wechat_pay_config": {
"appid": "",
"mchid": "",
"api_v3_key": "",
"serial_no": "",
"private_key_path": "",
"notify_url": ""
},
"enable_seating": false,
"total_tables": 14,
"max_per_table": 10,
"field_config": {
"name": {
"label": "姓名",
"show": true,
"required": true
},
"phone": {
"label": "手机号码",
"show": true,
"required": true
},
"company_name": {
"label": "单位名称",
"show": true,
"required": true
},
"position": {
"label": "职务",
"show": true,
"required": true
},
"business_scope": {
"label": "公司主要经营 / 业务",
"show": true,
"required": true
},
"vision_2026": {
"label": "2026年业务愿景",
"show": false,
"required": false
}
},
"wall_config": {
"bg_opacity": 0.9,
"show_title": true,
"learn_more_url": "https://www.example.com",
"show_fields": {
"name": true,
"company_name": false,
"position": true,
"vision_2026": true,
"business_scope": true
}
},
"db_host": "6.6.6.66",
"db_port": "5432",
"db_user": "AI_event",
"db_password": "123AI_event",
"db_name": "AI_event"
}