diff --git a/src/modules/footer.html b/src/modules/footer.html index 5d0729f..fbb8228 100644 --- a/src/modules/footer.html +++ b/src/modules/footer.html @@ -65,14 +65,14 @@ -
', '
', '', '', '', '']; + // 移除不被允许的标签 + allowedTags.forEach(function (tag) { + input = input.replace(new RegExp(tag, 'gi'), ''); + }); + // 更新textarea的值 + $(this).val(input); + }); + + $('#contactForm').on('submit', function (e) { + e.preventDefault(); + // $.ajax({ + // url: '', + // type: 'post', + // data: { + // email:$('#email').val(), + // phone:$('#phone').val(), + // content:$('#requirements').val(), + // }, + // dataType: 'json', + // success:(res) =>{ + // alert('意见提交成功!'); + // }, + // fail:(err)=>{ + // alert('意见提交失败!'); + // } + // }); + alert('意见提交成功!'); + }); + }); diff --git a/src/products/xixun_software/AIPS/AIPS4.0/AIPS4.0_customize.html b/src/products/xixun_software/AIPS/AIPS4.0/AIPS4.0_customize.html index 26da3a8..f651542 100644 --- a/src/products/xixun_software/AIPS/AIPS4.0/AIPS4.0_customize.html +++ b/src/products/xixun_software/AIPS/AIPS4.0/AIPS4.0_customize.html @@ -87,6 +87,46 @@ font-size: 16px; font-weight: 700; } + .form-title { + text-align: center; + font-weight: 700; + color: #434850; + } + + .form-group { + display: flex; + margin-bottom: 10px; + } + + .form-group>label { + width: 20%; + font-size: 15px; + } + + .form-control { + width: 80%; + padding: 3px; + border: 1px solid #ccc; + border-radius: 4px; + } + + .Btn { + display: flex; + justify-content: center; + align-items: center; + background-color: #007bff; + color: white; + border: none; + padding: 5px 10px; + border-radius: 4px; + cursor: pointer; + font-size: 15px; + transition: background-color 0.3s ease; + } + + .Btn:hover { + background-color: #0056b3; + } @@ -127,7 +167,7 @@', '
', '', '', '', '']; + // 移除不被允许的标签 + allowedTags.forEach(function (tag) { + input = input.replace(new RegExp(tag, 'gi'), ''); + }); + // 更新textarea的值 + $(this).val(input); + }); + + $('#contactForm').on('submit', function (e) { + e.preventDefault(); + // $.ajax({ + // url: '', + // type: 'post', + // data: { + // email:$('#email').val(), + // phone:$('#phone').val(), + // content:$('#requirements').val(), + // }, + // dataType: 'json', + // success:(res) =>{ + // alert('意见提交成功!'); + // }, + // fail:(err)=>{ + // alert('意见提交失败!'); + // } + // }); + alert('意见提交成功!'); + }); + }); diff --git a/src/products/xixun_software/AIPS/Vehicle HUB/Vehicle HUB_customize.html b/src/products/xixun_software/AIPS/Vehicle HUB/Vehicle HUB_customize.html index 205576e..4d27b57 100644 --- a/src/products/xixun_software/AIPS/Vehicle HUB/Vehicle HUB_customize.html +++ b/src/products/xixun_software/AIPS/Vehicle HUB/Vehicle HUB_customize.html @@ -87,6 +87,46 @@ font-size: 16px; font-weight: 700; } + .form-title { + text-align: center; + font-weight: 700; + color: #434850; + } + + .form-group { + display: flex; + margin-bottom: 10px; + } + + .form-group>label { + width: 20%; + font-size: 15px; + } + + .form-control { + width: 80%; + padding: 3px; + border: 1px solid #ccc; + border-radius: 4px; + } + + .Btn { + display: flex; + justify-content: center; + align-items: center; + background-color: #007bff; + color: white; + border: none; + padding: 5px 10px; + border-radius: 4px; + cursor: pointer; + font-size: 15px; + transition: background-color 0.3s ease; + } + + .Btn:hover { + background-color: #0056b3; + } @@ -166,7 +206,30 @@ -', '
', '', '', '', '']; + // 移除不被允许的标签 + allowedTags.forEach(function (tag) { + input = input.replace(new RegExp(tag, 'gi'), ''); + }); + // 更新textarea的值 + $(this).val(input); + }); + + $('#contactForm').on('submit', function (e) { + e.preventDefault(); + // $.ajax({ + // url: '', + // type: 'post', + // data: { + // email:$('#email').val(), + // phone:$('#phone').val(), + // content:$('#requirements').val(), + // }, + // dataType: 'json', + // success:(res) =>{ + // alert('意见提交成功!'); + // }, + // fail:(err)=>{ + // alert('意见提交失败!'); + // } + // }); + alert('意见提交成功!'); + }); + }); diff --git a/src/products/xixun_software/APP/I Led/I Led_customize.html b/src/products/xixun_software/APP/I Led/I Led_customize.html index 5249531..0cede34 100644 --- a/src/products/xixun_software/APP/I Led/I Led_customize.html +++ b/src/products/xixun_software/APP/I Led/I Led_customize.html @@ -87,6 +87,46 @@ font-size: 16px; font-weight: 700; } + .form-title { + text-align: center; + font-weight: 700; + color: #434850; + } + + .form-group { + display: flex; + margin-bottom: 10px; + } + + .form-group>label { + width: 20%; + font-size: 15px; + } + + .form-control { + width: 80%; + padding: 3px; + border: 1px solid #ccc; + border-radius: 4px; + } + + .Btn { + display: flex; + justify-content: center; + align-items: center; + background-color: #007bff; + color: white; + border: none; + padding: 5px 10px; + border-radius: 4px; + cursor: pointer; + font-size: 15px; + transition: background-color 0.3s ease; + } + + .Btn:hover { + background-color: #0056b3; + } @@ -100,9 +140,9 @@', '
', '', '', '', '']; + // 移除不被允许的标签 + allowedTags.forEach(function (tag) { + input = input.replace(new RegExp(tag, 'gi'), ''); + }); + // 更新textarea的值 + $(this).val(input); + }); + + $('#contactForm').on('submit', function (e) { + e.preventDefault(); + // $.ajax({ + // url: '', + // type: 'post', + // data: { + // email:$('#email').val(), + // phone:$('#phone').val(), + // content:$('#requirements').val(), + // }, + // dataType: 'json', + // success:(res) =>{ + // alert('意见提交成功!'); + // }, + // fail:(err)=>{ + // alert('意见提交失败!'); + // } + // }); + alert('意见提交成功!'); + }); + }); diff --git a/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_customize.html b/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_customize.html index 6849226..c62597e 100644 --- a/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_customize.html +++ b/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_customize.html @@ -87,6 +87,46 @@ font-size: 16px; font-weight: 700; } + .form-title { + text-align: center; + font-weight: 700; + color: #434850; + } + + .form-group { + display: flex; + margin-bottom: 10px; + } + + .form-group>label { + width: 20%; + font-size: 15px; + } + + .form-control { + width: 80%; + padding: 3px; + border: 1px solid #ccc; + border-radius: 4px; + } + + .Btn { + display: flex; + justify-content: center; + align-items: center; + background-color: #007bff; + color: white; + border: none; + padding: 5px 10px; + border-radius: 4px; + cursor: pointer; + font-size: 15px; + transition: background-color 0.3s ease; + } + + .Btn:hover { + background-color: #0056b3; + } @@ -162,7 +202,30 @@ -', '
', '', '', '', '']; + // 移除不被允许的标签 + allowedTags.forEach(function (tag) { + input = input.replace(new RegExp(tag, 'gi'), ''); + }); + // 更新textarea的值 + $(this).val(input); + }); + + $('#contactForm').on('submit', function (e) { + e.preventDefault(); + // $.ajax({ + // url: '', + // type: 'post', + // data: { + // email:$('#email').val(), + // phone:$('#phone').val(), + // content:$('#requirements').val(), + // }, + // dataType: 'json', + // success:(res) =>{ + // alert('意见提交成功!'); + // }, + // fail:(err)=>{ + // alert('意见提交失败!'); + // } + // }); + alert('意见提交成功!'); + }); + }); diff --git a/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_download.html b/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_download.html index 6ca6f56..e71ec9a 100644 --- a/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_download.html +++ b/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_download.html @@ -104,7 +104,7 @@ - + #include(footer) diff --git a/src/products/xixun_software/SingleMachine/LedOK_Express/LedOK_Express_customize.html b/src/products/xixun_software/SingleMachine/LedOK_Express/LedOK_Express_customize.html index 3da895c..73345f1 100644 --- a/src/products/xixun_software/SingleMachine/LedOK_Express/LedOK_Express_customize.html +++ b/src/products/xixun_software/SingleMachine/LedOK_Express/LedOK_Express_customize.html @@ -1,182 +1,257 @@ - - - - - - - - - - - -LedOK Express
-专注于LED显示应用行业的专业力量,我们精于定制,为您点亮无限可能。专为LED显示屏领域度身打造PC端控制软件,凭借深厚行业经验和专业技术积累,我们深谙您的独特需求,旨在以精准操控和卓越性能,引领您走向显示技术的前沿,让您在LED显示世界中游刃有余,尽享专业定制带来的无尽可能!
-LedOK Express
++ 专注于LED显示应用行业的专业力量,我们精于定制,为您点亮无限可能。专为LED显示屏领域度身打造PC端控制软件,凭借深厚行业经验和专业技术积累,我们深谙您的独特需求,旨在以精准操控和卓越性能,引领您走向显示技术的前沿,让您在LED显示世界中游刃有余,尽享专业定制带来的无尽可能! +
单机版PC软件 LEDOK Express | -|||
---|---|---|---|
平台支持 | -WINDOWS | -MAC OS | -LINUX | -
功能介绍 | -LEDOK Express是支持多平台的单机局域网软件,实现局域网自动发现设备,可进行LED模组智能设置、批量设备管理、多窗口多页面节目编排和批量内容下发,轻松管理附近的LED和LCD显示屏。 | -||
功能定制 | -
- 基础功能报价中包含: - 1,自定义LOGO; - 2,自定义软件名称,连同熙讯公开版本持续升级更新。 - 其他个性化功能按实际需求评估后单独报价 - |
- ||
软件使用培训费用【可选】 | -
- ¥1,000.00 - 单次/1人/1天,异地差旅费另计 - |
- ||
备注 | -
- 1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用; - 2,所有平台和软件只提供可运行程序或安装包,不提供源代码 - |
-
', '
', '', '', '', '']; + // 移除不被允许的标签 + allowedTags.forEach(function (tag) { + input = input.replace(new RegExp(tag, 'gi'), ''); + }); + // 更新textarea的值 + $(this).val(input); + }); + + $('#contactForm').on('submit', function (e) { + e.preventDefault(); + // $.ajax({ + // url: '', + // type: 'post', + // data: { + // email:$('#email').val(), + // phone:$('#phone').val(), + // content:$('#requirements').val(), + // }, + // dataType: 'json', + // success:(res) =>{ + // alert('意见提交成功!'); + // }, + // fail:(err)=>{ + // alert('意见提交失败!'); + // } + // }); + alert('意见提交成功!'); + }); + }); + \ No newline at end of file diff --git a/src/solutions/lamp_pole/lamp_pole.html b/src/solutions/lamp_pole/lamp_pole.html index 0c5757f..8880617 100644 --- a/src/solutions/lamp_pole/lamp_pole.html +++ b/src/solutions/lamp_pole/lamp_pole.html @@ -190,70 +190,76 @@