软件定制
This commit is contained in:
parent
931add948c
commit
b20a70b718
|
|
@ -116,7 +116,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<div class="ft_erweima">
|
||||
<img src="" alt="微信视频号" />
|
||||
<img src="/static/image/weChatVideo.jpg" alt="微信视频号" />
|
||||
</div>
|
||||
<p>微信视频号</p>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -73,24 +73,78 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.layui-table {
|
||||
width: auto;
|
||||
/* margin: 10px 20px; */
|
||||
}
|
||||
.xixun_software_table th,
|
||||
.xixun_software_table td {
|
||||
text-align: center;
|
||||
}
|
||||
.xixun_software_table th {
|
||||
background-color: #9dc9ff;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.form-title {
|
||||
<style lang="scss">
|
||||
|
||||
.customize1024 {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
background-color: #3f6183;
|
||||
/* box-shadow: 1px 1px 3px rgb(0 0 0 / 20%); */
|
||||
}
|
||||
.customizeRight {
|
||||
position: relative;
|
||||
width: 40%;
|
||||
height: 80vh;
|
||||
}
|
||||
|
||||
.customizeLeft {
|
||||
width: 60%;
|
||||
padding: 10px 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.customizeTitle {
|
||||
padding: 10px;
|
||||
font-size: 18px;
|
||||
color: #ffffff
|
||||
}
|
||||
|
||||
.customizeContent {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
text-align: justify;
|
||||
text-indent: 2em;
|
||||
color: #ffffff
|
||||
}
|
||||
|
||||
.customizeForm {
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.contactBox {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: flex-end;
|
||||
}
|
||||
|
||||
.layui-table {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.layui-table thead th,
|
||||
.layui-table thead td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.layui-table thead th {
|
||||
background-color: #4a698f;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.form-title {
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
color: #434850;
|
||||
font-size: 15px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
|
|
@ -99,12 +153,13 @@
|
|||
}
|
||||
|
||||
.form-group>label {
|
||||
width: 20%;
|
||||
font-size: 15px;
|
||||
width: 100px;
|
||||
font-size: 13px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
width: 80%;
|
||||
width: 300px;
|
||||
padding: 3px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
|
|
@ -114,7 +169,7 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #007bff;
|
||||
background-color: #366ca7;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 5px 10px;
|
||||
|
|
@ -127,7 +182,69 @@
|
|||
.Btn:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
</style>
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.customize1024 {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
.customizeRight {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 40vh;
|
||||
}
|
||||
|
||||
.customizeLeft {
|
||||
width: 100%;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.customizeTitle {
|
||||
padding: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.customizeContent {
|
||||
padding: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
table th,
|
||||
table td {
|
||||
font-size: 10px;
|
||||
}
|
||||
.contactBox {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.form-title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
display: flex;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.form-group>label {
|
||||
width: 80px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
width: 250px;
|
||||
padding: 1px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.Btn {
|
||||
padding: 3px 6px;
|
||||
border-radius: 2px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="header head3">#include(navbar)</div>
|
||||
|
|
@ -147,91 +264,94 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="publicLink" style="background-color: #f7f8f9">
|
||||
<div class="container1260" style="height: 80vh; padding: 10px">
|
||||
<div style="position: relative; width: 40%; height: 100%">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 60%">
|
||||
<p style="padding: 10px; font-size: 18px; color: #ffffff">AIPS2.0通用信发平台</p>
|
||||
<p style="width: 100%; padding: 10px; font-size: 14px; text-align: justify; text-indent: 2em; color: #ffffff">赋能云端,铸就专属领地——为您提供一站式云平台OEM私有化部署解决方案!依托丰富的行业运营经验和深厚的技术积淀,我们精心设计和定制符合您业务特性的车载广告与智慧物联一体化管理平台,实现全方位、精细化运营。私有化部署模式,让您的数据存储更加安全可控,运营策略更加灵活多变,助力您洞见行业先机,提升运营效能,最大化商业价值,共同塑造车载广告与智慧物联新时代!</p>
|
||||
<div class="container1260" style="padding: 20px">
|
||||
<div class="customize1024">
|
||||
<div class="customizeRight">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 60%">
|
||||
<p class="customizeTitle">AIPS2.0通用信发平台</p>
|
||||
<p class="customizeContent" >赋能云端,铸就专属领地——为您提供一站式云平台OEM私有化部署解决方案!依托丰富的行业运营经验和深厚的技术积淀,我们精心设计和定制符合您业务特性的车载广告与智慧物联一体化管理平台,实现全方位、精细化运营。私有化部署模式,让您的数据存储更加安全可控,运营策略更加灵活多变,助力您洞见行业先机,提升运营效能,最大化商业价值,共同塑造车载广告与智慧物联新时代!</p>
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/AIPS/3云平台.jpg" alt="" style="width: 100%; height: 100%" />
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/AIPS/3云平台.jpg" alt="" style="width: auto; height: 100%" />
|
||||
</div>
|
||||
<div style="width: 60%; height: 100%; padding: 10px 20px; background-color: #57abff">
|
||||
<div style="width: 100%; background-color: #886969">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table xixun_software_table" lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">通用信发平台AIPS2.0</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td>熙讯通用信发平台是熙讯第二代集群设备管理和信息发布平台,简称AIPS 2.0。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td>
|
||||
1,平台正版软件授权,定期安全扫描,漏洞补丁更新;<br />
|
||||
2,数据备份和磁盘清理;<br />
|
||||
3,SSL安全证书更新;<br />
|
||||
4,功能持续更新升级;<br />
|
||||
5,更改LOGO和首页服务;<br />
|
||||
6,用户自定义域名;<br />
|
||||
8,提供SSL安全证书通讯。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td>
|
||||
¥2,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td>
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div style="width: 100%; height: 36%;box-sizing: border-box;margin: 3% auto 2%;">
|
||||
<div style="width: 55%;margin: 0 auto;">
|
||||
<div class="form-title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<label for="email">你的邮箱*</label>
|
||||
<input id="email" class="form-control" type="email" name="email" required
|
||||
aria-labelledby="emailLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="phone">你的电话 </label>
|
||||
<input id="phone" class="form-control" type="tel" name="tel" aria-labelledby="phoneLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="requirements">你的需求*</label>
|
||||
<textarea id="requirements" class="form-control" name="requirements"
|
||||
aria-labelledby="requirementsLabel" style="height: 80px;" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button type="submit" class="Btn" style="float: right;">提交</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="customizeLeft">
|
||||
<div class="customizeForm">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table" lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">通用信发平台AIPS2.0</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td>熙讯通用信发平台是熙讯第二代集群设备管理和信息发布平台,简称AIPS 2.0。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td>
|
||||
1,平台正版软件授权,定期安全扫描,漏洞补丁更新;<br />
|
||||
2,数据备份和磁盘清理;<br />
|
||||
3,SSL安全证书更新;<br />
|
||||
4,功能持续更新升级;<br />
|
||||
5,更改LOGO和首页服务;<br />
|
||||
6,用户自定义域名;<br />
|
||||
8,提供SSL安全证书通讯。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td>
|
||||
¥2,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td>
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="contactBox">
|
||||
<div >
|
||||
<div class="form-title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<label for="email">你的邮箱*</label>
|
||||
<input id="email" class="form-control" type="email" name="email" required
|
||||
aria-labelledby="emailLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="phone">你的电话 </label>
|
||||
<input id="phone" class="form-control" type="tel" name="tel" aria-labelledby="phoneLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="requirements">你的需求*</label>
|
||||
<textarea id="requirements" class="form-control" name="requirements"
|
||||
aria-labelledby="requirementsLabel" style="height: 80px;" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button type="submit" class="Btn" style="float: right;">提交</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -276,37 +396,39 @@
|
|||
}
|
||||
// script.js 文件内容
|
||||
$(document).ready(function () {
|
||||
$('requirements').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 允许的HTML标签
|
||||
var allowedTags = ['<p>', '</p>', '<strong>', '</strong>', '<em>', '</em>'];
|
||||
// 移除不被允许的标签
|
||||
allowedTags.forEach(function (tag) {
|
||||
input = input.replace(new RegExp(tag, 'gi'), '');
|
||||
});
|
||||
// 更新textarea的值
|
||||
$(this).val(input);
|
||||
|
||||
$('textarea[name="requirements"]').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 使用正则表达式移除所有 HTML 标签
|
||||
var cleanedInput = input.replace(/<[^>]*>?/g, '');
|
||||
// 更新 textarea 的值
|
||||
$(this).val(cleanedInput);
|
||||
});
|
||||
|
||||
console.log('打印zhege',$('#requirements').val())
|
||||
$('#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('意见提交成功!');
|
||||
$.ajax({
|
||||
// url: 'http://192.168.1.123:8080/sys/customizedDemand/save',测试
|
||||
url: 'https://www.ledokcloud.com/aips4/sys/customizedDemand/save',
|
||||
type: 'post',
|
||||
data: JSON.stringify({
|
||||
email: $('#email').val(),
|
||||
phoneNumber: $('#phone').val(),
|
||||
requirements: $('#requirements').val(),
|
||||
}),
|
||||
contentType: 'application/json',
|
||||
dataType: 'json',
|
||||
success:(res) =>{
|
||||
alert('意见提交成功!');
|
||||
$('#email').val('');
|
||||
$('#phone').val('');
|
||||
$('#requirements').val('');
|
||||
},
|
||||
error:(err)=>{
|
||||
alert('意见提交失败!');
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -109,11 +109,11 @@
|
|||
</div>
|
||||
<div class="con">
|
||||
<video id="Video2" src="https://ledok.cn/download/aipsOperations/%E4%BA%91%E5%B9%B3%E5%8F%B0%E5%8F%82%E6%95%B0%E5%A4%87%E4%BB%BD%E6%81%A2%E5%A4%8D.mp4" controls="true"></video>
|
||||
<div class="text">AIPS操作教程 云平台参数备份恢复</div>
|
||||
<div class="text">AIPS操作教程(4)-云平台参数备份恢复</div>
|
||||
</div>
|
||||
<div class="con">
|
||||
<video id="Video2" src="https://ledok.cn/download/aipsOperations/AIPS%E4%BA%91%E5%B9%B3%E5%8F%B0%E5%AE%9A%E7%82%B9%E6%8A%95%E6%94%BE.mp4" controls="true"></video>
|
||||
<div class="text">AIPS操作教程 云平台定点投放</div>
|
||||
<div class="text">AIPS操作教程(5)- 云平台定点投放</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -73,24 +73,78 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.layui-table {
|
||||
width: auto;
|
||||
/* margin: 10px 20px; */
|
||||
}
|
||||
.xixun_software_table th,
|
||||
.xixun_software_table td {
|
||||
text-align: center;
|
||||
}
|
||||
.xixun_software_table th {
|
||||
background-color: #9dc9ff;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.form-title {
|
||||
<style lang="scss">
|
||||
|
||||
.customize1024 {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
background-color: #3f6183;
|
||||
/* box-shadow: 1px 1px 3px rgb(0 0 0 / 20%); */
|
||||
}
|
||||
.customizeRight {
|
||||
position: relative;
|
||||
width: 40%;
|
||||
height: 80vh;
|
||||
}
|
||||
|
||||
.customizeLeft {
|
||||
width: 60%;
|
||||
padding: 10px 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.customizeTitle {
|
||||
padding: 10px;
|
||||
font-size: 18px;
|
||||
color: #ffffff
|
||||
}
|
||||
|
||||
.customizeContent {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
text-align: justify;
|
||||
text-indent: 2em;
|
||||
color: #ffffff
|
||||
}
|
||||
|
||||
.customizeForm {
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.contactBox {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: flex-end;
|
||||
}
|
||||
|
||||
.layui-table {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.layui-table thead th,
|
||||
.layui-table thead td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.layui-table thead th {
|
||||
background-color: #4a698f;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.form-title {
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
color: #434850;
|
||||
font-size: 15px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
|
|
@ -99,12 +153,13 @@
|
|||
}
|
||||
|
||||
.form-group>label {
|
||||
width: 20%;
|
||||
font-size: 15px;
|
||||
width: 100px;
|
||||
font-size: 13px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
width: 80%;
|
||||
width: 300px;
|
||||
padding: 3px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
|
|
@ -114,7 +169,7 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #007bff;
|
||||
background-color: #366ca7;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 5px 10px;
|
||||
|
|
@ -127,7 +182,69 @@
|
|||
.Btn:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
</style>
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.customize1024 {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
.customizeRight {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 40vh;
|
||||
}
|
||||
|
||||
.customizeLeft {
|
||||
width: 100%;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.customizeTitle {
|
||||
padding: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.customizeContent {
|
||||
padding: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
table th,
|
||||
table td {
|
||||
font-size: 10px;
|
||||
}
|
||||
.contactBox {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.form-title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
display: flex;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.form-group>label {
|
||||
width: 80px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
width: 250px;
|
||||
padding: 1px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.Btn {
|
||||
padding: 3px 6px;
|
||||
border-radius: 2px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="header head3">#include(navbar)</div>
|
||||
|
|
@ -140,98 +257,101 @@
|
|||
<h5>AIPS4.0智慧物联平台</h5>
|
||||
<div class="right">
|
||||
<a href="./AIPS4.0_specific.html">功能特性</a>
|
||||
<!-- <a href="./AIPS4.0_video.html">视频</a> -->
|
||||
<!-- <a href="./AIPS4.0_download.html">资料下载</a> -->
|
||||
<a href="./AIPS4.0_video.html">视频</a>
|
||||
<a href="./AIPS4.0_download.html">资料下载</a>
|
||||
<a href="./AIPS4.0_customize.html" class="active">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="publicLink" style="background-color: #f7f8f9">
|
||||
<div class="container1260" style="height: 80vh; padding: 10px">
|
||||
<div style="position: relative; width: 40%; height: 100%">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 60%">
|
||||
<p style="padding: 10px; font-size: 18px; color: #ffffff">AIPS4.0智慧物联平台</p>
|
||||
<p style="width: 100%; padding: 10px; font-size: 14px; text-align: justify; text-indent: 2em; color: #ffffff">赋能云端,铸就专属领地——为您提供一站式云平台OEM私有化部署解决方案!依托丰富的行业运营经验和深厚的技术积淀,我们精心设计和定制符合您业务特性的车载广告与智慧物联一体化管理平台,实现全方位、精细化运营。私有化部署模式,让您的数据存储更加安全可控,运营策略更加灵活多变,助力您洞见行业先机,提升运营效能,最大化商业价值,共同塑造车载广告与智慧物联新时代!</p>
|
||||
<div class="container1260" style="padding: 20px">
|
||||
<div class="customize1024">
|
||||
<div class="customizeRight">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 60%">
|
||||
<p class="customizeTitle">AIPS4.0智慧物联平台</p>
|
||||
<p class="customizeContent">赋能云端,铸就专属领地——为您提供一站式云平台OEM私有化部署解决方案!依托丰富的行业运营经验和深厚的技术积淀,我们精心设计和定制符合您业务特性的车载广告与智慧物联一体化管理平台,实现全方位、精细化运营。私有化部署模式,让您的数据存储更加安全可控,运营策略更加灵活多变,助力您洞见行业先机,提升运营效能,最大化商业价值,共同塑造车载广告与智慧物联新时代!</p>
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/AIPS/3云平台.jpg" alt="" style="width: 100%; height: 100%" />
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/AIPS/3云平台.jpg" alt="" style="width: auto; height: 100%" />
|
||||
</div>
|
||||
<div style="width: 60%; height: 100%; padding: 10px 20px; background-color: #57abff">
|
||||
<div style="width: 100%; background-color: #886969">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table xixun_software_table" lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">智慧城市管理平台LEDOK IoT</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td>智慧城市平台介绍</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td>
|
||||
1,平台正版软件授权,定期安全扫描,漏洞补丁更新;<br />
|
||||
2,数据备份和磁盘清理;<br />
|
||||
3,SSL安全证书更新;<br />
|
||||
4,功能持续更新升级;<br />
|
||||
5,更改LOGO和首页服务;<br />
|
||||
6,用户自定义域名;<br />
|
||||
8,提供SSL安全证书通讯。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td>
|
||||
¥2,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td>
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div style="width: 100%; height: 36%;box-sizing: border-box;margin: 3% auto 2%;">
|
||||
<div style="width: 55%;margin: 0 auto;">
|
||||
<div class="form-title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<label for="email">你的邮箱*</label>
|
||||
<input id="email" class="form-control" type="email" name="email" required
|
||||
aria-labelledby="emailLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="phone">你的电话 </label>
|
||||
<input id="phone" class="form-control" type="tel" name="tel" aria-labelledby="phoneLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="requirements">你的需求*</label>
|
||||
<textarea id="requirements" class="form-control" name="requirements"
|
||||
aria-labelledby="requirementsLabel" style="height: 80px;" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button type="submit" class="Btn" style="float: right;">提交</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="customizeLeft">
|
||||
<div class="customizeForm">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table xixun_software_table" lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">智慧城市管理平台LEDOK IoT</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td>智慧城市平台介绍</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td>
|
||||
1,平台正版软件授权,定期安全扫描,漏洞补丁更新;<br />
|
||||
2,数据备份和磁盘清理;<br />
|
||||
3,SSL安全证书更新;<br />
|
||||
4,功能持续更新升级;<br />
|
||||
5,更改LOGO和首页服务;<br />
|
||||
6,用户自定义域名;<br />
|
||||
8,提供SSL安全证书通讯。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td>
|
||||
¥2,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td>
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="contactBox">
|
||||
<div >
|
||||
<div class="form-title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<label for="email">你的邮箱*</label>
|
||||
<input id="email" class="form-control" type="email" name="email" required
|
||||
aria-labelledby="emailLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="phone">你的电话 </label>
|
||||
<input id="phone" class="form-control" type="tel" name="tel" aria-labelledby="phoneLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="requirements">你的需求*</label>
|
||||
<textarea id="requirements" class="form-control" name="requirements"
|
||||
aria-labelledby="requirementsLabel" style="height: 80px;" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button type="submit" class="Btn" style="float: right;">提交</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -276,37 +396,39 @@
|
|||
}
|
||||
// script.js 文件内容
|
||||
$(document).ready(function () {
|
||||
$('requirements').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 允许的HTML标签
|
||||
var allowedTags = ['<p>', '</p>', '<strong>', '</strong>', '<em>', '</em>'];
|
||||
// 移除不被允许的标签
|
||||
allowedTags.forEach(function (tag) {
|
||||
input = input.replace(new RegExp(tag, 'gi'), '');
|
||||
});
|
||||
// 更新textarea的值
|
||||
$(this).val(input);
|
||||
|
||||
$('textarea[name="requirements"]').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 使用正则表达式移除所有 HTML 标签
|
||||
var cleanedInput = input.replace(/<[^>]*>?/g, '');
|
||||
// 更新 textarea 的值
|
||||
$(this).val(cleanedInput);
|
||||
});
|
||||
|
||||
console.log('打印zhege',$('#requirements').val())
|
||||
$('#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('意见提交成功!');
|
||||
$.ajax({
|
||||
// url: 'http://192.168.1.123:8080/sys/customizedDemand/save',测试
|
||||
url: 'https://www.ledokcloud.com/aips4/sys/customizedDemand/save',
|
||||
type: 'post',
|
||||
data: JSON.stringify({
|
||||
email: $('#email').val(),
|
||||
phoneNumber: $('#phone').val(),
|
||||
requirements: $('#requirements').val(),
|
||||
}),
|
||||
contentType: 'application/json',
|
||||
dataType: 'json',
|
||||
success:(res) =>{
|
||||
alert('意见提交成功!');
|
||||
$('#email').val('');
|
||||
$('#phone').val('');
|
||||
$('#requirements').val('');
|
||||
},
|
||||
error:(err)=>{
|
||||
alert('意见提交失败!');
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
|
||||
<script>
|
||||
var type = navigator.appName;
|
||||
if (type == "Netscape") var lang = navigator.language;
|
||||
|
|
@ -82,12 +83,12 @@
|
|||
|
||||
<div class="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>LedOK Express</h5>
|
||||
<h5>AIPS4.0智慧物联平台</h5>
|
||||
<div class="right">
|
||||
<a href="./LedOK_Express_specific.html">功能特性</a>
|
||||
<a href="./LedOK_Express_video.html">视频</a>
|
||||
<a href="./LedOK_Express_download.html" class="active">资料下载</a>
|
||||
<a href="./LedOK_Express_customize.html">定制</a>
|
||||
<a href="./AIPS4.0_specific.html">功能特性</a>
|
||||
<a href="./AIPS4.0_video.html">视频</a>
|
||||
<a href="./AIPS4.0_download.html" class="active">资料下载</a>
|
||||
<a href="./AIPS4.0_customize.html" >定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -96,162 +97,72 @@
|
|||
<div class="box">
|
||||
<div class="tit">文档</div>
|
||||
<div class="list">
|
||||
<a href="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/pdf/LedOK Express 说明书-V1.0(1).pdf" download="" target="_blank">
|
||||
<a href="../../../../static/products/xixun_software/AIPS/AIPS4.0/pdf/AIPS4.0云平台基础操作说明-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>LedOK Express 说明书-V1.0.pdf</p>
|
||||
<p>AIPS4.0云平台基础操作说明-V1.0.pdf</p>
|
||||
</a>
|
||||
<a href="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/pdf/LedOK Express Instructions-V1.0.pdf" download="" target="_blank">
|
||||
<a href="../../../../static/products/xixun_software/AIPS/AIPS4.0/pdf/AIPS4.0云平台常规操作说明-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>LedOK Express Instructions-V1.0.pdf</p>
|
||||
<p>AIPS4.0云平台常规操作说明-V1.0.pdf</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="tit">软件</div>
|
||||
<div class="list2">
|
||||
<div class="li clearfix">
|
||||
<a href="https://ledok.cn/download/LedOK%20Express%20Setup.exe" download="" class="left" target="_blank">
|
||||
<div class="icon1">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<h5>LedOK Express v1.5.0 (Windows 版)</h5>
|
||||
</div>
|
||||
</a>
|
||||
<!-- <div class="right">
|
||||
<p class="UpdateSm">更新说明</p>
|
||||
<a href="../../../../static/products/xixun_software/AIPS/AIPS4.0/pdf/AIPS4.0云平台常规操作说明-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<div class="Description_popUp">
|
||||
<i></i>
|
||||
<div class="con">
|
||||
<div class="off"><img src="img/closeIcon_b.png" alt="" /></div>
|
||||
<hr />
|
||||
<p style="text-wrap: wrap; text-align: center"><strong style="font-size: 20px">更新说明</strong></p>
|
||||
<p style="text-wrap: wrap"><br /></p>
|
||||
<p style="text-wrap: wrap">【V1.6版本】</p>
|
||||
<p>1.支持单网口使用多种箱体型号</p>
|
||||
<p>2.支持多功能卡</p>
|
||||
<p>3.模拟器支持选择输出口类型</p>
|
||||
<p>4.预置功能新增存储3D LUT参数</p>
|
||||
<p>5.新增箱体视频输入监控功能</p>
|
||||
<p>6.新增箱体连接状态监控功能</p>
|
||||
<p>7.新增模组信号监控功能</p>
|
||||
<p>8.新增模组像素检测功能</p>
|
||||
<p>9.强化版电源监控功能</p>
|
||||
<p>10.新增正反帧设置功能</p>
|
||||
<p>11.新增一键加载箱体参数和箱体型号纠正功能</p>
|
||||
<p>12.新增0延迟功能和视频延迟显示</p>
|
||||
<p>13.新增箱体支持功能项的显示</p>
|
||||
<p>14.新增主控信息显示(CPU、内存、编译时间等)</p>
|
||||
<p>15.健康视图全新设计</p>
|
||||
<p>16.属性栏展开/收起效果优化、升级界面新增拖入式加载文件</p>
|
||||
<p>17.修复了已知Bug</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<hr style="text-wrap: wrap" />
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<div class="li clearfix">
|
||||
<a href="https://ledok.cn/download/LedOK%20Express%20Setup%2064bit.exe" download="" class="left" target="_blank">
|
||||
<div class="icon1">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<h5>LedOK Express 64bit v1.5.0 (Windows 64位版,不支持 Win 7)</h5>
|
||||
</div>
|
||||
</a>
|
||||
<!-- <div class="right">
|
||||
<p class="UpdateSm">更新说明</p>
|
||||
<p>AIPS4.0云平台常规操作说明-V1.0.pdf</p>
|
||||
</a>
|
||||
<a href="../../../../static/products/xixun_software/AIPS/AIPS4.0/pdf/AIPS4.0云平台智慧物联说明-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<div class="Description_popUp">
|
||||
<i></i>
|
||||
<div class="con">
|
||||
<div class="off"><img src="img/closeIcon_b.png" alt="" /></div>
|
||||
<hr />
|
||||
<p style="text-wrap: wrap; text-align: center"><strong style="font-size: 20px">更新说明</strong></p>
|
||||
<p style="text-wrap: wrap"><br /></p>
|
||||
<p style="text-wrap: wrap">【V1.6版本】</p>
|
||||
<p style="text-wrap: wrap">1.支持单网口使用多种箱体型号</p>
|
||||
<p style="text-wrap: wrap">2.支持多功能卡</p>
|
||||
<p style="text-wrap: wrap">3.模拟器支持选择输出口类型</p>
|
||||
<p style="text-wrap: wrap">4.预置功能新增存储3D LUT参数</p>
|
||||
<p style="text-wrap: wrap">5.新增箱体视频输入监控功能</p>
|
||||
<p style="text-wrap: wrap">6.新增箱体连接状态监控功能</p>
|
||||
<p style="text-wrap: wrap">7.新增模组信号监控功能</p>
|
||||
<p style="text-wrap: wrap">8.新增模组像素检测功能</p>
|
||||
<p style="text-wrap: wrap">9.强化版电源监控功能</p>
|
||||
<p style="text-wrap: wrap">10.新增正反帧设置功能</p>
|
||||
<p style="text-wrap: wrap">11.新增一键加载箱体参数和箱体型号纠正功能</p>
|
||||
<p style="text-wrap: wrap">12.新增0延迟功能和视频延迟显示</p>
|
||||
<p style="text-wrap: wrap">13.新增箱体支持功能项的显示</p>
|
||||
<p style="text-wrap: wrap">14.新增主控信息显示(CPU、内存、编译时间等)</p>
|
||||
<p style="text-wrap: wrap">15.健康视图全新设计</p>
|
||||
<p style="text-wrap: wrap">16.属性栏展开/收起效果优化、升级界面新增拖入式加载文件</p>
|
||||
<p style="text-wrap: wrap">17.修复了已知Bug</p>
|
||||
<hr />
|
||||
<p style="text-wrap: wrap"><br /></p>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<div class="li clearfix">
|
||||
<a href="https://ledok.cn/download/LedOK%20Express.dmg" download="" class="left" target="_blank">
|
||||
<div class="icon1">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<h5>LedOK Express for Mac v1.4.0 (Mac 版)</h5>
|
||||
</div>
|
||||
</a>
|
||||
<!-- <div class="right">
|
||||
<p class="UpdateSm">更新说明</p>
|
||||
<p>AIPS4.0云平台智慧物联说明-V1.0.pdf</p>
|
||||
</a>
|
||||
<a href="../../../../static/products/xixun_software/AIPS/AIPS4.0/pdf/AIPS4.0云平台智慧屏幕说明-V1.1.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<div class="Description_popUp">
|
||||
<i></i>
|
||||
<div class="con">
|
||||
<div class="off"><img src="img/closeIcon_b.png" alt="" /></div>
|
||||
<p style="text-align: center">
|
||||
<span style="font-size: 14px"
|
||||
><span style="font-size: 20px"><strong></strong></span
|
||||
></span>
|
||||
</p>
|
||||
<hr />
|
||||
<p style="text-align: center"><strong style="font-size: 20px">更新说明</strong></p>
|
||||
<p><br /></p>
|
||||
<p><span style="font-size: 14px">【V1.2版本】</span></p>
|
||||
<p><span style="font-size: 14px">1. 支持ST2110、3IN1输入子板</span></p>
|
||||
<p><span style="font-size: 14px">2. 支持Fiberx2_5G、Fiberx4_10G输出子板</span></p>
|
||||
<p><span style="font-size: 14px">3. 支持云端下载箱体包</span></p>
|
||||
<p><span style="font-size: 14px">4. 支持信号图层复用、裁剪开关功能</span></p>
|
||||
<p><span style="font-size: 14px">5. 支持单设备使用多种箱体型号</span></p>
|
||||
<p><span style="font-size: 14px">6. 新增热效应动态校正功能</span></p>
|
||||
<p><span style="font-size: 14px">7. 新增单/双3D功能</span></p>
|
||||
<p><span style="font-size: 14px">8. 新增亮度超驱动、亮度覆写、低灰阶优化功能</span></p>
|
||||
<p><span style="font-size: 14px">9. 新增自选设置校正来源功能</span></p>
|
||||
<p><span style="font-size: 14px">10. 新增快速同步当前工程到指定主控功能</span></p>
|
||||
<p><span style="font-size: 14px">11. 新增光口备份、网口备份功能</span></p>
|
||||
<p><span style="font-size: 14px">12. 新增主控列表导入/导出功能</span></p>
|
||||
<p><span style="font-size: 14px">13. 新增通知中心悬浮提示功能</span></p>
|
||||
<p><span style="font-size: 14px">14. 新增测试模式、场景融合自定义图片</span></p>
|
||||
<p><span style="font-size: 14px">15. 新增箱体电源动态监控</span></p>
|
||||
<p><span style="font-size: 14px">16. 新增主控组色深、HDR、校正等便捷开关</span></p>
|
||||
<p><span style="font-size: 14px">17. 新增色温动态调节功能</span></p>
|
||||
<p><span style="font-size: 14px">18. 新增HDR动态校正功能</span></p>
|
||||
<p><span style="font-size: 14px">19. 新增ShutterLock快门开启位置、相机传感器设置</span></p>
|
||||
<p><span style="font-size: 14px">20. 修复了已知Bug</span></p>
|
||||
<p><span style="font-size: 14px"></span></p>
|
||||
<p><span style="font-size: 14px"></span></p>
|
||||
<hr />
|
||||
<p><span style="font-size: 14px"></span><br /></p>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<p>AIPS4.0云平台智慧屏幕说明-V1.1.pdf</p>
|
||||
</a>
|
||||
<a href="../../../../static/products/xixun_software/AIPS/AIPS4.0/pdf/AIPS4.0云平台气象环境说明-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>AIPS4.0云平台气象环境说明-V1.0.pdf</p>
|
||||
</a>
|
||||
<a href="../../../../static/products/xixun_software/AIPS/AIPS4.0/pdf/AIPS4.0云平台智慧照明说明-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>AIPS4.0云平台智慧照明说明-V1.0.pdf</p>
|
||||
</a>
|
||||
<a href="../../../../static/products/xixun_software/AIPS/AIPS4.0/pdf/AIPS4.0云平台电能管理说明-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>AIPS4.0云平台电能管理说明-V1.0.pdf</p>
|
||||
</a>
|
||||
<a href="../../../../static/products/xixun_software/AIPS/AIPS4.0/pdf/AIPS4.0云平台智慧监控说明-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>AIPS4.0云平台智慧监控说明-V1.0.pdf</p>
|
||||
</a>
|
||||
<a href="../../../../static/products/xixun_software/AIPS/AIPS4.0/pdf/AIPS4.0云平台客流统计说明-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>AIPS4.0云平台客流统计说明-V1.0.pdf</p>
|
||||
</a>
|
||||
<a href="../../../../static/products/xixun_software/AIPS/AIPS4.0/pdf/AIPS4.0云平台智慧交通说明-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>AIPS4.0云平台智慧交通说明-V1.0.pdf</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -86,8 +86,8 @@
|
|||
<h5>AIPS4.0智慧物联平台</h5>
|
||||
<div class="right">
|
||||
<a href="./AIPS4.0_specific.html" class="active">功能特性</a>
|
||||
<!-- <a href="./AIPS4.0_video.html">视频</a> -->
|
||||
<!-- <a href="./AIPS4.0_download.html">资料下载</a> -->
|
||||
<a href="./AIPS4.0_video.html">视频</a>
|
||||
<a href="./AIPS4.0_download.html">资料下载</a>
|
||||
<a href="./AIPS4.0_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -83,12 +83,12 @@
|
|||
|
||||
<div class="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>LedOK Express</h5>
|
||||
<h5>AIPS4.0智慧物联平台</h5>
|
||||
<div class="right">
|
||||
<a href="./LedOK_Express_specific.html">功能特性</a>
|
||||
<a href="./LedOK_Express_video.html" class="active">视频</a>
|
||||
<a href="./LedOK_Express_download.html">资料下载</a>
|
||||
<a href="./LedOK_Express_customize.html">定制</a>
|
||||
<a href="./AIPS4.0_specific.html">功能特性</a>
|
||||
<a href="./AIPS4.0_video.html" class="active">视频</a>
|
||||
<a href="./AIPS4.0_download.html">资料下载</a>
|
||||
<a href="./AIPS4.0_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -97,35 +97,25 @@
|
|||
<div class="container1260 LedOK_Express_videos">
|
||||
<div class="con">
|
||||
<!-- <div class="off"><img src="img/icon1.png" alt=""></div> -->
|
||||
<video id="Video1" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/LEDOK%E6%93%8D%E4%BD%9C%E6%95%99%E7%A8%8B%EF%BC%881%EF%BC%89-%E8%BD%AF%E4%BB%B6%E5%AE%89%E8%A3%85.mp4" controls="true"></video>
|
||||
<video class="boxBorder" id="Video1" src="https://www.ledokcloud.com/aips4/manual/file/download/1772102026729238530?token=9975c97a914f9ebe2869898881e2844a" controls="true"></video>
|
||||
<!-- <video id="Video1" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程(1)-软件安装.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(1)-软件安装</div>
|
||||
<div class="text">AIPS4.0注册及公司ID的绑定</div>
|
||||
</div>
|
||||
<div class="con">
|
||||
<video id="Video2" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/LEDOK%E6%93%8D%E4%BD%9C%E6%95%99%E7%A8%8B%EF%BC%882%EF%BC%89-%E5%B1%8F%E5%B9%95%E9%85%8D%E7%BD%AE.mp4" controls="true"></video>
|
||||
<video class="boxBorder" id="Video2" src="https://www.ledokcloud.com/aips4/manual/file/download/1772102027110920194?token=9975c97a914f9ebe2869898881e2844a" controls="true"></video>
|
||||
<!-- <video id="Video2" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程(2)-屏幕配置.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(2)-屏幕配置</div>
|
||||
<div class="text">AIPS4.0入网配置</div>
|
||||
</div>
|
||||
<!-- ../../../../static/products/xixun_software/SingleMachine/LedOK_Express/img/ledok express.png -->
|
||||
<div class="con">
|
||||
<video id="Video3" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/LEDOK%E6%93%8D%E4%BD%9C%E6%95%99%E7%A8%8B%EF%BC%883%EF%BC%89-%E8%8A%82%E7%9B%AE%E7%BC%96%E8%BE%91%E4%B8%8E%E5%8F%91%E5%B8%83.mp4" controls="true"></video>
|
||||
<video class="boxBorder" id="Video3" src="https://www.ledokcloud.com/aips4/manual/file/download/1772102027429687297?token=9975c97a914f9ebe2869898881e2844a" controls="true"></video>
|
||||
<!-- <video id="Video3" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程(3)-节目编辑与发布.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(3)-节目编辑与发布</div>
|
||||
<div class="text">AIPS4.0发布屏体节目</div>
|
||||
</div>
|
||||
<div class="con">
|
||||
<video id="Video4" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/LEDOK%E6%93%8D%E4%BD%9C%E6%95%99%E7%A8%8B--%E6%8E%A7%E5%88%B6%E5%8D%A1%E8%BD%AF%E4%BB%B6%E5%8D%87%E7%BA%A7.mp4" controls="true"></video>
|
||||
<video class="boxBorder" id="Video4" src="https://www.ledokcloud.com/aips4/manual/file/download/1772102112016216065?token=9975c97a914f9ebe2869898881e2844a" controls="true"></video>
|
||||
<!-- <video id="Video4" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程--控制卡软件升级.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(4)-控制卡软件升级</div>
|
||||
</div>
|
||||
<div class="con">
|
||||
<video id="Video5" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/LEDOK%E6%93%8D%E4%BD%9C%E6%95%99%E7%A8%8B--%E6%8E%A7%E5%88%B6%E5%8D%A1%E7%A1%AC%E4%BB%B6%E5%8D%87%E7%BA%A7.mp4" controls="true"></video>
|
||||
<!-- <video id="Video5" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程--控制卡硬件升级.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(5)-控制卡硬件升级</div>
|
||||
</div>
|
||||
<div class="con">
|
||||
<video id="Video6" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/%E5%B1%80%E5%9F%9F%E7%BD%91%E9%9B%86%E7%BE%A4%E5%8D%87%E7%BA%A7%E6%93%8D%E4%BD%9C%E8%AF%B4%E6%98%8E.mp4" controls="true"></video>
|
||||
<!-- <video id="Video6" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/局域网集群升级操作说明.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(6)-局域网集群升级</div>
|
||||
<div class="text">AIPS4.0发布广播节目</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -218,3 +208,9 @@
|
|||
$("#video").get(0).pause();
|
||||
});
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.boxBorder{
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -73,24 +73,77 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.layui-table {
|
||||
width: auto;
|
||||
/* margin: 10px 20px; */
|
||||
}
|
||||
.xixun_software_table th,
|
||||
.xixun_software_table td {
|
||||
text-align: center;
|
||||
}
|
||||
.xixun_software_table th {
|
||||
background-color: #9dc9ff;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.form-title {
|
||||
<style lang="scss">
|
||||
.customize1024 {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
background-color: #3f6183;
|
||||
}
|
||||
|
||||
.customizeRight {
|
||||
position: relative;
|
||||
width: 40%;
|
||||
height: 80vh;
|
||||
}
|
||||
|
||||
.customizeLeft {
|
||||
width: 60%;
|
||||
padding: 10px 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.customizeTitle {
|
||||
padding: 10px;
|
||||
font-size: 18px;
|
||||
color: #ffffff
|
||||
}
|
||||
|
||||
.customizeContent {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
text-align: justify;
|
||||
text-indent: 2em;
|
||||
color: #ffffff
|
||||
}
|
||||
|
||||
.customizeForm {
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.contactBox {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: flex-end;
|
||||
}
|
||||
|
||||
.layui-table {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.layui-table thead th,
|
||||
.layui-table thead td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.layui-table thead th {
|
||||
background-color: #4a698f;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.form-title {
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
color: #434850;
|
||||
font-size: 15px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
|
|
@ -99,12 +152,13 @@
|
|||
}
|
||||
|
||||
.form-group>label {
|
||||
width: 20%;
|
||||
font-size: 15px;
|
||||
width: 100px;
|
||||
font-size: 13px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
width: 80%;
|
||||
width: 300px;
|
||||
padding: 3px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
|
|
@ -114,7 +168,7 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #007bff;
|
||||
background-color: #366ca7;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 5px 10px;
|
||||
|
|
@ -127,7 +181,69 @@
|
|||
.Btn:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
</style>
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.customize1024 {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
.customizeRight {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 40vh;
|
||||
}
|
||||
|
||||
.customizeLeft {
|
||||
width: 100%;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.customizeTitle {
|
||||
padding: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.customizeContent {
|
||||
padding: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
table th,
|
||||
table td {
|
||||
font-size: 10px;
|
||||
}
|
||||
.contactBox {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.form-title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
display: flex;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.form-group>label {
|
||||
width: 80px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
width: 250px;
|
||||
padding: 1px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.Btn {
|
||||
padding: 3px 6px;
|
||||
border-radius: 2px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="header head3">#include(navbar)</div>
|
||||
|
|
@ -140,98 +256,101 @@
|
|||
<h5>Vehicle HUB车载专用平台</h5>
|
||||
<div class="right">
|
||||
<a href="./Vehicle HUB_specific.html">功能特性</a>
|
||||
<!-- <a href="./Vehicle HUB_video.html">视频</a> -->
|
||||
<!-- <a href="./Vehicle HUB_download.html">资料下载</a> -->
|
||||
<a href="./Vehicle HUB_video.html">视频</a>
|
||||
<a href="./Vehicle HUB_download.html">资料下载</a>
|
||||
<a href="./Vehicle HUB_customize.html" class="active">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="publicLink" style="background-color: #f7f8f9">
|
||||
<div class="container1260" style="height: 80vh; padding: 10px">
|
||||
<div style="position: relative; width: 40%; height: 100%">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 60%">
|
||||
<p style="padding: 10px; font-size: 18px; color: #ffffff">Vehicle HUB车载专用平台</p>
|
||||
<p style="width: 100%; padding: 10px; font-size: 14px; text-align: justify; text-indent: 2em; color: #ffffff">赋能云端,铸就专属领地——为您提供一站式云平台OEM私有化部署解决方案!依托丰富的行业运营经验和深厚的技术积淀,我们精心设计和定制符合您业务特性的车载广告与智慧物联一体化管理平台,实现全方位、精细化运营。私有化部署模式,让您的数据存储更加安全可控,运营策略更加灵活多变,助力您洞见行业先机,提升运营效能,最大化商业价值,共同塑造车载广告与智慧物联新时代!</p>
|
||||
<div class="container1260" style="padding: 20px;">
|
||||
<div class="customize1024">
|
||||
<div class="customizeRight">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 60%">
|
||||
<p class="customizeTitle">Vehicle HUB车载专用平台</p>
|
||||
<p class="customizeContent">赋能云端,铸就专属领地——为您提供一站式云平台OEM私有化部署解决方案!依托丰富的行业运营经验和深厚的技术积淀,我们精心设计和定制符合您业务特性的车载广告与智慧物联一体化管理平台,实现全方位、精细化运营。私有化部署模式,让您的数据存储更加安全可控,运营策略更加灵活多变,助力您洞见行业先机,提升运营效能,最大化商业价值,共同塑造车载广告与智慧物联新时代!</p>
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/AIPS/3云平台.jpg" alt="" style="width:100%; height: 100%" />
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/AIPS/3云平台.jpg" alt="" style="width: auto; height: 100%" />
|
||||
</div>
|
||||
<div style="width: 60%; height: 100%; padding: 10px 20px; background-color: #57abff">
|
||||
<div style="width: 100%; background-color: #886969">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table xixun_software_table" lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">车载广告平台VehicleHUB</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td>熙讯车载广告投放平台,是一个领先行业的专业车载广告服务平台,以其创新性和高效性而脱颖而出。简称VehicleHUB。该平台为广告主和车辆运营者提供了一个集群管理车载广告设备的在线平台,以便灵活地实现按线路和按区域进行广告投放的目标。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td>
|
||||
1,平台正版软件授权,定期安全扫描,漏洞补丁更新;<br />
|
||||
2,数据备份和磁盘清理;<br />
|
||||
3,SSL安全证书更新;<br />
|
||||
4,功能持续更新升级;<br />
|
||||
5,更改LOGO和首页服务;<br />
|
||||
6,用户自定义域名;<br />
|
||||
8,提供SSL安全证书通讯。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td>
|
||||
¥2,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td>
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div style="width: 100%; height: 36%;box-sizing: border-box;margin: 3% auto 2%;">
|
||||
<div style="width: 55%;margin: 0 auto;">
|
||||
<div class="form-title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<label for="email">你的邮箱*</label>
|
||||
<input id="email" class="form-control" type="email" name="email" required
|
||||
aria-labelledby="emailLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="phone">你的电话 </label>
|
||||
<input id="phone" class="form-control" type="tel" name="tel" aria-labelledby="phoneLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="requirements">你的需求*</label>
|
||||
<textarea id="requirements" class="form-control" name="requirements"
|
||||
aria-labelledby="requirementsLabel" style="height: 80px;" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button type="submit" class="Btn" style="float: right;">提交</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="customizeLeft">
|
||||
<div class="customizeForm">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table " lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">车载广告平台VehicleHUB</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td>熙讯车载广告投放平台,是一个领先行业的专业车载广告服务平台,以其创新性和高效性而脱颖而出。简称VehicleHUB。该平台为广告主和车辆运营者提供了一个集群管理车载广告设备的在线平台,以便灵活地实现按线路和按区域进行广告投放的目标。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td>
|
||||
1,平台正版软件授权,定期安全扫描,漏洞补丁更新;<br />
|
||||
2,数据备份和磁盘清理;<br />
|
||||
3,SSL安全证书更新;<br />
|
||||
4,功能持续更新升级;<br />
|
||||
5,更改LOGO和首页服务;<br />
|
||||
6,用户自定义域名;<br />
|
||||
8,提供SSL安全证书通讯。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td>
|
||||
¥2,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td>
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="contactBox">
|
||||
<div >
|
||||
<div class="form-title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<label for="email">你的邮箱*</label>
|
||||
<input id="email" class="form-control" type="email" name="email" required
|
||||
aria-labelledby="emailLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="phone">你的电话 </label>
|
||||
<input id="phone" class="form-control" type="tel" name="tel" aria-labelledby="phoneLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="requirements">你的需求*</label>
|
||||
<textarea id="requirements" class="form-control" name="requirements"
|
||||
aria-labelledby="requirementsLabel" style="height: 80px;" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button type="submit" class="Btn" style="float: right;">提交</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -276,37 +395,39 @@
|
|||
}
|
||||
// script.js 文件内容
|
||||
$(document).ready(function () {
|
||||
$('requirements').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 允许的HTML标签
|
||||
var allowedTags = ['<p>', '</p>', '<strong>', '</strong>', '<em>', '</em>'];
|
||||
// 移除不被允许的标签
|
||||
allowedTags.forEach(function (tag) {
|
||||
input = input.replace(new RegExp(tag, 'gi'), '');
|
||||
});
|
||||
// 更新textarea的值
|
||||
$(this).val(input);
|
||||
|
||||
$('textarea[name="requirements"]').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 使用正则表达式移除所有 HTML 标签
|
||||
var cleanedInput = input.replace(/<[^>]*>?/g, '');
|
||||
// 更新 textarea 的值
|
||||
$(this).val(cleanedInput);
|
||||
});
|
||||
|
||||
console.log('打印zhege',$('#requirements').val())
|
||||
$('#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('意见提交成功!');
|
||||
$.ajax({
|
||||
// url: 'http://192.168.1.123:8080/sys/customizedDemand/save',测试
|
||||
url: 'https://www.ledokcloud.com/aips4/sys/customizedDemand/save',
|
||||
type: 'post',
|
||||
data: JSON.stringify({
|
||||
email: $('#email').val(),
|
||||
phoneNumber: $('#phone').val(),
|
||||
requirements: $('#requirements').val(),
|
||||
}),
|
||||
contentType: 'application/json',
|
||||
dataType: 'json',
|
||||
success:(res) =>{
|
||||
alert('意见提交成功!');
|
||||
$('#email').val('');
|
||||
$('#phone').val('');
|
||||
$('#requirements').val('');
|
||||
},
|
||||
error:(err)=>{
|
||||
alert('意见提交失败!');
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -82,12 +82,12 @@
|
|||
|
||||
<div class="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>LedOK Express</h5>
|
||||
<h5>Vehicle HUB车载专用平台</h5>
|
||||
<div class="right">
|
||||
<a href="./LedOK_Express_specific.html">功能特性</a>
|
||||
<a href="./LedOK_Express_video.html">视频</a>
|
||||
<a href="./LedOK_Express_download.html" class="active">资料下载</a>
|
||||
<a href="./LedOK_Express_customize.html">定制</a>
|
||||
<a href="./Vehicle HUB_specific.html">功能特性</a>
|
||||
<a href="./Vehicle HUB_video.html">视频</a>
|
||||
<a href="./Vehicle HUB_download.html" class="active">资料下载</a>
|
||||
<a href="./Vehicle HUB_customize.html" >定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -96,164 +96,20 @@
|
|||
<div class="box">
|
||||
<div class="tit">文档</div>
|
||||
<div class="list">
|
||||
<a href="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/pdf/LedOK Express 说明书-V1.0(1).pdf" download="" target="_blank">
|
||||
<a href="../../../../static/products/xixun_software/AIPS/Vehicle HUB/pdf/Vehicle HUB车载平台说明书(简版)-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>LedOK Express 说明书-V1.0.pdf</p>
|
||||
<p>Vehicle HUB平台说明书(简版)-V1.0.pdf</p>
|
||||
</a>
|
||||
<a href="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/pdf/LedOK Express Instructions-V1.0.pdf" download="" target="_blank">
|
||||
<a href="../../../../static/products/xixun_software/AIPS/Vehicle HUB/pdf/Vehicle HUB车载平台说明书(详细)-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>LedOK Express Instructions-V1.0.pdf</p>
|
||||
<p>Vehicle HUB平台说明书(详细)-V1.0.pdf</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="tit">软件</div>
|
||||
<div class="list2">
|
||||
<div class="li clearfix">
|
||||
<a href="https://ledok.cn/download/LedOK%20Express%20Setup.exe" download="" class="left" target="_blank">
|
||||
<div class="icon1">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<h5>LedOK Express v1.5.0 (Windows 版)</h5>
|
||||
</div>
|
||||
</a>
|
||||
<!-- <div class="right">
|
||||
<p class="UpdateSm">更新说明</p>
|
||||
</div>
|
||||
<div class="Description_popUp">
|
||||
<i></i>
|
||||
<div class="con">
|
||||
<div class="off"><img src="img/closeIcon_b.png" alt="" /></div>
|
||||
<hr />
|
||||
<p style="text-wrap: wrap; text-align: center"><strong style="font-size: 20px">更新说明</strong></p>
|
||||
<p style="text-wrap: wrap"><br /></p>
|
||||
<p style="text-wrap: wrap">【V1.6版本】</p>
|
||||
<p>1.支持单网口使用多种箱体型号</p>
|
||||
<p>2.支持多功能卡</p>
|
||||
<p>3.模拟器支持选择输出口类型</p>
|
||||
<p>4.预置功能新增存储3D LUT参数</p>
|
||||
<p>5.新增箱体视频输入监控功能</p>
|
||||
<p>6.新增箱体连接状态监控功能</p>
|
||||
<p>7.新增模组信号监控功能</p>
|
||||
<p>8.新增模组像素检测功能</p>
|
||||
<p>9.强化版电源监控功能</p>
|
||||
<p>10.新增正反帧设置功能</p>
|
||||
<p>11.新增一键加载箱体参数和箱体型号纠正功能</p>
|
||||
<p>12.新增0延迟功能和视频延迟显示</p>
|
||||
<p>13.新增箱体支持功能项的显示</p>
|
||||
<p>14.新增主控信息显示(CPU、内存、编译时间等)</p>
|
||||
<p>15.健康视图全新设计</p>
|
||||
<p>16.属性栏展开/收起效果优化、升级界面新增拖入式加载文件</p>
|
||||
<p>17.修复了已知Bug</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<hr style="text-wrap: wrap" />
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<div class="li clearfix">
|
||||
<a href="https://ledok.cn/download/LedOK%20Express%20Setup%2064bit.exe" download="" class="left" target="_blank">
|
||||
<div class="icon1">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<h5>LedOK Express 64bit v1.5.0 (Windows 64位版,不支持 Win 7)</h5>
|
||||
</div>
|
||||
</a>
|
||||
<!-- <div class="right">
|
||||
<p class="UpdateSm">更新说明</p>
|
||||
</div>
|
||||
<div class="Description_popUp">
|
||||
<i></i>
|
||||
<div class="con">
|
||||
<div class="off"><img src="img/closeIcon_b.png" alt="" /></div>
|
||||
<hr />
|
||||
<p style="text-wrap: wrap; text-align: center"><strong style="font-size: 20px">更新说明</strong></p>
|
||||
<p style="text-wrap: wrap"><br /></p>
|
||||
<p style="text-wrap: wrap">【V1.6版本】</p>
|
||||
<p style="text-wrap: wrap">1.支持单网口使用多种箱体型号</p>
|
||||
<p style="text-wrap: wrap">2.支持多功能卡</p>
|
||||
<p style="text-wrap: wrap">3.模拟器支持选择输出口类型</p>
|
||||
<p style="text-wrap: wrap">4.预置功能新增存储3D LUT参数</p>
|
||||
<p style="text-wrap: wrap">5.新增箱体视频输入监控功能</p>
|
||||
<p style="text-wrap: wrap">6.新增箱体连接状态监控功能</p>
|
||||
<p style="text-wrap: wrap">7.新增模组信号监控功能</p>
|
||||
<p style="text-wrap: wrap">8.新增模组像素检测功能</p>
|
||||
<p style="text-wrap: wrap">9.强化版电源监控功能</p>
|
||||
<p style="text-wrap: wrap">10.新增正反帧设置功能</p>
|
||||
<p style="text-wrap: wrap">11.新增一键加载箱体参数和箱体型号纠正功能</p>
|
||||
<p style="text-wrap: wrap">12.新增0延迟功能和视频延迟显示</p>
|
||||
<p style="text-wrap: wrap">13.新增箱体支持功能项的显示</p>
|
||||
<p style="text-wrap: wrap">14.新增主控信息显示(CPU、内存、编译时间等)</p>
|
||||
<p style="text-wrap: wrap">15.健康视图全新设计</p>
|
||||
<p style="text-wrap: wrap">16.属性栏展开/收起效果优化、升级界面新增拖入式加载文件</p>
|
||||
<p style="text-wrap: wrap">17.修复了已知Bug</p>
|
||||
<hr />
|
||||
<p style="text-wrap: wrap"><br /></p>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<div class="li clearfix">
|
||||
<a href="https://ledok.cn/download/LedOK%20Express.dmg" download="" class="left" target="_blank">
|
||||
<div class="icon1">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<h5>LedOK Express for Mac v1.4.0 (Mac 版)</h5>
|
||||
</div>
|
||||
</a>
|
||||
<!-- <div class="right">
|
||||
<p class="UpdateSm">更新说明</p>
|
||||
</div>
|
||||
<div class="Description_popUp">
|
||||
<i></i>
|
||||
<div class="con">
|
||||
<div class="off"><img src="img/closeIcon_b.png" alt="" /></div>
|
||||
<p style="text-align: center">
|
||||
<span style="font-size: 14px"
|
||||
><span style="font-size: 20px"><strong></strong></span
|
||||
></span>
|
||||
</p>
|
||||
<hr />
|
||||
<p style="text-align: center"><strong style="font-size: 20px">更新说明</strong></p>
|
||||
<p><br /></p>
|
||||
<p><span style="font-size: 14px">【V1.2版本】</span></p>
|
||||
<p><span style="font-size: 14px">1. 支持ST2110、3IN1输入子板</span></p>
|
||||
<p><span style="font-size: 14px">2. 支持Fiberx2_5G、Fiberx4_10G输出子板</span></p>
|
||||
<p><span style="font-size: 14px">3. 支持云端下载箱体包</span></p>
|
||||
<p><span style="font-size: 14px">4. 支持信号图层复用、裁剪开关功能</span></p>
|
||||
<p><span style="font-size: 14px">5. 支持单设备使用多种箱体型号</span></p>
|
||||
<p><span style="font-size: 14px">6. 新增热效应动态校正功能</span></p>
|
||||
<p><span style="font-size: 14px">7. 新增单/双3D功能</span></p>
|
||||
<p><span style="font-size: 14px">8. 新增亮度超驱动、亮度覆写、低灰阶优化功能</span></p>
|
||||
<p><span style="font-size: 14px">9. 新增自选设置校正来源功能</span></p>
|
||||
<p><span style="font-size: 14px">10. 新增快速同步当前工程到指定主控功能</span></p>
|
||||
<p><span style="font-size: 14px">11. 新增光口备份、网口备份功能</span></p>
|
||||
<p><span style="font-size: 14px">12. 新增主控列表导入/导出功能</span></p>
|
||||
<p><span style="font-size: 14px">13. 新增通知中心悬浮提示功能</span></p>
|
||||
<p><span style="font-size: 14px">14. 新增测试模式、场景融合自定义图片</span></p>
|
||||
<p><span style="font-size: 14px">15. 新增箱体电源动态监控</span></p>
|
||||
<p><span style="font-size: 14px">16. 新增主控组色深、HDR、校正等便捷开关</span></p>
|
||||
<p><span style="font-size: 14px">17. 新增色温动态调节功能</span></p>
|
||||
<p><span style="font-size: 14px">18. 新增HDR动态校正功能</span></p>
|
||||
<p><span style="font-size: 14px">19. 新增ShutterLock快门开启位置、相机传感器设置</span></p>
|
||||
<p><span style="font-size: 14px">20. 修复了已知Bug</span></p>
|
||||
<p><span style="font-size: 14px"></span></p>
|
||||
<p><span style="font-size: 14px"></span></p>
|
||||
<hr />
|
||||
<p><span style="font-size: 14px"></span><br /></p>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
|
|
|
|||
|
|
@ -86,8 +86,8 @@
|
|||
<h5>Vehicle HUB车载专用平台</h5>
|
||||
<div class="right">
|
||||
<a href="./Vehicle HUB_specific.html" class="active">功能特性</a>
|
||||
<!-- <a href="./Vehicle HUB_video.html">视频</a> -->
|
||||
<!-- <a href="./Vehicle HUB_download.html">资料下载</a> -->
|
||||
<a href="./Vehicle HUB_video.html">视频</a>
|
||||
<a href="./Vehicle HUB_download.html">资料下载</a>
|
||||
<a href="./Vehicle HUB_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -83,12 +83,12 @@
|
|||
|
||||
<div class="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>LedOK Express</h5>
|
||||
<h5>Vehicle HUB车载专用平台</h5>
|
||||
<div class="right">
|
||||
<a href="./LedOK_Express_specific.html">功能特性</a>
|
||||
<a href="./LedOK_Express_video.html" class="active">视频</a>
|
||||
<a href="./LedOK_Express_download.html">资料下载</a>
|
||||
<a href="./LedOK_Express_customize.html">定制</a>
|
||||
<a href="./Vehicle HUB_specific.html">功能特性</a>
|
||||
<a href="./Vehicle HUB_video.html" class="active">视频</a>
|
||||
<a href="./Vehicle HUB_download.html">资料下载</a>
|
||||
<a href="./Vehicle HUB_customize.html" >定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -97,35 +97,40 @@
|
|||
<div class="container1260 LedOK_Express_videos">
|
||||
<div class="con">
|
||||
<!-- <div class="off"><img src="img/icon1.png" alt=""></div> -->
|
||||
<video id="Video1" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/LEDOK%E6%93%8D%E4%BD%9C%E6%95%99%E7%A8%8B%EF%BC%881%EF%BC%89-%E8%BD%AF%E4%BB%B6%E5%AE%89%E8%A3%85.mp4" controls="true"></video>
|
||||
<video id="Video1" src="https://ledaips.com:440/registerAccount.mp4" controls="true"></video>
|
||||
<!-- <video id="Video1" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程(1)-软件安装.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(1)-软件安装</div>
|
||||
<div class="text">Vehicle HUB车载专用平台 - 账号注册说明</div>
|
||||
</div>
|
||||
<div class="con">
|
||||
<video id="Video2" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/LEDOK%E6%93%8D%E4%BD%9C%E6%95%99%E7%A8%8B%EF%BC%882%EF%BC%89-%E5%B1%8F%E5%B9%95%E9%85%8D%E7%BD%AE.mp4" controls="true"></video>
|
||||
<video id="Video2" src="https://ledaips.com:440/bindingLedTerminalToPlatform.mp4" controls="true"></video>
|
||||
<!-- <video id="Video2" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程(2)-屏幕配置.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(2)-屏幕配置</div>
|
||||
<div class="text">Vehicle HUB车载专用平台 - 账号绑定操作说明</div>
|
||||
</div>
|
||||
<!-- ../../../../static/products/xixun_software/SingleMachine/LedOK_Express/img/ledok express.png -->
|
||||
<div class="con">
|
||||
<video id="Video3" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/LEDOK%E6%93%8D%E4%BD%9C%E6%95%99%E7%A8%8B%EF%BC%883%EF%BC%89-%E8%8A%82%E7%9B%AE%E7%BC%96%E8%BE%91%E4%B8%8E%E5%8F%91%E5%B8%83.mp4" controls="true"></video>
|
||||
<video id="Video3" src="https://ledaips.com:440/publishGroupAds.mp4" controls="true"></video>
|
||||
<!-- <video id="Video3" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程(3)-节目编辑与发布.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(3)-节目编辑与发布</div>
|
||||
<div class="text">Vehicle HUB车载专用平台 - 广告</div>
|
||||
</div>
|
||||
<div class="con">
|
||||
<video id="Video4" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/LEDOK%E6%93%8D%E4%BD%9C%E6%95%99%E7%A8%8B--%E6%8E%A7%E5%88%B6%E5%8D%A1%E8%BD%AF%E4%BB%B6%E5%8D%87%E7%BA%A7.mp4" controls="true"></video>
|
||||
<video id="Video4" src="https://ledaips.com:440/publishFixedPointAds.mp4" controls="true"></video>
|
||||
<!-- <video id="Video4" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程--控制卡软件升级.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(4)-控制卡软件升级</div>
|
||||
<div class="text">Vehicle HUB车载专用平台 - 定点广告</div>
|
||||
</div>
|
||||
<div class="con">
|
||||
<video id="Video5" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/LEDOK%E6%93%8D%E4%BD%9C%E6%95%99%E7%A8%8B--%E6%8E%A7%E5%88%B6%E5%8D%A1%E7%A1%AC%E4%BB%B6%E5%8D%87%E7%BA%A7.mp4" controls="true"></video>
|
||||
<video id="Video5" src="https://ledaips.com:440/publishQuantityAds.mp4" controls="true"></video>
|
||||
<!-- <video id="Video5" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程--控制卡硬件升级.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(5)-控制卡硬件升级</div>
|
||||
<div class="text">Vehicle HUB车载专用平台 - 计数广告</div>
|
||||
</div>
|
||||
<div class="con">
|
||||
<video id="Video6" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/%E5%B1%80%E5%9F%9F%E7%BD%91%E9%9B%86%E7%BE%A4%E5%8D%87%E7%BA%A7%E6%93%8D%E4%BD%9C%E8%AF%B4%E6%98%8E.mp4" controls="true"></video>
|
||||
<video id="Video6" src="https://ledaips.com:440/queryAdsPlayLog.mp4" controls="true"></video>
|
||||
<!-- <video id="Video6" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/局域网集群升级操作说明.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(6)-局域网集群升级</div>
|
||||
<div class="text">Vehicle HUB车载专用平台 - 播放日志</div>
|
||||
</div>
|
||||
<div class="con">
|
||||
<video id="Video6" src="https://ledaips.com:440/queryCarRunningLog.mp4" controls="true"></video>
|
||||
<!-- <video id="Video6" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/局域网集群升级操作说明.mp4" controls="true"></video> -->
|
||||
<div class="text">Vehicle HUB车载专用平台 - 设备运行日志</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,95 +1,171 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-I Led</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-I Led</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description"
|
||||
content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/css/layout.css" />
|
||||
|
||||
<script>
|
||||
var type = navigator.appName;
|
||||
if (type == "Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0, 2);
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
<script>
|
||||
var type = navigator.appName;
|
||||
if (type == "Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0, 2);
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const url_string = window.location.href; // window.location.href
|
||||
const url = new URL(url_string);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr,
|
||||
reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if ((arr = document.cookie.match(reg))) {
|
||||
return arr[2];
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
//顶部切换
|
||||
$(document).ready(function () {
|
||||
$('.publicLink .container1260 .right a').each(function () {
|
||||
if ($(this).text() === '定制') {
|
||||
$(this).addClass('active');
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "";
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.customize1024 {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
background-color: #57abff;
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr,
|
||||
reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if ((arr = document.cookie.match(reg))) {
|
||||
return arr[2];
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.layui-table {
|
||||
width: auto;
|
||||
/* margin: 10px 20px; */
|
||||
}
|
||||
.xixun_software_table th,
|
||||
.xixun_software_table td {
|
||||
text-align: center;
|
||||
}
|
||||
.xixun_software_table th {
|
||||
background-color: #9dc9ff;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.form-title {
|
||||
.customizeRight {
|
||||
position: relative;
|
||||
width: 40%;
|
||||
height: 80vh;
|
||||
}
|
||||
|
||||
.customizeLeft {
|
||||
width: 60%;
|
||||
padding: 10px 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.bgImg{
|
||||
width:18.75rem;
|
||||
height: 18.75rem;
|
||||
position: absolute;
|
||||
bottom: 20%;
|
||||
right: 5%;
|
||||
}
|
||||
.customizeRightText {
|
||||
position: absolute;
|
||||
top: 5%;
|
||||
left: 5%;
|
||||
width: 60%;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.customizeTitle {
|
||||
padding: 10px;
|
||||
font-size: 18px;
|
||||
color: #ffffff
|
||||
}
|
||||
|
||||
.customizeContent {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
text-align: justify;
|
||||
text-indent: 2em;
|
||||
color: #ffffff
|
||||
}
|
||||
|
||||
.customizeForm {
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.contactBox {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: flex-end;
|
||||
}
|
||||
|
||||
.layui-table {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.layui-table thead th,
|
||||
.layui-table thead td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.layui-table thead th {
|
||||
background-color: #9dc9ff;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.form-title {
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
font-size: 15px;
|
||||
color: #434850;
|
||||
}
|
||||
|
||||
|
|
@ -99,12 +175,12 @@
|
|||
}
|
||||
|
||||
.form-group>label {
|
||||
width: 20%;
|
||||
font-size: 15px;
|
||||
width: 100px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
width: 80%;
|
||||
width: 300px;
|
||||
padding: 3px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
|
|
@ -127,89 +203,161 @@
|
|||
.Btn:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="header head3">#include(navbar)</div>
|
||||
@media (max-width: 1024px) {
|
||||
.customize1024 {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
|
||||
<div class="TopicPage">
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
}
|
||||
|
||||
.customizeRight {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 40vh;
|
||||
}
|
||||
|
||||
<div class="publicLink">
|
||||
<div class="container1260" style="align-items: center">
|
||||
<h5>I Led</h5>
|
||||
<div class="right">
|
||||
<a href="./I Led_specific.html">功能特性</a>
|
||||
<!-- <a href="./I Led_video.html">视频</a>
|
||||
<a href="./I Led_download.html">资料下载</a>
|
||||
<a href="./I Led_customize.html" class="active">定制</a> -->
|
||||
</div>
|
||||
.customizeLeft {
|
||||
width: 100%;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
.bgImg{
|
||||
width:13.75rem;
|
||||
height: 13.75rem;
|
||||
|
||||
}
|
||||
.customizeRightText {
|
||||
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.customizeTitle {
|
||||
padding: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.customizeContent {
|
||||
padding: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
table th,
|
||||
table td {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.contactBox {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.form-title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
display: flex;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.form-group>label {
|
||||
width: 80px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
width: 250px;
|
||||
padding: 1px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.Btn {
|
||||
padding: 3px 6px;
|
||||
border-radius: 2px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="header head3">#include(navbar)</div>
|
||||
|
||||
<div class="TopicPage">
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
|
||||
<div class="publicLink">
|
||||
<div class="container1260" style="align-items: center">
|
||||
<h5>I Led</h5>
|
||||
<div class="right">
|
||||
<a href="./I Led_specific.html">功能特性</a>
|
||||
<!-- <a href="./I Led_video.html">视频</a> -->
|
||||
<a href="./I Led_download.html">资料下载</a>
|
||||
<a href="./I Led_customize.html" class="active">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="publicLink" style="background-color: #f7f8f9">
|
||||
<div class="container1260" style="height: 80vh; padding: 10px">
|
||||
<div style="position: relative; width: 40%; height: 100%">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 60%">
|
||||
<p style="padding: 10px; font-size: 18px; color: #ffffff">I Led</p>
|
||||
<p style="width: 100%; padding: 10px; font-size: 14px; text-align: justify; text-indent: 2em; color: #ffffff">专注于LED显示应用行业的专业力量,我们精于定制,为您点亮无限可能。专为LED显示屏领域度身打造PC端控制软件,凭借深厚行业经验和专业技术积累,我们深谙您的独特需求,旨在以精准操控和卓越性能,引领您走向显示技术的前沿,让您在LED显示世界中游刃有余,尽享专业定制带来的无尽可能!</p>
|
||||
</div>
|
||||
<div class="publicLink" style="background-color: #f7f8f9">
|
||||
<div class="container1260" style="padding: 20px">
|
||||
<div class="customize1024">
|
||||
<div class="customizeRight">
|
||||
<div class="customizeRightText">
|
||||
<p class="customizeTitle">I Led</p>
|
||||
<p class="customizeContent">
|
||||
专注于LED显示应用行业的专业力量,我们精于定制,为您点亮无限可能。专为LED显示屏领域度身打造PC端控制软件,凭借深厚行业经验和专业技术积累,我们深谙您的独特需求,旨在以精准操控和卓越性能,引领您走向显示技术的前沿,让您在LED显示世界中游刃有余,尽享专业定制带来的无尽可能!
|
||||
</p>
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/APP/OphpUuHW62.png" alt="" style="width: auto; height: 100%" />
|
||||
<img src="../../../../static/products/xixun_software/APP/OphpUuHW62.png" alt="" class="bgImg"
|
||||
/>
|
||||
</div>
|
||||
<div style="width: 60%; height: 100%; padding: 10px 20px; background-color: #57abff">
|
||||
<div style="width: 100%; background-color: #886969">
|
||||
<div class="customizeLeft">
|
||||
<div class="customizeForm">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table xixun_software_table" lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="4">单机版PC软件 LEDOK Express</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>平台支持</td>
|
||||
<td>WINDOWS</td>
|
||||
<td>MAC OS</td>
|
||||
<td>LINUX</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td colspan="3">LEDOK Express是支持多平台的单机局域网软件,实现局域网自动发现设备,可进行LED模组智能设置、批量设备管理、多窗口多页面节目编排和批量内容下发,轻松管理附近的LED和LCD显示屏。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td colspan="3">
|
||||
基础功能报价中包含:<br />
|
||||
1,自定义LOGO;<br />
|
||||
2,自定义软件名称,连同熙讯公开版本持续升级更新。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td colspan="3">
|
||||
¥1,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td colspan="3">
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="layui-table" lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">手机信发管理APP I Led</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td>I Led是支持安卓和苹果手机的局域网设备管理和信发APP,可进行设备基础功能设置、批量设备管理、多窗口多页面节目编排和批量内容下发,轻松管理附近的LED和LCD显示屏。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td>
|
||||
基础功能报价中包含:<br />
|
||||
1,自定义LOGO;<br />
|
||||
2,自定义软件名称,连同熙讯公开版本持续升级更新。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td>
|
||||
¥1,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td>
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div style="width: 100%; height: 36%;box-sizing: border-box;margin: 3% auto 2%;">
|
||||
<div style="width: 55%;margin: 0 auto;">
|
||||
|
||||
<div class="contactBox">
|
||||
<div>
|
||||
<div class="form-title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
|
|
@ -235,11 +383,14 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
|
|
@ -276,39 +427,41 @@
|
|||
}
|
||||
});
|
||||
}
|
||||
// script.js 文件内容
|
||||
$(document).ready(function () {
|
||||
$('requirements').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 允许的HTML标签
|
||||
var allowedTags = ['<p>', '</p>', '<strong>', '</strong>', '<em>', '</em>'];
|
||||
// 移除不被允许的标签
|
||||
allowedTags.forEach(function (tag) {
|
||||
input = input.replace(new RegExp(tag, 'gi'), '');
|
||||
});
|
||||
// 更新textarea的值
|
||||
$(this).val(input);
|
||||
});
|
||||
// script.js 文件内容
|
||||
$(document).ready(function () {
|
||||
|
||||
$('textarea[name="requirements"]').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 使用正则表达式移除所有 HTML 标签
|
||||
var cleanedInput = input.replace(/<[^>]*>?/g, '');
|
||||
// 更新 textarea 的值
|
||||
$(this).val(cleanedInput);
|
||||
});
|
||||
console.log('打印zhege', $('#requirements').val())
|
||||
$('#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('意见提交成功!');
|
||||
$.ajax({
|
||||
// url: 'http://192.168.1.123:8080/sys/customizedDemand/save',测试
|
||||
url: 'https://www.ledokcloud.com/aips4/sys/customizedDemand/save',
|
||||
type: 'post',
|
||||
data: JSON.stringify({
|
||||
email: $('#email').val(),
|
||||
phoneNumber: $('#phone').val(),
|
||||
requirements: $('#requirements').val(),
|
||||
}),
|
||||
contentType: 'application/json',
|
||||
dataType: 'json',
|
||||
success: (res) => {
|
||||
alert('意见提交成功!');
|
||||
$('#email').val('');
|
||||
$('#phone').val('');
|
||||
$('#requirements').val('');
|
||||
},
|
||||
error: (err) => {
|
||||
alert('意见提交失败!');
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -72,6 +72,14 @@
|
|||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
//顶部切换
|
||||
$(document).ready(function () {
|
||||
$('.publicLink .container1260 .right a').each(function () {
|
||||
if ($(this).text() === '资料下载') {
|
||||
$(this).addClass('active');
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<body>
|
||||
|
|
@ -82,175 +90,44 @@
|
|||
|
||||
<div class="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>LedOK Express</h5>
|
||||
<h5>I Led</h5>
|
||||
<div class="right">
|
||||
<a href="./LedOK_Express_specific.html">功能特性</a>
|
||||
<a href="./LedOK_Express_video.html">视频</a>
|
||||
<a href="./LedOK_Express_download.html" class="active">资料下载</a>
|
||||
<a href="./LedOK_Express_customize.html">定制</a>
|
||||
<a href="./I Led_specific.html" >功能特性</a>
|
||||
<!-- <a href="./I Led_video.html">视频</a> -->
|
||||
<a href="./I Led_download.html" class="active">资料下载</a>
|
||||
<a href="./I Led_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container1260">
|
||||
<div class="TopicPage_download">
|
||||
<div class="box">
|
||||
<div class="tit">文档</div>
|
||||
<div class="list">
|
||||
<a href="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/pdf/LedOK Express 说明书-V1.0(1).pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>LedOK Express 说明书-V1.0.pdf</p>
|
||||
</a>
|
||||
<a href="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/pdf/LedOK Express Instructions-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>LedOK Express Instructions-V1.0.pdf</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="box" >
|
||||
<div class="tit">软件</div>
|
||||
<div class="list2">
|
||||
<div class="li clearfix">
|
||||
<a href="https://ledok.cn/download/LedOK%20Express%20Setup.exe" download="" class="left" target="_blank">
|
||||
<div class="icon1">
|
||||
<img src="" alt="" />
|
||||
<div style="width: 100%;display: flex;justify-content: space-around;">
|
||||
<div style="width: 30%;">
|
||||
<img
|
||||
src="../../../../static/products/xixun_software/APP/I Led/img/iled_Android.png" alt="" />
|
||||
<div style="text-align: center;">Android</div>
|
||||
</div>
|
||||
<div class="text">
|
||||
<h5>LedOK Express v1.5.0 (Windows 版)</h5>
|
||||
<div style="width: 30%;">
|
||||
<img
|
||||
src="../../../../static/products/xixun_software/APP/I Led/img/iled_ios.png" alt="" />
|
||||
<div style="text-align: center;">IOS</div>
|
||||
</div>
|
||||
</a>
|
||||
<!-- <div class="right">
|
||||
<p class="UpdateSm">更新说明</p>
|
||||
|
||||
</div>
|
||||
<div class="Description_popUp">
|
||||
<i></i>
|
||||
<div class="con">
|
||||
<div class="off"><img src="img/closeIcon_b.png" alt="" /></div>
|
||||
<hr />
|
||||
<p style="text-wrap: wrap; text-align: center"><strong style="font-size: 20px">更新说明</strong></p>
|
||||
<p style="text-wrap: wrap"><br /></p>
|
||||
<p style="text-wrap: wrap">【V1.6版本】</p>
|
||||
<p>1.支持单网口使用多种箱体型号</p>
|
||||
<p>2.支持多功能卡</p>
|
||||
<p>3.模拟器支持选择输出口类型</p>
|
||||
<p>4.预置功能新增存储3D LUT参数</p>
|
||||
<p>5.新增箱体视频输入监控功能</p>
|
||||
<p>6.新增箱体连接状态监控功能</p>
|
||||
<p>7.新增模组信号监控功能</p>
|
||||
<p>8.新增模组像素检测功能</p>
|
||||
<p>9.强化版电源监控功能</p>
|
||||
<p>10.新增正反帧设置功能</p>
|
||||
<p>11.新增一键加载箱体参数和箱体型号纠正功能</p>
|
||||
<p>12.新增0延迟功能和视频延迟显示</p>
|
||||
<p>13.新增箱体支持功能项的显示</p>
|
||||
<p>14.新增主控信息显示(CPU、内存、编译时间等)</p>
|
||||
<p>15.健康视图全新设计</p>
|
||||
<p>16.属性栏展开/收起效果优化、升级界面新增拖入式加载文件</p>
|
||||
<p>17.修复了已知Bug</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<hr style="text-wrap: wrap" />
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<div class="li clearfix">
|
||||
<a href="https://ledok.cn/download/LedOK%20Express%20Setup%2064bit.exe" download="" class="left" target="_blank">
|
||||
<div class="icon1">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<h5>LedOK Express 64bit v1.5.0 (Windows 64位版,不支持 Win 7)</h5>
|
||||
</div>
|
||||
</a>
|
||||
<!-- <div class="right">
|
||||
<p class="UpdateSm">更新说明</p>
|
||||
</div>
|
||||
<div class="Description_popUp">
|
||||
<i></i>
|
||||
<div class="con">
|
||||
<div class="off"><img src="img/closeIcon_b.png" alt="" /></div>
|
||||
<hr />
|
||||
<p style="text-wrap: wrap; text-align: center"><strong style="font-size: 20px">更新说明</strong></p>
|
||||
<p style="text-wrap: wrap"><br /></p>
|
||||
<p style="text-wrap: wrap">【V1.6版本】</p>
|
||||
<p style="text-wrap: wrap">1.支持单网口使用多种箱体型号</p>
|
||||
<p style="text-wrap: wrap">2.支持多功能卡</p>
|
||||
<p style="text-wrap: wrap">3.模拟器支持选择输出口类型</p>
|
||||
<p style="text-wrap: wrap">4.预置功能新增存储3D LUT参数</p>
|
||||
<p style="text-wrap: wrap">5.新增箱体视频输入监控功能</p>
|
||||
<p style="text-wrap: wrap">6.新增箱体连接状态监控功能</p>
|
||||
<p style="text-wrap: wrap">7.新增模组信号监控功能</p>
|
||||
<p style="text-wrap: wrap">8.新增模组像素检测功能</p>
|
||||
<p style="text-wrap: wrap">9.强化版电源监控功能</p>
|
||||
<p style="text-wrap: wrap">10.新增正反帧设置功能</p>
|
||||
<p style="text-wrap: wrap">11.新增一键加载箱体参数和箱体型号纠正功能</p>
|
||||
<p style="text-wrap: wrap">12.新增0延迟功能和视频延迟显示</p>
|
||||
<p style="text-wrap: wrap">13.新增箱体支持功能项的显示</p>
|
||||
<p style="text-wrap: wrap">14.新增主控信息显示(CPU、内存、编译时间等)</p>
|
||||
<p style="text-wrap: wrap">15.健康视图全新设计</p>
|
||||
<p style="text-wrap: wrap">16.属性栏展开/收起效果优化、升级界面新增拖入式加载文件</p>
|
||||
<p style="text-wrap: wrap">17.修复了已知Bug</p>
|
||||
<hr />
|
||||
<p style="text-wrap: wrap"><br /></p>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<div class="li clearfix">
|
||||
<a href="https://ledok.cn/download/LedOK%20Express.dmg" download="" class="left" target="_blank">
|
||||
<div class="icon1">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<h5>LedOK Express for Mac v1.4.0 (Mac 版)</h5>
|
||||
</div>
|
||||
</a>
|
||||
<!-- <div class="right">
|
||||
<p class="UpdateSm">更新说明</p>
|
||||
</div>
|
||||
<div class="Description_popUp">
|
||||
<i></i>
|
||||
<div class="con">
|
||||
<div class="off"><img src="img/closeIcon_b.png" alt="" /></div>
|
||||
<p style="text-align: center">
|
||||
<span style="font-size: 14px"
|
||||
><span style="font-size: 20px"><strong></strong></span
|
||||
></span>
|
||||
</p>
|
||||
<hr />
|
||||
<p style="text-align: center"><strong style="font-size: 20px">更新说明</strong></p>
|
||||
<p><br /></p>
|
||||
<p><span style="font-size: 14px">【V1.2版本】</span></p>
|
||||
<p><span style="font-size: 14px">1. 支持ST2110、3IN1输入子板</span></p>
|
||||
<p><span style="font-size: 14px">2. 支持Fiberx2_5G、Fiberx4_10G输出子板</span></p>
|
||||
<p><span style="font-size: 14px">3. 支持云端下载箱体包</span></p>
|
||||
<p><span style="font-size: 14px">4. 支持信号图层复用、裁剪开关功能</span></p>
|
||||
<p><span style="font-size: 14px">5. 支持单设备使用多种箱体型号</span></p>
|
||||
<p><span style="font-size: 14px">6. 新增热效应动态校正功能</span></p>
|
||||
<p><span style="font-size: 14px">7. 新增单/双3D功能</span></p>
|
||||
<p><span style="font-size: 14px">8. 新增亮度超驱动、亮度覆写、低灰阶优化功能</span></p>
|
||||
<p><span style="font-size: 14px">9. 新增自选设置校正来源功能</span></p>
|
||||
<p><span style="font-size: 14px">10. 新增快速同步当前工程到指定主控功能</span></p>
|
||||
<p><span style="font-size: 14px">11. 新增光口备份、网口备份功能</span></p>
|
||||
<p><span style="font-size: 14px">12. 新增主控列表导入/导出功能</span></p>
|
||||
<p><span style="font-size: 14px">13. 新增通知中心悬浮提示功能</span></p>
|
||||
<p><span style="font-size: 14px">14. 新增测试模式、场景融合自定义图片</span></p>
|
||||
<p><span style="font-size: 14px">15. 新增箱体电源动态监控</span></p>
|
||||
<p><span style="font-size: 14px">16. 新增主控组色深、HDR、校正等便捷开关</span></p>
|
||||
<p><span style="font-size: 14px">17. 新增色温动态调节功能</span></p>
|
||||
<p><span style="font-size: 14px">18. 新增HDR动态校正功能</span></p>
|
||||
<p><span style="font-size: 14px">19. 新增ShutterLock快门开启位置、相机传感器设置</span></p>
|
||||
<p><span style="font-size: 14px">20. 修复了已知Bug</span></p>
|
||||
<p><span style="font-size: 14px"></span></p>
|
||||
<p><span style="font-size: 14px"></span></p>
|
||||
<hr />
|
||||
<p><span style="font-size: 14px"></span><br /></p>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
|
||||
<!-- <a href="https://ledok.cn/download/LedOK%20Express%20Setup.exe" download="" class="left" target="_blank">
|
||||
<div class="icon1">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<h5>LedOK Express v1.5.0 (Windows 版)</h5>
|
||||
</div>
|
||||
</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -295,3 +172,14 @@
|
|||
$(".Description_popUp").fadeOut();
|
||||
});
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.TopicPage_download .box:last-child {
|
||||
width: 50%;
|
||||
}
|
||||
@media (max-width: 1024px) {
|
||||
.TopicPage_download .box:last-child {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@
|
|||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<body>
|
||||
|
|
@ -87,8 +88,8 @@
|
|||
<div class="right">
|
||||
<a href="./I Led_specific.html" class="active">功能特性</a>
|
||||
<!-- <a href="./I Led_video.html">视频</a> -->
|
||||
<!-- <a href="./I Led_download.html">资料下载</a> -->
|
||||
<!-- <a href="./I Led_customize.html">定制</a> -->
|
||||
<a href="./I Led_download.html">资料下载</a>
|
||||
<a href="./I Led_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -83,12 +83,12 @@
|
|||
|
||||
<div class="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>LedOK Express</h5>
|
||||
<h5>I Led</h5>
|
||||
<div class="right">
|
||||
<a href="./LedOK_Express_specific.html">功能特性</a>
|
||||
<a href="./LedOK_Express_video.html" class="active">视频</a>
|
||||
<a href="./LedOK_Express_download.html">资料下载</a>
|
||||
<a href="./LedOK_Express_customize.html">定制</a>
|
||||
<a href="./I Led_specific.html">功能特性</a>
|
||||
<!-- <a href="./I Led_video.html" class="active">视频</a> -->
|
||||
<a href="./I Led_download.html">资料下载</a>
|
||||
<a href="./I Led_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -73,23 +73,76 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.layui-table {
|
||||
width: auto;
|
||||
/* margin: 10px 20px; */
|
||||
}
|
||||
.xixun_software_table th,
|
||||
.xixun_software_table td {
|
||||
text-align: center;
|
||||
}
|
||||
.xixun_software_table th {
|
||||
background-color: #9dc9ff;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.form-title {
|
||||
<style lang="scss">
|
||||
.customize1024 {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
background-color: #819cb9;
|
||||
}
|
||||
|
||||
.customizeRight {
|
||||
position: relative;
|
||||
width: 40%;
|
||||
height: 80vh;
|
||||
}
|
||||
|
||||
.customizeLeft {
|
||||
width: 60%;
|
||||
padding: 10px 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.customizeTitle {
|
||||
padding: 10px;
|
||||
font-size: 18px;
|
||||
color: #000000
|
||||
}
|
||||
|
||||
.customizeContent {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
text-align: justify;
|
||||
text-indent: 2em;
|
||||
color: #000000
|
||||
}
|
||||
|
||||
.customizeForm {
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.contactBox {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: flex-end;
|
||||
}
|
||||
|
||||
.layui-table {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.layui-table thead th,
|
||||
.layui-table thead td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.layui-table thead th {
|
||||
background-color: #97a4b5;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
color:#ffffff;
|
||||
}
|
||||
|
||||
.form-title {
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
font-size: 15px;
|
||||
color: #434850;
|
||||
}
|
||||
|
||||
|
|
@ -99,12 +152,12 @@
|
|||
}
|
||||
|
||||
.form-group>label {
|
||||
width: 20%;
|
||||
font-size: 15px;
|
||||
width: 100px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
width: 80%;
|
||||
width: 300px;
|
||||
padding: 3px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
|
|
@ -114,7 +167,7 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #007bff;
|
||||
background-color: #476d9f;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 5px 10px;
|
||||
|
|
@ -125,9 +178,71 @@
|
|||
}
|
||||
|
||||
.Btn:hover {
|
||||
background-color: #0056b3;
|
||||
background-color: #345887;
|
||||
}
|
||||
</style>
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.customize1024 {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
.customizeRight {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 40vh;
|
||||
}
|
||||
|
||||
.customizeLeft {
|
||||
width: 100%;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.customizeTitle {
|
||||
padding: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.customizeContent {
|
||||
padding: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
table th,
|
||||
table td {
|
||||
font-size: 10px;
|
||||
}
|
||||
.contactBox {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.form-title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
display: flex;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.form-group>label {
|
||||
width: 80px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
width: 250px;
|
||||
padding: 1px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.Btn {
|
||||
padding: 3px 6px;
|
||||
border-radius: 2px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="header head3">#include(navbar)</div>
|
||||
|
|
@ -147,87 +262,90 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="publicLink" style="background-color: #f7f8f9">
|
||||
<div class="container1260" style="height: 80vh; padding: 10px">
|
||||
<div style="position: relative; width: 40%; height: 100%">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 60%">
|
||||
<p style="padding: 10px; font-size: 18px; color: #00479d">LEDOK Lite</p>
|
||||
<p style="width: 100%; padding: 10px; font-size: 14px; text-align: justify; text-indent: 2em; color: #00479d">【专业铸就品质,OEM定义未来——打造LED行业的专享专业级APP定制方案】为您倾力定制独一无二的手机APP OEM解决方案。APP适用LED显示通用信发领域和多个LED细分行业,比如比赛屏,魔方屏,货架屏等,采用OEM定制方式,您的APP将烙印上独特的品牌标识,享有独立知识产权,充分展现企业个性与特色。助您在瞬息万变的市场环境中稳健前行,以更强的竞争力、更高的运营效率以及更优的品牌形象引领LED行业的新潮流。</p>
|
||||
<div class="container1260" style=" padding: 20px">
|
||||
<div class="customize1024">
|
||||
<div class="customizeRight">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 64%">
|
||||
<p class="customizeTitle">LEDOK Lite</p>
|
||||
<p class="customizeContent">【专业铸就品质,OEM定义未来——打造LED行业的专享专业级APP定制方案】为您倾力定制独一无二的手机APP OEM解决方案。APP适用LED显示通用信发领域和多个LED细分行业,比如比赛屏,魔方屏,货架屏等,采用OEM定制方式,您的APP将烙印上独特的品牌标识,享有独立知识产权,充分展现企业个性与特色。助您在瞬息万变的市场环境中稳健前行,以更强的竞争力、更高的运营效率以及更优的品牌形象引领LED行业的新潮流。</p>
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/APP/2手机APP定制.jpg" alt="" style="width: 100%; height: 100%" />
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/APP/2手机APP定制.jpg" alt="" style="width: auto; height: 100%" />
|
||||
</div>
|
||||
<div style="width: 60%; height: 100%; padding: 10px 20px; background-color: #f0f0f0">
|
||||
<div style="width: 100%; background-color: #886969">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table xixun_software_table" lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">手机信发管理APP LEDOK Lite</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td>LEDOK Lite是支持安卓和苹果手机的局域网设备管理和信发APP,实现局域网自动发现设备,可进行设备基础功能设置、批量设备管理、多窗口多页面节目编排和批量内容下发,轻松管理附近的LED和LCD显示屏。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td>
|
||||
基础功能报价中包含:<br />
|
||||
1,自定义LOGO;<br />
|
||||
2,自定义软件名称,连同熙讯公开版本持续升级更新。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td>
|
||||
¥1,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td>
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div style="width: 100%; height: 36%;box-sizing: border-box;margin: 3% auto 2%;">
|
||||
<div style="width: 55%;margin: 0 auto;">
|
||||
<div class="form-title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<label for="email">你的邮箱*</label>
|
||||
<input id="email" class="form-control" type="email" name="email" required
|
||||
aria-labelledby="emailLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="phone">你的电话 </label>
|
||||
<input id="phone" class="form-control" type="tel" name="tel" aria-labelledby="phoneLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="requirements">你的需求*</label>
|
||||
<textarea id="requirements" class="form-control" name="requirements"
|
||||
aria-labelledby="requirementsLabel" style="height: 80px;" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button type="submit" class="Btn" style="float: right;">提交</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="customizeLeft">
|
||||
<div class="customizeForm">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table" lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">手机信发管理APP LEDOK Lite</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td>LEDOK Lite是支持安卓和苹果手机的局域网设备管理和信发APP,实现局域网自动发现设备,可进行设备基础功能设置、批量设备管理、多窗口多页面节目编排和批量内容下发,轻松管理附近的LED和LCD显示屏。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td>
|
||||
基础功能报价中包含:<br />
|
||||
1,自定义LOGO;<br />
|
||||
2,自定义软件名称,连同熙讯公开版本持续升级更新。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td>
|
||||
¥1,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td>
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="contactBox">
|
||||
<div >
|
||||
<div class="form-title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<label for="email">你的邮箱*</label>
|
||||
<input id="email" class="form-control" type="email" name="email" required
|
||||
aria-labelledby="emailLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="phone">你的电话 </label>
|
||||
<input id="phone" class="form-control" type="tel" name="tel" aria-labelledby="phoneLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="requirements">你的需求*</label>
|
||||
<textarea id="requirements" class="form-control" name="requirements"
|
||||
aria-labelledby="requirementsLabel" style="height: 80px;" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button type="submit" class="Btn" style="float: right;">提交</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -272,37 +390,39 @@
|
|||
}
|
||||
// script.js 文件内容
|
||||
$(document).ready(function () {
|
||||
$('requirements').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 允许的HTML标签
|
||||
var allowedTags = ['<p>', '</p>', '<strong>', '</strong>', '<em>', '</em>'];
|
||||
// 移除不被允许的标签
|
||||
allowedTags.forEach(function (tag) {
|
||||
input = input.replace(new RegExp(tag, 'gi'), '');
|
||||
});
|
||||
// 更新textarea的值
|
||||
$(this).val(input);
|
||||
|
||||
$('textarea[name="requirements"]').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 使用正则表达式移除所有 HTML 标签
|
||||
var cleanedInput = input.replace(/<[^>]*>?/g, '');
|
||||
// 更新 textarea 的值
|
||||
$(this).val(cleanedInput);
|
||||
});
|
||||
|
||||
console.log('打印zhege',$('#requirements').val())
|
||||
$('#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('意见提交成功!');
|
||||
$.ajax({
|
||||
// url: 'http://192.168.1.123:8080/sys/customizedDemand/save',测试
|
||||
url: 'https://www.ledokcloud.com/aips4/sys/customizedDemand/save',
|
||||
type: 'post',
|
||||
data: JSON.stringify({
|
||||
email: $('#email').val(),
|
||||
phoneNumber: $('#phone').val(),
|
||||
requirements: $('#requirements').val(),
|
||||
}),
|
||||
contentType: 'application/json',
|
||||
dataType: 'json',
|
||||
success:(res) =>{
|
||||
alert('意见提交成功!');
|
||||
$('#email').val('');
|
||||
$('#phone').val('');
|
||||
$('#requirements').val('');
|
||||
},
|
||||
error:(err)=>{
|
||||
alert('意见提交失败!');
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -1,129 +1,152 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LEDOK Lite</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description" content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/css/layout.css" />
|
||||
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LEDOK Lite</title>
|
||||
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
||||
<meta name="description"
|
||||
content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
||||
<link rel="stylesheet" href="../../../../static/iconfont/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/layui/css/layui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../../static/css/layout.css" />
|
||||
|
||||
<script>
|
||||
var type = navigator.appName;
|
||||
if (type == "Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0, 2);
|
||||
<script type="text/javascript" src="../../../../static/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../static/js/BeerSlider.js"></script>
|
||||
<meta name="Author" content="xixun" />
|
||||
</head>
|
||||
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
<script>
|
||||
var type = navigator.appName;
|
||||
if (type == "Netscape") var lang = navigator.language;
|
||||
else var lang = navigator.userLanguage;
|
||||
var lang = lang.substr(0, 2);
|
||||
|
||||
function getQueryString(name) {
|
||||
const img = window.location.href; // window.location.href
|
||||
const url = new URL(img);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "";
|
||||
//英文路径
|
||||
var url = window.location;
|
||||
//获取网页的来路
|
||||
|
||||
function getQueryString(name) {
|
||||
const img = window.location.href; // window.location.href
|
||||
const url = new URL(img);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr,
|
||||
reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if ((arr = document.cookie.match(reg))) {
|
||||
return arr[2];
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
function Cookie_Get(name) {
|
||||
var arr,
|
||||
reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if ((arr = document.cookie.match(reg))) {
|
||||
return arr[2];
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
function getsec(str) {
|
||||
var str1 = str.substring(1, str.length) * 1;
|
||||
var str2 = str.substring(0, 1);
|
||||
if (str2 == "s") {
|
||||
return str1 * 1000;
|
||||
} else if (str2 == "h") {
|
||||
return str1 * 60 * 60 * 1000;
|
||||
} else if (str2 == "d") {
|
||||
return str1 * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
}
|
||||
</script>
|
||||
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
<body>
|
||||
<div class="header head3">
|
||||
#include(navbar)
|
||||
</div>
|
||||
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||
|
||||
<div class="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>LEDOK Lite</h5>
|
||||
<div class="right">
|
||||
<a href="./LEDOK Lite_specific.html">功能特性</a>
|
||||
<a href="./LEDOK Lite_video.html">视频</a>
|
||||
<a href="./LEDOK Lite_download.html" class="active">资料下载</a>
|
||||
<a href="./LEDOK Lite_customize.html">定制</a>
|
||||
</div>
|
||||
<div class="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>LEDOK Lite</h5>
|
||||
<div class="right">
|
||||
<a href="./LEDOK Lite_specific.html">功能特性</a>
|
||||
<a href="./LEDOK Lite_video.html">视频</a>
|
||||
<a href="./LEDOK Lite_download.html" class="active">资料下载</a>
|
||||
<a href="./LEDOK Lite_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container1260">
|
||||
<div class="TopicPage_download">
|
||||
<div class="box">
|
||||
<div class="tit">文档</div>
|
||||
<div class="list">
|
||||
<a href="../../../../static/products/xixun_software/APP/LEDOK Lite/pdf/LEDOK Lite Android APP说明书-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>LEDOK Lite Android APP说明书-V1.0.pdf</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container1260">
|
||||
<div class="TopicPage_download">
|
||||
<div class="box">
|
||||
<div class="tit">文档</div>
|
||||
<div class="list">
|
||||
<a href="../../../../static/products/xixun_software/APP/LEDOK Lite/pdf/LEDOK Lite APP操作说明书.pdf" download=""
|
||||
target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>LEDOK Lite APP操作说明书.pdf</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="tit">软件</div>
|
||||
<div class="list2">
|
||||
<div class="li clearfix">
|
||||
<a href="https://ledok.cn/download/LedOK%20Express%20Setup.exe" download="" class="left" target="_blank">
|
||||
</div>
|
||||
<div class="box" >
|
||||
<div class="tit">软件</div>
|
||||
<div class="list2">
|
||||
<div class="li clearfix">
|
||||
<div style="width: 100%;display: flex;justify-content: space-around;">
|
||||
<div style="width: 30%;">
|
||||
<img
|
||||
src="../../../../static/products/xixun_software/APP/LEDOK Lite/img/LEDOK_Android.png" alt="" />
|
||||
<div style="text-align: center;">Android</div>
|
||||
</div>
|
||||
<div style="width: 30%;">
|
||||
<img
|
||||
src="../../../../static/products/xixun_software/APP/LEDOK Lite/img/LEDOK_IOS.png" alt="" />
|
||||
<div style="text-align: center;">IOS</div>
|
||||
</div>
|
||||
<div style="width: 30%;">
|
||||
<img
|
||||
src="../../../../static/products/xixun_software/APP/LEDOK Lite/img/LEDOK_WEIXIN.jpg" alt="" />
|
||||
<div style="text-align: center;">WEIXIN</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- <a href="https://ledok.cn/download/LedOK%20Express%20Setup.exe" download="" class="left" target="_blank">
|
||||
<div class="icon1">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<h5>LedOK Express v1.5.0 (Windows 版)</h5>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
</div>
|
||||
#include(footer)
|
||||
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
<!--百度分享脚本-->
|
||||
|
|
@ -160,3 +183,14 @@
|
|||
$(".Description_popUp").fadeOut();
|
||||
});
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.TopicPage_download .box:last-child {
|
||||
width: 50%;
|
||||
}
|
||||
@media (max-width: 1024px) {
|
||||
.TopicPage_download .box:last-child {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
|
@ -77,17 +77,65 @@
|
|||
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.layui-table {
|
||||
width: auto;
|
||||
/* margin: 10px 20px; */
|
||||
.customize1024 {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
background-color: #57abff;
|
||||
}
|
||||
|
||||
.xixun_software_table th,
|
||||
.xixun_software_table td {
|
||||
.customizeRight {
|
||||
position: relative;
|
||||
width: 40%;
|
||||
height: 80vh;
|
||||
}
|
||||
|
||||
.customizeLeft {
|
||||
width: 60%;
|
||||
padding: 10px 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.customizeTitle {
|
||||
padding: 10px;
|
||||
font-size: 18px;
|
||||
color: #ffffff
|
||||
}
|
||||
|
||||
.customizeContent {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
text-align: justify;
|
||||
text-indent: 2em;
|
||||
color: #ffffff
|
||||
}
|
||||
|
||||
.customizeForm {
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.contactBox {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: flex-end;
|
||||
}
|
||||
|
||||
.layui-table {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.layui-table thead th,
|
||||
.layui-table thead td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.xixun_software_table th {
|
||||
.layui-table thead th {
|
||||
background-color: #9dc9ff;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
|
|
@ -96,6 +144,7 @@
|
|||
.form-title {
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
font-size: 15px;
|
||||
color: #434850;
|
||||
}
|
||||
|
||||
|
|
@ -105,12 +154,12 @@
|
|||
}
|
||||
|
||||
.form-group>label {
|
||||
width: 20%;
|
||||
font-size: 15px;
|
||||
width: 100px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
width: 80%;
|
||||
width: 300px;
|
||||
padding: 3px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
|
|
@ -133,6 +182,68 @@
|
|||
.Btn:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.customize1024 {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
.customizeRight {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 40vh;
|
||||
}
|
||||
|
||||
.customizeLeft {
|
||||
width: 100%;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.customizeTitle {
|
||||
padding: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.customizeContent {
|
||||
padding: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
table th,
|
||||
table td {
|
||||
font-size: 10px;
|
||||
}
|
||||
.contactBox {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.form-title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
display: flex;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.form-group>label {
|
||||
width: 80px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
width: 250px;
|
||||
padding: 1px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.Btn {
|
||||
padding: 3px 6px;
|
||||
border-radius: 2px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
|
@ -153,95 +264,98 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="publicLink" style="background-color: #f7f8f9">
|
||||
<div class="container1260" style="height: 80vh; padding: 10px">
|
||||
<div style="position: relative; width: 40%; height: 100%">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 60%">
|
||||
<p style="padding: 10px; font-size: 18px; color: #ffffff">LedOK Express</p>
|
||||
<p
|
||||
style="width: 100%; padding: 10px; font-size: 14px; text-align: justify; text-indent: 2em; color: #ffffff">
|
||||
专注于LED显示应用行业的专业力量,我们精于定制,为您点亮无限可能。专为LED显示屏领域度身打造PC端控制软件,凭借深厚行业经验和专业技术积累,我们深谙您的独特需求,旨在以精准操控和卓越性能,引领您走向显示技术的前沿,让您在LED显示世界中游刃有余,尽享专业定制带来的无尽可能!
|
||||
</p>
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/SingleMachine/1单机版软件定制.jpg" alt=""
|
||||
style="width: auto; height: 100%" />
|
||||
</div>
|
||||
<div style="width: 60%; height: 100%; padding: 10px 20px; background-color: #57abff">
|
||||
<div style="width: 100%; background-color: #886969;height: 60%;">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table xixun_software_table" lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="4">单机版PC软件 LEDOK Express</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>平台支持</td>
|
||||
<td>WINDOWS</td>
|
||||
<td>MAC OS</td>
|
||||
<td>LINUX</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td colspan="3">LEDOK
|
||||
Express是支持多平台的单机局域网软件,实现局域网自动发现设备,可进行LED模组智能设置、批量设备管理、多窗口多页面节目编排和批量内容下发,轻松管理附近的LED和LCD显示屏。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td colspan="3">
|
||||
基础功能报价中包含:<br />
|
||||
1,自定义LOGO;<br />
|
||||
2,自定义软件名称,连同熙讯公开版本持续升级更新。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td colspan="3">
|
||||
¥1,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td colspan="3">
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="container1260" style="padding: 20px;">
|
||||
<div class="customize1024">
|
||||
<div class="customizeRight">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 60%">
|
||||
<p class="customizeTitle">LedOK Express</p>
|
||||
<p class="customizeContent">
|
||||
专注于LED显示应用行业的专业力量,我们精于定制,为您点亮无限可能。专为LED显示屏领域度身打造PC端控制软件,凭借深厚行业经验和专业技术积累,我们深谙您的独特需求,旨在以精准操控和卓越性能,引领您走向显示技术的前沿,让您在LED显示世界中游刃有余,尽享专业定制带来的无尽可能!
|
||||
</p>
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/SingleMachine/1单机版软件定制.jpg" alt=""
|
||||
style="width: 100%; height: 100%" />
|
||||
</div>
|
||||
<div class="customizeLeft">
|
||||
<div class="customizeForm">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table " lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="4">单机版PC软件 LEDOK Express</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>平台支持</td>
|
||||
<td>WINDOWS</td>
|
||||
<td>MAC OS</td>
|
||||
<td>LINUX</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td colspan="3">LEDOK
|
||||
Express是支持多平台的单机局域网软件,实现局域网自动发现设备,可进行LED模组智能设置、批量设备管理、多窗口多页面节目编排和批量内容下发,轻松管理附近的LED和LCD显示屏。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td colspan="3">
|
||||
基础功能报价中包含:<br />
|
||||
1,自定义LOGO;<br />
|
||||
2,自定义软件名称,连同熙讯公开版本持续升级更新。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td colspan="3">
|
||||
¥1,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td colspan="3">
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="contactBox">
|
||||
<div>
|
||||
<div class="form-title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<label for="email">你的邮箱*</label>
|
||||
<input id="email" class="form-control" type="email" name="email" required
|
||||
aria-labelledby="emailLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="phone">你的电话 </label>
|
||||
<input id="phone" class="form-control" type="tel" name="tel" aria-labelledby="phoneLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="requirements">你的需求*</label>
|
||||
<textarea id="requirements" class="form-control" name="requirements"
|
||||
aria-labelledby="requirementsLabel" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button type="submit" class="Btn" style="float: right;">提交</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div style="width: 100%; height: 36%;box-sizing: border-box;margin: 3% auto 2%;">
|
||||
<div style="width: 55%;margin: 0 auto;">
|
||||
<div class="form-title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<label for="email">你的邮箱*</label>
|
||||
<input id="email" class="form-control" type="email" name="email" required
|
||||
aria-labelledby="emailLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="phone">你的电话 </label>
|
||||
<input id="phone" class="form-control" type="tel" name="tel" aria-labelledby="phoneLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="requirements">你的需求*</label>
|
||||
<textarea id="requirements" class="form-control" name="requirements"
|
||||
aria-labelledby="requirementsLabel" style="height: 80px;" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button type="submit" class="Btn" style="float: right;">提交</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -290,37 +404,39 @@
|
|||
}
|
||||
// script.js 文件内容
|
||||
$(document).ready(function () {
|
||||
$('requirements').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 允许的HTML标签
|
||||
var allowedTags = ['<p>', '</p>', '<strong>', '</strong>', '<em>', '</em>'];
|
||||
// 移除不被允许的标签
|
||||
allowedTags.forEach(function (tag) {
|
||||
input = input.replace(new RegExp(tag, 'gi'), '');
|
||||
});
|
||||
// 更新textarea的值
|
||||
$(this).val(input);
|
||||
|
||||
$('textarea[name="requirements"]').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 使用正则表达式移除所有 HTML 标签
|
||||
var cleanedInput = input.replace(/<[^>]*>?/g, '');
|
||||
// 更新 textarea 的值
|
||||
$(this).val(cleanedInput);
|
||||
});
|
||||
|
||||
console.log('打印zhege',$('#requirements').val())
|
||||
$('#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('意见提交成功!');
|
||||
$.ajax({
|
||||
// url: 'http://192.168.1.123:8080/sys/customizedDemand/save',测试
|
||||
url: 'https://www.ledokcloud.com/aips4/sys/customizedDemand/save',
|
||||
type: 'post',
|
||||
data: JSON.stringify({
|
||||
email: $('#email').val(),
|
||||
phoneNumber: $('#phone').val(),
|
||||
requirements: $('#requirements').val(),
|
||||
}),
|
||||
contentType: 'application/json',
|
||||
dataType: 'json',
|
||||
success:(res) =>{
|
||||
alert('意见提交成功!');
|
||||
$('#email').val('');
|
||||
$('#phone').val('');
|
||||
$('#requirements').val('');
|
||||
},
|
||||
error:(err)=>{
|
||||
alert('意见提交失败!');
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
@ -102,12 +102,12 @@
|
|||
</div>
|
||||
<p>LedOK Express 说明书-V1.0.pdf</p>
|
||||
</a>
|
||||
<a href="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/pdf/LedOK Express Instructions-V1.0.pdf" download="" target="_blank">
|
||||
<!-- <a href="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/pdf/LedOK Express Instructions-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>LedOK Express Instructions-V1.0.pdf</p>
|
||||
</a>
|
||||
</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
|
|
|
|||
|
|
@ -114,37 +114,37 @@
|
|||
<div class="plan-advantage-item">
|
||||
<div class="advantage-item-top">
|
||||
<div></div>
|
||||
<h5 class="SolutionCharacteristicsTitle1">简易便捷的广告流程</h5>
|
||||
<h5 class="SolutionCharacteristicsTitle1">LedOK Cloud可视化云平台</h5>
|
||||
</div>
|
||||
<p class="advantage-item-bottom SolutionCharacteristicsSynopsis1 SolutionCharacteristicsSynopsis">
|
||||
我们引以为傲的首要特点是平台提供的简便便捷的广告流程。广告主只需设定一个名称并指定一个多媒体素材,即可快速创建车载广告,免去了繁琐的编排和布局工作。这一用户友好的设计让广告主能够在极短的时间内完成广告的创建,从而更专注于广告内容的创意和战略性考量
|
||||
智慧城市管理平台对道路和灯杆等设施进行实时监控和可视化管理,实时收集传感器、设备等物联网节点的数据,并以图形化的方式展示,使用户能够轻松地了解设备状态、环境条件等信息,有助于快速做出决策。用户可以通过云平台远程管理和控制各种设备,而无需直接物理接触。这种远程管理功能有助于降低维护成本,提高工作效率。
|
||||
</p>
|
||||
</div>
|
||||
<div class="plan-advantage-item">
|
||||
<div class="advantage-item-top">
|
||||
<div></div>
|
||||
<h5 class="SolutionCharacteristicsTitle2">精准投放</h5>
|
||||
<h5 class="SolutionCharacteristicsTitle2">高度集成的智慧照明系统</h5>
|
||||
</div>
|
||||
<p class="advantage-item-bottom SolutionCharacteristicsSynopsis2 SolutionCharacteristicsSynopsis">
|
||||
我们的平台不仅提供了按路线的分组投放功能,还支持按地域位置的精准投放。广告主得以根据目标人群的地理分布和行为习惯选择最合适的投放方式。这种精准投放策略有助于确保广告能够更精准地覆盖目标受众,提高广告的触达效果,从而为品牌宣传赢得更大的曝光面
|
||||
通过物联网技术,智慧照明系统可以实现远程监控和智能控制。城市管理者可以通过云平台实时监测路灯的工作状态、能耗情况等,并可以远程控制灯光的亮度、开关等参数,以实现灯光的精细化管理和调节。智慧照明系统通过节能环保、智能控制、和智能维护等功能,提高了城市路灯的管理效率和服务水平,为居民提供更舒适安全和便捷的生活环境。
|
||||
</p>
|
||||
</div>
|
||||
<div class="plan-advantage-item">
|
||||
<div class="advantage-item-top">
|
||||
<div></div>
|
||||
<h5 class="SolutionCharacteristicsTitle3">数据统计监测</h5>
|
||||
<h5 class="SolutionCharacteristicsTitle3">集成IP音柱和环境传感器</h5>
|
||||
</div>
|
||||
<p class="advantage-item-bottom SolutionCharacteristicsSynopsis3 SolutionCharacteristicsSynopsis">
|
||||
在平台上,我们不仅提供广告播放日志的查看和导出功能,还提供实时广告播放画面截图监控。这使广告主能够随时随地获取广告播放的详尽数据,为其提供更全面的广告效果分析和评估。通过这一功能,广告主能够及时调整广告播放策略,确保广告在变化的市场环境中保持高效和有效
|
||||
智慧灯杆云平台集成音柱广播系统,可以用于在公共场所播放广播通知、警报、紧急消息。气象环境传感器可以监测周围环境的温度、湿度、风速、空气质量等参数。这有助于城市管理者实时了解城市的气象状况。音柱广播和气象环境传感器作为灯杆屏的辅助功能为城市管理和居民生活带来诸多便利和安全保障。
|
||||
</p>
|
||||
</div>
|
||||
<div class="plan-advantage-item">
|
||||
<div class="advantage-item-top">
|
||||
<div id="last_advantage-item-top_div"></div>
|
||||
<h5 class="SolutionCharacteristicsTitle4">实时设备定位和轨迹</h5>
|
||||
<h5 class="SolutionCharacteristicsTitle4">灵活的信息发布和综合管理</h5>
|
||||
</div>
|
||||
<p class="advantage-item-bottom SolutionCharacteristicsSynopsis4 SolutionCharacteristicsSynopsis">
|
||||
我们的平台提供实时设备定位和轨迹功能,使广告主可以实时查看当前设备的准确位置以及车辆运行轨迹。这不仅有助于广告主了解广告播放的地理范围,还提供了对车辆运动路径的实时监控。这种全面的实时信息让广告主更具洞察力,有助于制定更智能的广告投放策略,最大程度地提升广告的投放效果。
|
||||
智慧灯杆平台可以根据其区域定位和后台数据统计分析实时灵活的调整广告内容,根据观众的位置、年龄和性别等信息提供精准的内容投放。同时它还可以及时进行公共信息发布。不仅提供综合的内容管理和运营管理功能,还包括内容制作、发布计划管理、数据统计分析等,使广告商和信息发布者能够更加方便地管理和监控广告内容的发布和效果。
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -21848,229 +21848,4 @@ ul {
|
|||
.investor_yj .con a .right .icon img {
|
||||
width: 100%;
|
||||
}
|
||||
/* 定制样式 */
|
||||
.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;
|
||||
}
|
||||
.TopicPage_Custom {
|
||||
padding: 4.9479vw 0 4vw;
|
||||
min-height: calc(100vh - 700px);
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box {
|
||||
width: 31.34921%;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box:not(:first-child) {
|
||||
margin-left: 2.976185%;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .tit {
|
||||
font-size: 1.0417vw;
|
||||
color: #333;
|
||||
padding-bottom: .7813vw;
|
||||
border-bottom: .0521vw solid #cacaca;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list a {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
margin-top: 1.3021vw;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list a p {
|
||||
font-size: .9375vw;
|
||||
color: #333;
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
width: calc(100% - 40px);
|
||||
padding-left: .7500vw;
|
||||
line-height: 1.3;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list a .TextIcon {
|
||||
width: 22px;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list a .TextIcon img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list a .TextIcon .Lhide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list a:hover .TextIcon .Lshow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list a:hover .TextIcon .Lhide {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list a .icon {
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list a .icon img {
|
||||
width: 100%;
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list a .icon img.Lhide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list a:hover p {
|
||||
color: #00479d;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list a:hover img.Lshow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list a:hover img.Lhide {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li {
|
||||
margin-top: 1.3021vw;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li .left {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-right: 70px;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li .right {
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
right: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li:nth-child(n + 1) {
|
||||
margin-top: 1.3021vw;
|
||||
}
|
||||
|
||||
|
||||
.TopicPage_Custom .box .list2 .li .icon1 {
|
||||
width: 22px;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li .icon1 img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li .text {
|
||||
padding-left: .7813vw;
|
||||
width: calc(100% - 22px);
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li .text h5 {
|
||||
line-height: 1.3;
|
||||
font-size: .9375vw;
|
||||
color: #333;
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li .UpdateSm {
|
||||
font-size: .7292vw;
|
||||
color: #828282;
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li .UpdateSm:hover {
|
||||
color: #00479d;
|
||||
;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li .icon2 {
|
||||
width: 14px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li .icon2 img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li .icon2 img.Lhide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li:hover .icon1 img.Lhide,
|
||||
.TopicPage_Custom .box .list2 .li:hover .icon2 img.Lhide {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li:hover .icon1 img.Lshow,
|
||||
.TopicPage_Custom .box .list2 .li:hover .icon2 img.Lshow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li:hover .text h5 {
|
||||
color: #00479d;
|
||||
}
|
||||
|
||||
.TopicPage_Custom .box .list2 .li:hover .text p {
|
||||
color: #00479d;
|
||||
}
|
||||
}
|
||||
BIN
src/static/image/weChatVideo.jpg
Normal file
BIN
src/static/image/weChatVideo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
BIN
src/static/products/xixun_software/APP/I Led/img/iled_ios.png
Normal file
BIN
src/static/products/xixun_software/APP/I Led/img/iled_ios.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user