软件定制
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;
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
|
@ -0,0 +1,151 @@
|
|||
AIPS(4.0)云平台基础操作说明
|
||||
|
||||
版本:V.1.0
|
||||
|
||||
1
|
||||
声明
|
||||
|
||||
尊敬的用户朋友,非常感谢您选择深圳市熙讯云科技有限公司(以下简称熙讯科技)的产品作为您
|
||||
LED 广告设备的控制系统。本文档主要作用为帮助您快速了解并使用产品,我们在编写文档时力求精准
|
||||
可靠,随时可能对内容进行修改或者变更,恕不另行通知。
|
||||
|
||||
版权
|
||||
|
||||
本文档版权归熙讯科技所有,未经本公司书面许可,任何单位或个人不得以任何形式对本文内容进
|
||||
行复制、摘录,违者必究。
|
||||
|
||||
商标
|
||||
|
||||
是熙讯科技的注册商标。
|
||||
更新记录
|
||||
|
||||
序号 版本号 更新内容简述 修订日期
|
||||
首次发行 2022.03.31
|
||||
1 Ver.1.0
|
||||
|
||||
注:文档内容若有修改,恕不另行通知。
|
||||
目录
|
||||
|
||||
平台介绍 .............................................................................................................................................1
|
||||
平台账号管理 .................................................................................................................................... 2
|
||||
|
||||
账号注册/设置 ...........................................................................................................................2
|
||||
注册 .................................................................................................................................... 2
|
||||
控制卡绑定平台设置 ........................................................................................................ 3
|
||||
平台基础设置 .................................................................................................................... 4
|
||||
智慧终端可视化平台 ................................................................................................ 4
|
||||
语言切换 .................................................................................................................... 5
|
||||
用户信息 .................................................................................................................... 5
|
||||
账户管理 ............................................................................................................................ 6
|
||||
用户管理 .................................................................................................................... 6
|
||||
角色管理 .................................................................................................................... 6
|
||||
分组管理 .................................................................................................................... 7
|
||||
|
||||
结束页 .................................................................................................................................................8
|
||||
平台介绍
|
||||
|
||||
AIPS4.0 平台(http://www.ledokcloud.com )是基于构建城市智灯杆慧物联网管理去设计,他
|
||||
包含了智慧物联、智慧屏幕、智慧 IP 广播、智慧气象环境、安全认证,用户权限、策略管理等多功能
|
||||
一体的智慧平台,能通过远程控制、管理各个物联网产品的内容发布,管理能力提升的同时也保证了运
|
||||
维的效率,助力于智慧城市全面发展。
|
||||
|
||||
http://www.ledokcloud.com 第1页
|
||||
平台账号管理
|
||||
|
||||
账号注册/设置
|
||||
|
||||
注册
|
||||
|
||||
(1) 使用浏览器打开 4.0 云平台(这里推荐使用谷歌浏览器),进入登入界面后,点击左下角的“注册”。
|
||||
|
||||
(2) 进入注册界面,填写框前的“*”表示为必填项,其他为选填项,注意牢记用户名和公司 ID,填写
|
||||
当前使用正常的手机号,通过 LedOK Express 软件对发送卡进行网络配置,可以将发送卡和 4.0 云平
|
||||
台关联起来。用户名即为登入 4.0 云平台管理系统的账号,填写完相关信息后,勾选我已阅读并接受
|
||||
《AIPS 用户协议》,点击注册。
|
||||
|
||||
http://www.ledokcloud.com 第2页
|
||||
(1) 注册完毕,返回登入界面,填入注册时的用户名及密码,将滑块拖动到最右边后,点击获取验证码,
|
||||
短信将会发送至注册时填写的手机号上,填写完正确是验证码后,点击登入即可。
|
||||
|
||||
控制卡绑定平台设置
|
||||
|
||||
(1) 打开 LedOK Express 高级设置,设置公司 ID(与 4.0 平台注册信息相同),然后设置 realtime 地
|
||||
址(www.ledokcloud.com/realtim)。
|
||||
|
||||
http://www.ledokcloud.com 第3页
|
||||
平台基础设置
|
||||
|
||||
登录 AIPS4.0 平台后,进入首页
|
||||
|
||||
首页主要展示公告:系统发布的公告用户可以在此看到,比较新的公告标题前有新图标、设备统计:统
|
||||
计各种设备的数据以及在线情况、控制统计:统计用户发送远程命令的次数。
|
||||
右上角依次为 智慧终端可视化平台、语言切换、当前登录用户信息。
|
||||
|
||||
智慧终端可视化平台
|
||||
|
||||
点击图标跳转智慧终端可视化平台界面。
|
||||
|
||||
http://www.ledokcloud.com 第4页
|
||||
语言切换
|
||||
|
||||
目前支持切换英文、中文繁体、中文简体。默认为中文简体。
|
||||
|
||||
用户信息
|
||||
|
||||
包含个人设置,使用手册,退出登录。
|
||||
|
||||
个人设置
|
||||
个人设置展示用户的基本信息,以及权限范围等。
|
||||
|
||||
可以通过当前页面修改用户密码,绑定的邮箱,手机号,以及当前用户的登录验证方式。
|
||||
使用手册
|
||||
当前平台的使用手册,可下载到本地。
|
||||
|
||||
http://www.ledokcloud.com 第5页
|
||||
退出登录
|
||||
点击退出登录弹出退出登录确认框,确认后直接退出当前用户登录。
|
||||
|
||||
账户管理
|
||||
|
||||
用户管理
|
||||
|
||||
展示当前用户创建的子账号信息
|
||||
|
||||
可以根据用户名邮箱或者手机号查询用户信息,也可以新建、修改、批量删除自己的账户,创造子账号
|
||||
|
||||
的公司 ID 和初始公司 ID 一致,可以勾选当前创建用户的角色(角色可多选)等信息。
|
||||
|
||||
角色管理
|
||||
|
||||
展示当前用户创建的角色信息
|
||||
|
||||
可以根据角色名称来模糊查询角色信息。新建角色可以配置角色对应的菜单信息,同样支持批量删除功
|
||||
|
||||
能。 第6页
|
||||
|
||||
http://www.ledokcloud.com
|
||||
分组管理
|
||||
|
||||
当前用户创建的分组,分组可以对智慧屏幕控制卡进行分组。
|
||||
|
||||
可以根据需求新增分组,支持修改。批量删除功能。
|
||||
|
||||
http://www.ledokcloud.com 第7页
|
||||
结束页
|
||||
|
||||
关于 AIPS4.0 平台使用的介绍到此算告一段落,希望通过这个详细的说明,会对您在今后的使用过
|
||||
程中有所帮助。
|
||||
|
||||
我们再次感谢您选择熙讯科技控制卡作为您 LED 广告设备的控制系统,如果您在使用过程中对我
|
||||
们的产品有任何的疑问或者建议,欢迎您致电 400-608-6499 或发送邮件至 service@xixunled.com 给
|
||||
我们进行反馈,我们会珍视您的每一份投诉或者建议,并积极的给予反馈。
|
||||
|
||||
更多关于 LED 广告设备控制的互联网集群控制解决方案,以及相关说明书文档,请访问我司网站:
|
||||
www.ledok.cn 查询详细信息,如有需要,在线客服会及时与您沟通,十多年的行业经验必将给您一份
|
||||
满意的答复,上海熙讯真诚期待与您的后续合作。
|
||||
|
||||
顺祝商祺
|
||||
深圳市熙讯云科技有限公司
|
||||
|
||||
http://www.ledokcloud.com 第8页
|
||||
|
|
@ -0,0 +1,66 @@
|
|||
AIPS(4.0)云平台客流统计说明
|
||||
|
||||
版本:V.1.0
|
||||
|
||||
1
|
||||
声明
|
||||
|
||||
尊敬的用户朋友,非常感谢您选择深圳市熙讯云科技有限公司(以下简称熙讯科技)的产品作为您
|
||||
LED 广告设备的控制系统。本文档主要作用为帮助您快速了解并使用产品,我们在编写文档时力求精准
|
||||
可靠,随时可能对内容进行修改或者变更,恕不另行通知。
|
||||
|
||||
版权
|
||||
|
||||
本文档版权归熙讯科技所有,未经本公司书面许可,任何单位或个人不得以任何形式对本文内容进
|
||||
行复制、摘录,违者必究。
|
||||
|
||||
商标
|
||||
|
||||
是熙讯科技的注册商标。
|
||||
更新记录
|
||||
|
||||
序号 版本号 更新内容简述 修订日期
|
||||
首次发行 2022.03.31
|
||||
1 Ver.1.0
|
||||
|
||||
注:文档内容若有修改,恕不另行通知。
|
||||
目录
|
||||
|
||||
客流统计 .............................................................................................................................................1
|
||||
客流统计 ............................................................................................................................ 1
|
||||
人群聚集 ............................................................................................................................ 1
|
||||
|
||||
结束页 .................................................................................................................................................3
|
||||
客流统计
|
||||
|
||||
客流统计
|
||||
|
||||
在智慧监控中添加新设备时指定类型为客流统计会在当前页面中展示数据,支持按日期查询数据,查询
|
||||
当日数据,预览当前画面。
|
||||
|
||||
人群聚集
|
||||
|
||||
在智慧监控中添加新设备时指定类型为人群聚集时会在当前页面中展示数据,当前画面中有多少人,点
|
||||
|
||||
击查看图表可以看到各个时段的人数统计 第1页
|
||||
|
||||
http://www.ledokcloud.com
|
||||
http://www.ledokcloud.com 第2页
|
||||
结束页
|
||||
|
||||
关于 AIPS4.0 平台使用的介绍到此算告一段落,希望通过这个详细的说明,会对您在今后的使用过
|
||||
程中有所帮助。
|
||||
|
||||
我们再次感谢您选择熙讯科技控制卡作为您 LED 广告设备的控制系统,如果您在使用过程中对我
|
||||
们的产品有任何的疑问或者建议,欢迎您致电 400-608-6499 或发送邮件至 service@xixunled.com 给
|
||||
我们进行反馈,我们会珍视您的每一份投诉或者建议,并积极的给予反馈。
|
||||
|
||||
更多关于 LED 广告设备控制的互联网集群控制解决方案,以及相关说明书文档,请访问我司网站:
|
||||
www.ledok.cn 查询详细信息,如有需要,在线客服会及时与您沟通,十多年的行业经验必将给您一份
|
||||
满意的答复,上海熙讯真诚期待与您的后续合作。
|
||||
|
||||
顺祝商祺
|
||||
深圳市熙讯云科技有限公司
|
||||
|
||||
http://www.ledokcloud.com 第3页
|
||||
|
|
@ -0,0 +1,113 @@
|
|||
AIPS(4.0)云平台常规操作说明
|
||||
|
||||
版本:V.1.0
|
||||
|
||||
1
|
||||
声明
|
||||
|
||||
尊敬的用户朋友,非常感谢您选择深圳市熙讯云科技有限公司(以下简称熙讯科技)的产品作为您
|
||||
LED 广告设备的控制系统。本文档主要作用为帮助您快速了解并使用产品,我们在编写文档时力求精准
|
||||
可靠,随时可能对内容进行修改或者变更,恕不另行通知。
|
||||
|
||||
版权
|
||||
|
||||
本文档版权归熙讯科技所有,未经本公司书面许可,任何单位或个人不得以任何形式对本文内容进
|
||||
行复制、摘录,违者必究。
|
||||
|
||||
商标
|
||||
|
||||
是熙讯科技的注册商标。
|
||||
更新记录
|
||||
|
||||
序号 版本号 更新内容简述 修订日期
|
||||
首次发行 2022.03.31
|
||||
1 Ver.1.0
|
||||
|
||||
注:文档内容若有修改,恕不另行通知。
|
||||
目录
|
||||
|
||||
智慧屏幕 .............................................................................................................................................1
|
||||
智慧广播 .............................................................................................................................................6
|
||||
气象环境 ...........................................................................................................................................10
|
||||
电能管理 ...........................................................................................................................................11
|
||||
结束页 ...............................................................................................................................................13
|
||||
智慧屏幕
|
||||
|
||||
点击智慧屏幕,此界面上方有设备管理、媒体库、节目管理、日志管理功能,
|
||||
|
||||
点击媒体库,点击添加媒体,上传需要播放的视频图片等素材。
|
||||
|
||||
http://www.ledokcloud.com 第1页
|
||||
素材上传好后,点击节目管理,然后点击新建,设置节目名称,节目大小(按照屏体分辨率设置),点
|
||||
击确定进入节目编辑页面。
|
||||
|
||||
http://www.ledokcloud.com 第2页
|
||||
在节目编辑页面,可点击上方对应的素材类型进行添加(这里以媒体示例),点击媒体选择刚刚上传至
|
||||
媒体库的素材进行添加。
|
||||
|
||||
添加的图片没有布满全屏,可手动拖拽进行全屏铺满也可在右侧的组件属性处设置宽高使其布满全屏,
|
||||
同时,下方也可设置节目的播放时长。
|
||||
|
||||
http://www.ledokcloud.com 第3页
|
||||
点击保存并退出回到节目管理界面,选中刚刚做好的节目点击发布,选中需要发送节目的设备,点击确
|
||||
定,节目发送成功后发送进度一栏会提示发送成功。
|
||||
|
||||
http://www.ledokcloud.com 第4页
|
||||
http://www.ledokcloud.com 第5页
|
||||
智慧广播
|
||||
|
||||
点击智慧屏幕,此界面上方有终端列表、媒体库、广播任务、日志管理,报警管理功能。
|
||||
|
||||
点击媒体库,点击添加媒体,上传需要播放的音频素材。
|
||||
|
||||
素材上传好后,点击广播任务,然后点击新建,设置任务名称后点击添加任务,可多次添加。
|
||||
|
||||
http://www.ledokcloud.com 第6页
|
||||
任务分为文字转语音和音频两种,如,先建立一个文字转语音节目,输入想要播放的文字,设置语速和
|
||||
播放次数,点击确定即可添加,若还想添加音频,再次点击添加任务选择音频,点击选择媒体,选中上
|
||||
传的音频,设置播放次数,然后点击添加。若想要去掉某个任务,选中后点击右上角批量删除即可。
|
||||
|
||||
http://www.ledokcloud.com 第7页
|
||||
http://www.ledokcloud.com 第8页
|
||||
创建好节目后,选中任务点击发布,选中想要发送的设备,点击确定,发送成功会有进度条提示。
|
||||
|
||||
http://www.ledokcloud.com 第9页
|
||||
气象环境
|
||||
|
||||
气象环境数据在终端上线后每小时的整点保存一次,数据只保留 7 天。
|
||||
每次查询都会查询出近七天的数据,七天之后数据就会过期。
|
||||
|
||||
http://www.ledokcloud.com 第 10 页
|
||||
电能管理
|
||||
|
||||
该模块主要以折线图的形式展示电能数据。其中包括电能、电流、电压、功率,当值为 0 时,表示查询
|
||||
出异常或无数据。
|
||||
设置电能周期
|
||||
电能周期是指,电能的查询周期。电能查询周期是指,在终端上线后,根据查询周期来查询电能数据。
|
||||
支持电能管理的终端,默认电能查询周期为 24 小时,即一天查询一次。在终端上线时,程序也会查询
|
||||
一次电能数据。
|
||||
默认查询近 7 天的电能数据。
|
||||
|
||||
每月电能统计:统计近 12 个月每个月的电能数据总和。 第 11 页
|
||||
导出电能数据:将近 12 个月每个月的电能数据总和导出成 Excel 表格。
|
||||
|
||||
http://www.ledokcloud.com
|
||||
http://www.ledokcloud.com 第 12 页
|
||||
结束页
|
||||
|
||||
关于 AIPS4.0 平台使用的介绍到此算告一段落,希望通过这个详细的说明,会对您在今后的使用过
|
||||
程中有所帮助。
|
||||
|
||||
我们再次感谢您选择熙讯科技控制卡作为您 LED 广告设备的控制系统,如果您在使用过程中对我
|
||||
们的产品有任何的疑问或者建议,欢迎您致电 400-608-6499 或发送邮件至 service@xixunled.com 给
|
||||
我们进行反馈,我们会珍视您的每一份投诉或者建议,并积极的给予反馈。
|
||||
|
||||
更多关于 LED 广告设备控制的互联网集群控制解决方案,以及相关说明书文档,请访问我司网站:
|
||||
www.ledok.cn 查询详细信息,如有需要,在线客服会及时与您沟通,十多年的行业经验必将给您一份
|
||||
满意的答复,上海熙讯真诚期待与您的后续合作。
|
||||
|
||||
顺祝商祺
|
||||
深圳市熙讯云科技有限公司
|
||||
|
||||
http://www.ledokcloud.com 第 13 页
|
||||
|
|
@ -0,0 +1,54 @@
|
|||
AIPS(4.0)云平台智慧交通说明
|
||||
|
||||
版本:V.1.0
|
||||
|
||||
1
|
||||
声明
|
||||
|
||||
尊敬的用户朋友,非常感谢您选择深圳市熙讯云科技有限公司(以下简称熙讯科技)的产品作为您
|
||||
LED 广告设备的控制系统。本文档主要作用为帮助您快速了解并使用产品,我们在编写文档时力求精准
|
||||
可靠,随时可能对内容进行修改或者变更,恕不另行通知。
|
||||
|
||||
版权
|
||||
|
||||
本文档版权归熙讯科技所有,未经本公司书面许可,任何单位或个人不得以任何形式对本文内容进
|
||||
行复制、摘录,违者必究。
|
||||
|
||||
商标
|
||||
|
||||
是熙讯科技的注册商标。
|
||||
更新记录
|
||||
|
||||
序号 版本号 更新内容简述 修订日期
|
||||
首次发行 2022.03.31
|
||||
1 Ver.1.0
|
||||
|
||||
注:文档内容若有修改,恕不另行通知。
|
||||
目录
|
||||
|
||||
智慧交通 .............................................................................................................................................1
|
||||
结束页 .................................................................................................................................................2
|
||||
智慧交通
|
||||
|
||||
在智慧监控中配置好摄像头类型为智慧交通会在当前页面展示数据,展示违章的类型等数据。支持下载
|
||||
当前违章车辆的违章照片。
|
||||
|
||||
http://www.ledokcloud.com 第1页
|
||||
结束页
|
||||
|
||||
关于 AIPS4.0 平台使用的介绍到此算告一段落,希望通过这个详细的说明,会对您在今后的使用过
|
||||
程中有所帮助。
|
||||
|
||||
我们再次感谢您选择熙讯科技控制卡作为您 LED 广告设备的控制系统,如果您在使用过程中对我
|
||||
们的产品有任何的疑问或者建议,欢迎您致电 400-608-6499 或发送邮件至 service@xixunled.com 给
|
||||
我们进行反馈,我们会珍视您的每一份投诉或者建议,并积极的给予反馈。
|
||||
|
||||
更多关于 LED 广告设备控制的互联网集群控制解决方案,以及相关说明书文档,请访问我司网站:
|
||||
www.ledok.cn 查询详细信息,如有需要,在线客服会及时与您沟通,十多年的行业经验必将给您一份
|
||||
满意的答复,上海熙讯真诚期待与您的后续合作。
|
||||
|
||||
顺祝商祺
|
||||
深圳市熙讯云科技有限公司
|
||||
|
||||
http://www.ledokcloud.com 第2页
|
||||
|
|
@ -0,0 +1,256 @@
|
|||
AIPS(4.0)云平台智慧屏幕说明
|
||||
|
||||
版本:V.1.0
|
||||
声明
|
||||
|
||||
尊敬的用户朋友,非常感谢您选择深圳市熙讯云科技有限公司(以下简称熙讯科技)的产品作为您
|
||||
LED 广告设备的控制系统。本文档主要作用为帮助您快速了解并使用产品,我们在编写文档时力求精准
|
||||
可靠,随时可能对内容进行修改或者变更,恕不另行通知。
|
||||
|
||||
版权
|
||||
|
||||
本文档版权归熙讯科技所有,未经本公司书面许可,任何单位或个人不得以任何形式对本文内容进
|
||||
行复制、摘录,违者必究。
|
||||
|
||||
商标
|
||||
|
||||
是熙讯科技的注册商标。
|
||||
更新记录
|
||||
|
||||
序号 版本号 更新内容简述 修订日期
|
||||
首次发行 2022.03.31
|
||||
1 Ver.1.0 更新内容 2023.08.02
|
||||
|
||||
2 Ver.1.1
|
||||
|
||||
注:文档内容若有修改,恕不另行通知。
|
||||
目录
|
||||
|
||||
终端设备操作说明 ................................................................................................................................. 1
|
||||
1. 智慧屏幕 ....................................................................................................................................1
|
||||
1.1. 设备管理 ........................................................................................................................ 1
|
||||
1.1.1. 终端设备 ............................................................................................................ 1
|
||||
1.1.2. 操作项 ................................................................................................................ 4
|
||||
|
||||
结束页 ....................................................................................................................................................31
|
||||
终端设备操作说明
|
||||
|
||||
智慧屏幕
|
||||
|
||||
设备管理
|
||||
|
||||
终端设备
|
||||
(1) 点击“智慧屏幕”,进入设备管理页面,该页面展示了设备基本信息,支持分页查询、条件查询、
|
||||
|
||||
同步终端信息、分配等。
|
||||
|
||||
可以通过“查询栏”、“选择分组”来查找需要查询的设备。
|
||||
|
||||
http://www.ledokcloud.com 第1页
|
||||
(2) 勾选任意终端设备,点击“查询终端信息”,可以查询该终端设备网络状态。
|
||||
|
||||
(3) 勾选任意终端设备,点击“分组”,可给该终端设备进行分组。
|
||||
|
||||
http://www.ledokcloud.com 第2页
|
||||
(4) 勾选任意多个终端设备,点击“批量删除”,可以删除所选的全部终端设备。
|
||||
(5) 点击操作栏中任意终端设备的“日志”,可以查询节目相关的播放详情、播放统计、播放总数等。
|
||||
|
||||
(6) 点击操作栏中任意终端设备的“详情”,可以查看 SIM 卡的相关信息。
|
||||
|
||||
http://www.ledokcloud.com 第3页
|
||||
(7) 点击操作栏中任意终端设备的“修改”,可以修改终端名称、设置屏幕的宽高以及设置视频监控。
|
||||
|
||||
(8) 点击操作栏中任意终端设备的“删除”,会将该终端设备删除。
|
||||
1.1.1. 操作项
|
||||
(1) 勾选任意终端设备,点击操作界面的“屏幕截图”,可以查看该设备当前在播节目。
|
||||
|
||||
http://www.ledokcloud.com 第4页
|
||||
(2) 勾选任意终端设备,点击操作界面的“清除节目”,可以清除该设备节目。
|
||||
|
||||
(3) 屏幕开关里包含手动开关、定时开关、查询或清除定时开关。 第5页
|
||||
1 屏幕开关:手动操作开、关屏。
|
||||
|
||||
http://www.ledokcloud.com
|
||||
2 定时开关:点击“新建”,点击“添加”,根据需求设置名称、日期范围等,点击“确定”,
|
||||
点击“设置定时”提示设置成功即可。可以在定时开关列表里对已有的定时任务进行修改、删除。
|
||||
|
||||
3 查询或清除定时:点击“查询定时”可查看该设备的定时任务,点击“清除定时”可清除该设
|
||||
备的定时任务。
|
||||
|
||||
http://www.ledokcloud.com 第6页
|
||||
(4) 屏幕亮度里包含手动设置、自动亮度、定时亮度、查询定时、自动亮度表。
|
||||
1 屏幕亮度:根据需求手动滑动亮度条进行亮度设置,设置完成后,点击“查询”可以查询该设
|
||||
|
||||
备当前的亮度。
|
||||
|
||||
2 自动亮度:根据需求需要设置灵敏度、最小亮度、最大亮度,点击“查询”可以查询该设备对
|
||||
应的数值。
|
||||
|
||||
http://www.ledokcloud.com 第7页
|
||||
3 定时亮度:点击“新建”,点击“添加”,设置名称、默认亮度、定时亮度及时间范围等,点
|
||||
击“确定”,点击“设置定时”提示设置成功即可。可以在定时亮度列表里对已有的定时任务进行修改、
|
||||
删除。
|
||||
|
||||
4 查询定时:点击“查询定时”可查看该设备的定时任务。 第8页
|
||||
|
||||
http://www.ledokcloud.com
|
||||
5 自动亮度表:需接入传感器配合自动亮度使用,会根据环境变化自动调节亮度。
|
||||
|
||||
(5) 音量控制里包含音量控制、定时音量、查询定时。 第9页
|
||||
1 音量控制:手动设置音量。
|
||||
|
||||
http://www.ledokcloud.com
|
||||
2 定时音量:点击“新建”,点击“添加”,根据需求设置名称、默认音量、定时音量及日期范
|
||||
围等,点击“确定”,点击“设置定时”提示设置成功即可。可以在定时音量列表里对已有的定时任务
|
||||
进行修改、删除。
|
||||
|
||||
3 查询定时:点击“查询定时”可查看该设备的定时任务。 第 10 页
|
||||
|
||||
http://www.ledokcloud.com
|
||||
(6) 重启系统里包含立即重启、定时。
|
||||
1 立即重启:手动重启该设备。(在右下角会有重启进度条提示,等待中不影响其他操作。)
|
||||
|
||||
2 定时:可对该设备设置重启时间,点击“查询”可查询该设备的重启定时任务,点击“删除”
|
||||
可删除该设备的重启定时任务。
|
||||
|
||||
http://www.ledokcloud.com 第 11 页
|
||||
(7) 导出 SIM 信息,选择需要导出 SIM 信息的分组,点击“导出 SIM 信息”,网页跳转会弹出下载窗
|
||||
口,点击“下载”即可。(导出的文件格式为表格形式)
|
||||
|
||||
(8) 在线升级操作需要联系我司工程师进行操作,切不可擅自操作。(导出的文件格式为表格形式)
|
||||
1 通用版本:只有管理员能够上传和删除通用版本文件,只支持(压缩文件),所有用户都可以
|
||||
|
||||
查看所有的通用版本。
|
||||
|
||||
http://www.ledokcloud.com 第 12 页
|
||||
2 测试版本:管理员和用户都可以上传和删除版本,但是管理员可以查看所有人上传的测试版本,
|
||||
用户只能查看自己上传的测试版本。
|
||||
|
||||
3 卸载:选择需要卸载的 apk(不管是否安装,都会进行卸载操作)。
|
||||
|
||||
http://www.ledokcloud.com 第 13 页
|
||||
4 版本查询:可以查询所有 APK 的版本信息。
|
||||
|
||||
(9) 开启视频直播功能,需要有正确的 URL 地址,根据实际设置宽高。
|
||||
|
||||
http://www.ledokcloud.com 第 14 页
|
||||
(10) 对时配置里包含时区/时间、同步设置、NTP。
|
||||
1 时区/时间:选择时区,点击“设置”提示设置成功即可,点击“查询”可以查询该设备当前
|
||||
|
||||
时区,点击“查询 LED 设备当前时间”可查询该设备当前时间。
|
||||
|
||||
2 同步设置:A. Lora:Lora 模块属于硬件设备,同步性稳定效果好,能做到精准同步。Lora 模
|
||||
块分主模块和从模块,可设置多个从模块,从模块会根据主模块的时间进行校准,实现同步。
|
||||
|
||||
http://www.ledokcloud.com 第 15 页
|
||||
B. GPS:GPS 同步需接上 GPS 天线,通过 GPS 去校时,从而实现同步。
|
||||
|
||||
C. NTP:设置同步间隔时长(默认间隔 10 分钟校时一次)。
|
||||
|
||||
http://www.ledokcloud.com 第 16 页
|
||||
3 NTP:设置 NTP 服务器地址,控制卡会主动去校 NTP 服务器的时间。
|
||||
|
||||
(11) 同异步配置里包含手动配置/查询、定时配置、查询定时、画中画。
|
||||
1 手动配置/查询:仅适用于 M70 和 M80。A. 同步:选择跟硬件相对应的接口,点击“设置”
|
||||
|
||||
即可,点击“查询”可以查询该设备同异步状态及接口。
|
||||
|
||||
http://www.ledokcloud.com 第 17 页
|
||||
B. 异步:点击“设置”即可,点击“查询”可查询该设备同异步状态。
|
||||
|
||||
2 定时配置:点击“新建”,点击“添加”,根据需求设置名称、及日期范围等,点击“确定”,
|
||||
点击“设置定时”提示设置成功即可。可以在定时列表里对已有的定时任务进行修改、删除。
|
||||
|
||||
http://www.ledokcloud.com 第 18 页
|
||||
3 查询定时:点击“查询定时”可查询该设备定时任务。
|
||||
|
||||
4 画中画:可将同步画面叠加在异步画面上,宽高需小于异步系统分辨率,根据需求自由调整坐
|
||||
标,点击“设置”即可,点击“查询”可以查询该设备画中画状态。
|
||||
|
||||
http://www.ledokcloud.com 第 19 页
|
||||
(12) 可设置温度、湿度等参数,在参数范围外会自动报警,点击“查询”可查看该设备报警信息。
|
||||
|
||||
(13) 连接配置里包含批量设置、批量查询、连接日志。
|
||||
1 批量设置:设置 WEB 服务器地址、公司 ID、Realtime 地址。
|
||||
|
||||
http://www.ledokcloud.com 第 20 页
|
||||
2 批量查询:点击“批量查询”可查询该设备 WEB 服务器地址、公司 ID、Realtime 地址。
|
||||
|
||||
3 连接日志:点击“批量查询”可查询该设备的连接日志。
|
||||
|
||||
http://www.ledokcloud.com 第 21 页
|
||||
(14) 播放背景里点击“选择素材”点击“设置”即可,点击“查询”可以查看该设备播放器背景,点击
|
||||
“清除”可清除该设备已设置的播放背景,变回默认背景。
|
||||
|
||||
(15) 硬件参数里包含恢复参数、备份参数、硬件状态。
|
||||
|
||||
1 恢复参数:如果后续有相同的项目或者是对显示屏进行统一更换新的终端设备,终端设备上线
|
||||
|
||||
后,点击“上传 ZIP”选择上传所需参数,点击“恢复”即可,点击“下载”可将参数保存本地,点击
|
||||
|
||||
“删除”可将参数删除。 第 22 页
|
||||
|
||||
http://www.ledokcloud.com
|
||||
2 备份参数:点击“一键备份”可备份该设备参数。
|
||||
|
||||
3 硬件状态:点击“硬件状态”可查看该设备硬件状态。
|
||||
|
||||
http://www.ledokcloud.com 第 23 页
|
||||
(16) GPS 信息里点击“查询 GPS 信息”可查看该设备经、纬度等信息。(需要接入 GPS 天线)
|
||||
|
||||
(17) 有定制开关需求可联系我司工程师。 第 24 页
|
||||
(18) 视屏监控点击会有跳转页面,可在终端设备的修改界面设置。
|
||||
|
||||
http://www.ledokcloud.com
|
||||
(19) 坏点检测里选择需要检测的网口,点击“点击检测”即可,点击“获取点检信息”可获取相关信息。
|
||||
|
||||
(20) 播放器状态里点击“查询播放器状态”可查看播放器相关信息。
|
||||
|
||||
http://www.ledokcloud.com 第 25 页
|
||||
1.2. 媒体库
|
||||
|
||||
(1) 点击“添加媒体”。
|
||||
|
||||
(2) 点击或者拖拽文件到对话框上传文件,支持的格式有:MP3、MP4、GIF、PNG、JPG,MP3 和图
|
||||
片类型不能超过 10M,MP4 类型不能超过 100M。
|
||||
|
||||
http://www.ledokcloud.com 第 26 页
|
||||
1.3. 节目管理
|
||||
|
||||
(1) 点击“新建”。
|
||||
|
||||
(2) 编辑节目名称,选择节目类型及设置宽高,点击“确定”。(注:制作普通节目下发成功后覆盖原
|
||||
节目,制作插播节目下发成功后不覆盖原节目,只在插播时间段内播放插播节目)
|
||||
|
||||
http://www.ledokcloud.com 第 27 页
|
||||
(3) 添加所需的节目类型,设置组件属性及页面属性。
|
||||
|
||||
提示:如果想通过节目名称去查询节目,需要在页面属性里设置名称。
|
||||
|
||||
http://www.ledokcloud.com 第 28 页
|
||||
(4) 可添加多个节目,单个节目可添加多个素材。
|
||||
|
||||
(5) 点击“保存并退出”。 第 29 页
|
||||
|
||||
http://www.ledokcloud.com
|
||||
(6) 点击“发布”,勾选终端设备,点击“确定”,显示发送成功即可。
|
||||
|
||||
http://www.ledokcloud.com 第 30 页
|
||||
结束页
|
||||
|
||||
关于 AIPS4.0 平台使用的介绍到此算告一段落,希望通过这个详细的说明,会对您在今后的使用过
|
||||
程中有所帮助。
|
||||
|
||||
我们再次感谢您选择熙讯科技控制卡作为您 LED 广告设备的控制系统,如果您在使用过程中对我
|
||||
们的产品有任何的疑问或者建议,欢迎您致电 400-608-6499 或发送邮件至 service@xixunled.com 给
|
||||
我们进行反馈,我们会珍视您的每一份投诉或者建议,并积极的给予反馈。
|
||||
|
||||
更多关于 LED 广告设备控制的互联网集群控制解决方案,以及相关说明书文档,请访问我司网站:
|
||||
www.ledok.cn 查询详细信息,如有需要,在线客服会及时与您沟通,十多年的行业经验必将给您一份
|
||||
满意的答复,上海熙讯真诚期待与您的后续合作。
|
||||
|
||||
顺祝商祺
|
||||
深圳市熙讯云科技有限公司
|
||||
|
||||
http://www.ledokcloud.com 第 31 页
|
||||
|
|
@ -0,0 +1,97 @@
|
|||
AIPS(4.0)云平台智慧照明说明
|
||||
|
||||
版本:V.1.0
|
||||
|
||||
1
|
||||
声明
|
||||
|
||||
尊敬的用户朋友,非常感谢您选择深圳市熙讯云科技有限公司(以下简称熙讯科技)的产品作为您
|
||||
LED 广告设备的控制系统。本文档主要作用为帮助您快速了解并使用产品,我们在编写文档时力求精准
|
||||
可靠,随时可能对内容进行修改或者变更,恕不另行通知。
|
||||
|
||||
版权
|
||||
|
||||
本文档版权归熙讯科技所有,未经本公司书面许可,任何单位或个人不得以任何形式对本文内容进
|
||||
行复制、摘录,违者必究。
|
||||
|
||||
商标
|
||||
|
||||
是熙讯科技的注册商标。
|
||||
更新记录
|
||||
|
||||
序号 版本号 更新内容简述 修订日期
|
||||
首次发行 2022.03.31
|
||||
1 Ver.1.0
|
||||
|
||||
注:文档内容若有修改,恕不另行通知。
|
||||
目录
|
||||
|
||||
智慧照明 .............................................................................................................................................1
|
||||
终端列表 .................................................................................................................................... 1
|
||||
功能区 ................................................................................................................................ 1
|
||||
照明开关 .................................................................................................................... 1
|
||||
照明亮度 .................................................................................................................... 3
|
||||
日志管理 ............................................................................................................................ 4
|
||||
远程控制日志 ............................................................................................................ 4
|
||||
|
||||
结束页 .................................................................................................................................................5
|
||||
智慧照明
|
||||
|
||||
该模块主要展示支持智慧照明功能终端的详细信息。
|
||||
|
||||
终端列表
|
||||
|
||||
该页面展示了所有曾经支持过支持智慧照明的终端。
|
||||
|
||||
功能区
|
||||
|
||||
照明开关
|
||||
|
||||
照明开关:开关照明。 第1页
|
||||
定时开关:查询已有的定时策略。
|
||||
|
||||
http://www.ledokcloud.com
|
||||
对于已有的定时策略,可以对它进行设置、修改和删除操作。设置定时后,在定时范围内开关状态为开,
|
||||
其余时间为关。
|
||||
|
||||
新增定时策略,定时策略里具体可以包括日期、时间、星期。
|
||||
查询定时:查询终端内已有的定时策略。
|
||||
|
||||
http://www.ledokcloud.com 第2页
|
||||
照明亮度
|
||||
|
||||
照明亮度:可以查询和设置照明亮度。
|
||||
定时亮度:查询已有的定时策略。
|
||||
|
||||
对于已有的定时策略,可以对其进行设置、修改和删除操作。设置定时后,在定时范围内照明亮度值为
|
||||
设定值,其余时间为默认值。
|
||||
新增定时策略,定时策略里具体可以包括日期、时间、星期。
|
||||
|
||||
http://www.ledokcloud.com 第3页
|
||||
查询定时:查询终端已有的定时策略。
|
||||
|
||||
日志管理
|
||||
|
||||
远程控制日志
|
||||
|
||||
该页面主要展示了用户对照明的的所有操作
|
||||
|
||||
http://www.ledokcloud.com 第4页
|
||||
结束页
|
||||
|
||||
关于 AIPS4.0 平台使用的介绍到此算告一段落,希望通过这个详细的说明,会对您在今后的使用过
|
||||
程中有所帮助。
|
||||
|
||||
我们再次感谢您选择熙讯科技控制卡作为您 LED 广告设备的控制系统,如果您在使用过程中对我
|
||||
们的产品有任何的疑问或者建议,欢迎您致电 400-608-6499 或发送邮件至 service@xixunled.com 给
|
||||
我们进行反馈,我们会珍视您的每一份投诉或者建议,并积极的给予反馈。
|
||||
|
||||
更多关于 LED 广告设备控制的互联网集群控制解决方案,以及相关说明书文档,请访问我司网站:
|
||||
www.ledok.cn 查询详细信息,如有需要,在线客服会及时与您沟通,十多年的行业经验必将给您一份
|
||||
满意的答复,上海熙讯真诚期待与您的后续合作。
|
||||
|
||||
顺祝商祺
|
||||
深圳市熙讯云科技有限公司
|
||||
|
||||
http://www.ledokcloud.com 第5页
|
||||
|
|
@ -0,0 +1,73 @@
|
|||
AIPS(4.0)云平台智慧物联说明
|
||||
|
||||
版本:V.1.0
|
||||
|
||||
1
|
||||
声明
|
||||
|
||||
尊敬的用户朋友,非常感谢您选择深圳市熙讯云科技有限公司(以下简称熙讯科技)的产品作为您
|
||||
LED 广告设备的控制系统。本文档主要作用为帮助您快速了解并使用产品,我们在编写文档时力求精准
|
||||
可靠,随时可能对内容进行修改或者变更,恕不另行通知。
|
||||
|
||||
版权
|
||||
|
||||
本文档版权归熙讯科技所有,未经本公司书面许可,任何单位或个人不得以任何形式对本文内容进
|
||||
行复制、摘录,违者必究。
|
||||
|
||||
商标
|
||||
|
||||
是熙讯科技的注册商标。
|
||||
更新记录
|
||||
|
||||
序号 版本号 更新内容简述 修订日期
|
||||
首次发行 2022.03.31
|
||||
1 Ver.1.0
|
||||
|
||||
注:文档内容若有修改,恕不另行通知。
|
||||
目录
|
||||
|
||||
智慧物联 .............................................................................................................................................1
|
||||
地图模式 .................................................................................................................................... 1
|
||||
列表模式 .................................................................................................................................... 2
|
||||
|
||||
结束页 .................................................................................................................................................3
|
||||
智慧物联
|
||||
|
||||
地图模式
|
||||
|
||||
地图模式左边显示当前用户下的所有设备的在线、离线、已设置定位、为设置定位等信息。
|
||||
鼠标移到在线或者离线状态下展示当前状态下的终端,地图定位到对应终端。
|
||||
|
||||
http://www.ledokcloud.com 第1页
|
||||
点击地图上的终端可以对当前卡进行一些基本控制操作。
|
||||
|
||||
选择已设置定位,未设置定位状态可以给当前终端的位置进行相关设置,也可以通过终端名或设备 ID
|
||||
进行相关的查询操作。
|
||||
|
||||
列表模式
|
||||
|
||||
点击右侧小图标展示列表模式。
|
||||
|
||||
列表模块展示当前用户所有的终端信息,可根据终端名称设备 ID 或者分组进行条件查询,查询终端信
|
||||
息可以将终端的信息同步到平台中,批量对终端进行分组、删除等操作。
|
||||
修改可以修改选中终端的名称,分组或者经纬度信息。
|
||||
|
||||
http://www.ledokcloud.com 第2页
|
||||
结束页
|
||||
|
||||
关于 AIPS4.0 平台使用的介绍到此算告一段落,希望通过这个详细的说明,会对您在今后的使用过
|
||||
程中有所帮助。
|
||||
|
||||
我们再次感谢您选择熙讯科技控制卡作为您 LED 广告设备的控制系统,如果您在使用过程中对我
|
||||
们的产品有任何的疑问或者建议,欢迎您致电 400-608-6499 或发送邮件至 service@xixunled.com 给
|
||||
我们进行反馈,我们会珍视您的每一份投诉或者建议,并积极的给予反馈。
|
||||
|
||||
更多关于 LED 广告设备控制的互联网集群控制解决方案,以及相关说明书文档,请访问我司网站:
|
||||
www.ledok.cn 查询详细信息,如有需要,在线客服会及时与您沟通,十多年的行业经验必将给您一份
|
||||
满意的答复,上海熙讯真诚期待与您的后续合作。
|
||||
|
||||
顺祝商祺
|
||||
深圳市熙讯云科技有限公司
|
||||
|
||||
http://www.ledokcloud.com 第3页
|
||||
|
|
@ -0,0 +1,199 @@
|
|||
AIPS(4.0)云平台智慧监控说明
|
||||
|
||||
版本:V.1.0
|
||||
|
||||
1
|
||||
声明
|
||||
|
||||
尊敬的用户朋友,非常感谢您选择深圳市熙讯云科技有限公司(以下简称熙讯科技)的产品作为您
|
||||
LED 广告设备的控制系统。本文档主要作用为帮助您快速了解并使用产品,我们在编写文档时力求精准
|
||||
可靠,随时可能对内容进行修改或者变更,恕不另行通知。
|
||||
|
||||
版权
|
||||
|
||||
本文档版权归熙讯科技所有,未经本公司书面许可,任何单位或个人不得以任何形式对本文内容进
|
||||
行复制、摘录,违者必究。
|
||||
|
||||
商标
|
||||
|
||||
是熙讯科技的注册商标。
|
||||
更新记录
|
||||
|
||||
序号 版本号 更新内容简述 修订日期
|
||||
首次发行 2022.03.31
|
||||
1 Ver.1.0
|
||||
|
||||
注:文档内容若有修改,恕不另行通知。
|
||||
目录
|
||||
|
||||
智慧广播 .............................................................................................................................................1
|
||||
终端列表 ............................................................................................................................ 1
|
||||
功能区 ................................................................................................................................ 1
|
||||
清除任务 .................................................................................................................... 1
|
||||
喊话地址配置 ............................................................................................................ 2
|
||||
注册报警账号 ............................................................................................................ 2
|
||||
报警设备信息 ............................................................................................................ 3
|
||||
报警地址 .................................................................................................................... 3
|
||||
报警设备网络信息 .................................................................................................... 4
|
||||
通话音量 .................................................................................................................... 5
|
||||
录音文件 .................................................................................................................... 5
|
||||
媒体库 ................................................................................................................................ 5
|
||||
添加媒体 .................................................................................................................... 6
|
||||
审批 ............................................................................................................................ 6
|
||||
广播任务 ............................................................................................................................ 6
|
||||
新建广播任务 ............................................................................................................ 7
|
||||
审批 ............................................................................................................................ 7
|
||||
日志管理 ............................................................................................................................ 7
|
||||
远程控制日志 ............................................................................................................ 7
|
||||
播放日志 .................................................................................................................... 8
|
||||
报警管理 ............................................................................................................................ 8
|
||||
报警记录 .................................................................................................................... 8
|
||||
通话记录 .................................................................................................................... 8
|
||||
结束页 .................................................................................................................................................9
|
||||
智慧广播
|
||||
|
||||
该模块主要展示支持智慧广播功能终端的详细信息。
|
||||
|
||||
终端列表
|
||||
|
||||
该页面展示了所有支持智慧广播的终端,其中广播状态一共有四种:仅支持广播;支持广播、喊话,不
|
||||
支持报警;支持广播、报警,不支持喊话;支持广播、喊话、报警。
|
||||
|
||||
功能区
|
||||
|
||||
清除任务
|
||||
|
||||
暂停/开启广播任务:点击该按钮会暂停/开启当前正在播放的广播任务。 第1页
|
||||
|
||||
http://www.ledokcloud.com
|
||||
清除广播任务:点击该按钮会清除所有广播任务包括插播任务。
|
||||
仅清除插播任务:仅仅清除插播任务。
|
||||
|
||||
喊话地址配置
|
||||
|
||||
这里可以查询和设置卡的 sip 服务器的地址和组播地址。
|
||||
SIP 服务器地址,如果无特殊要求,则将 SIP 服务器地址设置为平台地址,默认不填。
|
||||
组播地址:最后一位范围为 3-255。
|
||||
|
||||
注册报警账号
|
||||
|
||||
注册报警设备账号:账号必须为 10 位数字,注册成功后,您的账号为 By+10 为数字,请记住。话机账
|
||||
号可以在话机上进行登录。注册成功之后,您的报警设备账号为 By1234567890,密码为:123456。
|
||||
注册话机账号:账号格式上没有做具体要求,注册成功后,话机账号为 xixun+输入的账号。
|
||||
|
||||
http://www.ledokcloud.com 第2页
|
||||
报警设备信息
|
||||
|
||||
打开可以查看当前局域网内的报警设备信息。如 mac 地址、别名、IP 等信息。
|
||||
设置报警设备信息
|
||||
注册账号成功后,设置报警信息。将刚刚注册的报警账号和密码都填入。Sip 服务器默认地址为
|
||||
|
||||
101.37.118.93,默认端口为 5062。
|
||||
|
||||
报警地址
|
||||
|
||||
点击打开之后,如果有设备会显示如下信息。
|
||||
|
||||
设置报警地址
|
||||
配置完报警设备信息后,配置报警地址。在这里可以设置默认的报警地址即:平台报警地址以及要拨打
|
||||
的号码。
|
||||
|
||||
http://www.ledokcloud.com 第3页
|
||||
报警设备网络信息
|
||||
|
||||
该页面展示的是报警设备的网络信息
|
||||
|
||||
设置网络状态
|
||||
配置完报警地址后,可以配置网络信息。网络可以选择动态 IP 或者静态 IP,静态 IP 需要自己设置 DNS、
|
||||
网关等。
|
||||
|
||||
http://www.ledokcloud.com 第4页
|
||||
通话音量
|
||||
|
||||
该页面展示的是报警设备的通话音量。
|
||||
|
||||
设置通话音量
|
||||
配置完所有信息后,可以自行设置通话音量。
|
||||
|
||||
录音文件
|
||||
|
||||
该页面可以查询到某一天的通话录音文件。
|
||||
|
||||
选择日期,点击查询,即可找到当天的录音文件,可选择下载。 第5页
|
||||
|
||||
媒体库
|
||||
|
||||
该页面展示的是用户上传的媒体资源。
|
||||
|
||||
http://www.ledokcloud.com
|
||||
添加媒体
|
||||
|
||||
用户可以通过添加媒体将自己想要播放的素材上传,且用户可以一次上传多个素材,上传素材成功
|
||||
之后,需要进行审核。只有通过审核,素材才会显示在我的页面,否则显示在带审批页面,且处于待审
|
||||
核状态。用户可以对已上传的媒体素材进行下载删除操作。
|
||||
注:用户注册成功之后,直接成为子管理员,子管理的素材不需要审核。子管理员可以自行添加子用户
|
||||
(普通用户),子用户的素材需要子管理员进行审核。
|
||||
|
||||
审批
|
||||
|
||||
子管理员用户可以对自己下面的子用户上传的素材进行审批。
|
||||
|
||||
广播任务
|
||||
|
||||
该页面展示了所有的已经通过审核的广播任务。广播任务中有两类任务,一类是普通的广播任务一种是
|
||||
插播任务。在该页面,可以发布已通过审核的广播任务到终端上,此外还可以对已有的广播任务进行删
|
||||
除修改操作。
|
||||
|
||||
http://www.ledokcloud.com 第6页
|
||||
新建广播任务
|
||||
|
||||
广播任务中可以添加多个任务并设置循环次数。广播任务有两种,普通任务和插播任务。同一个广播任
|
||||
务中,只能存在一种任务。当添加了一个普通任务,也就不能添加插播任务。任务内可以选择任务类型
|
||||
一种是文字转语音,一种是媒体类型。文字转语音中,可以设置文本内容、播报语速以及播放次数。媒
|
||||
体类型中,可以选择媒体库中的媒体素材,并设置播放次数。这两个任务都可以设置定时操作,在指定
|
||||
日期范围内执行广播任务。广播任务也需要审核,审核规则和媒体素材审核规则一致。
|
||||
|
||||
审批 第7页
|
||||
|
||||
子管理员用户可以对自己下面的子用户制作的广播节目进行审批操作。
|
||||
|
||||
日志管理
|
||||
|
||||
远程控制日志
|
||||
|
||||
该页面主要展示的是用户对终端的操作日志。
|
||||
|
||||
http://www.ledokcloud.com
|
||||
播放日志 第8页
|
||||
|
||||
该页面主要展示了广播节目的播放日志。
|
||||
|
||||
报警管理
|
||||
|
||||
报警记录
|
||||
|
||||
该页面主要展示了报警设备的报警记录。
|
||||
|
||||
通话记录
|
||||
|
||||
该页面主要展示了报警设备的通话记录。
|
||||
|
||||
http://www.ledokcloud.com
|
||||
结束页
|
||||
|
||||
关于 AIPS4.0 平台使用的介绍到此算告一段落,希望通过这个详细的说明,会对您在今后的使用过
|
||||
程中有所帮助。
|
||||
|
||||
我们再次感谢您选择熙讯科技控制卡作为您 LED 广告设备的控制系统,如果您在使用过程中对我
|
||||
们的产品有任何的疑问或者建议,欢迎您致电 400-608-6499 或发送邮件至 service@xixunled.com 给
|
||||
我们进行反馈,我们会珍视您的每一份投诉或者建议,并积极的给予反馈。
|
||||
|
||||
更多关于 LED 广告设备控制的互联网集群控制解决方案,以及相关说明书文档,请访问我司网站:
|
||||
www.ledok.cn 查询详细信息,如有需要,在线客服会及时与您沟通,十多年的行业经验必将给您一份
|
||||
满意的答复,上海熙讯真诚期待与您的后续合作。
|
||||
|
||||
顺祝商祺
|
||||
深圳市熙讯云科技有限公司
|
||||
|
||||
http://www.ledokcloud.com 第9页
|
||||
|
|
@ -0,0 +1,65 @@
|
|||
AIPS(4.0)云平台气象环境说明
|
||||
|
||||
版本:V.1.0
|
||||
|
||||
1
|
||||
声明
|
||||
|
||||
尊敬的用户朋友,非常感谢您选择深圳市熙讯云科技有限公司(以下简称熙讯科技)的产品作为您
|
||||
LED 广告设备的控制系统。本文档主要作用为帮助您快速了解并使用产品,我们在编写文档时力求精准
|
||||
可靠,随时可能对内容进行修改或者变更,恕不另行通知。
|
||||
|
||||
版权
|
||||
|
||||
本文档版权归熙讯科技所有,未经本公司书面许可,任何单位或个人不得以任何形式对本文内容进
|
||||
行复制、摘录,违者必究。
|
||||
|
||||
商标
|
||||
|
||||
是熙讯科技的注册商标。
|
||||
更新记录
|
||||
|
||||
序号 版本号 更新内容简述 修订日期
|
||||
首次发行 2022.03.31
|
||||
1 Ver.1.0
|
||||
|
||||
注:文档内容若有修改,恕不另行通知。
|
||||
目录
|
||||
|
||||
气象环境 .............................................................................................................................................1
|
||||
结束页 .................................................................................................................................................2
|
||||
气象环境
|
||||
|
||||
该模块主要展示支持气象环境功能终端的信息。
|
||||
该模块主要以折线图的形式展示气象环境的数据。其中包括温度、湿度、噪音、风速、风向光照度、PM10、
|
||||
PM2.5。
|
||||
温度为 255 使表示查询出现异常或无数据。
|
||||
湿度为-1 时表示查询出异常或无数据。
|
||||
噪音为-1 时表示查询出异常或无数据。
|
||||
风速为-1 时表示查询出异常或无数据。
|
||||
风向为-1 时表示查询出异常或无数据。
|
||||
光照度为 0 时表示查询出异常或无数据。
|
||||
PM10 为-1 时表示查询出异常或无数据。
|
||||
PM2.5 为-1 时表示查询出异常或无数据。
|
||||
气象环境数据在终端上线后每小时的整点保存一次,数据只保留 7 天。
|
||||
每次查询都会查询出近七天的数据,七天之后数据就会过期。
|
||||
|
||||
http://www.ledokcloud.com 第1页
|
||||
结束页
|
||||
|
||||
关于 AIPS4.0 平台使用的介绍到此算告一段落,希望通过这个详细的说明,会对您在今后的使用过
|
||||
程中有所帮助。
|
||||
|
||||
我们再次感谢您选择熙讯科技控制卡作为您 LED 广告设备的控制系统,如果您在使用过程中对我
|
||||
们的产品有任何的疑问或者建议,欢迎您致电 400-608-6499 或发送邮件至 service@xixunled.com 给
|
||||
我们进行反馈,我们会珍视您的每一份投诉或者建议,并积极的给予反馈。
|
||||
|
||||
更多关于 LED 广告设备控制的互联网集群控制解决方案,以及相关说明书文档,请访问我司网站:
|
||||
www.ledok.cn 查询详细信息,如有需要,在线客服会及时与您沟通,十多年的行业经验必将给您一份
|
||||
满意的答复,上海熙讯真诚期待与您的后续合作。
|
||||
|
||||
顺祝商祺
|
||||
深圳市熙讯云科技有限公司
|
||||
|
||||
http://www.ledokcloud.com 第2页
|
||||
|
|
@ -0,0 +1,67 @@
|
|||
AIPS(4.0)云平台电能管理说明
|
||||
|
||||
版本:V.1.0
|
||||
|
||||
1
|
||||
声明
|
||||
|
||||
尊敬的用户朋友,非常感谢您选择深圳市熙讯云科技有限公司(以下简称熙讯科技)的产品作为您
|
||||
LED 广告设备的控制系统。本文档主要作用为帮助您快速了解并使用产品,我们在编写文档时力求精准
|
||||
可靠,随时可能对内容进行修改或者变更,恕不另行通知。
|
||||
|
||||
版权
|
||||
|
||||
本文档版权归熙讯科技所有,未经本公司书面许可,任何单位或个人不得以任何形式对本文内容进
|
||||
行复制、摘录,违者必究。
|
||||
|
||||
商标
|
||||
|
||||
是熙讯科技的注册商标。
|
||||
更新记录
|
||||
|
||||
序号 版本号 更新内容简述 修订日期
|
||||
首次发行 2022.03.31
|
||||
1 Ver.1.0
|
||||
|
||||
注:文档内容若有修改,恕不另行通知。
|
||||
目录
|
||||
|
||||
电能管理 .............................................................................................................................................1
|
||||
设置电能周期 .................................................................................................................... 1
|
||||
|
||||
结束页 .................................................................................................................................................2
|
||||
电能管理
|
||||
|
||||
该模块主要展示支持电能管理功能终端的信息。
|
||||
该模块主要以折线图的形式展示电能数据。其中包括电能、电流、电压、功率,当值为 0 时,表示查询
|
||||
出异常或无数据。
|
||||
|
||||
设置电能周期
|
||||
|
||||
电能周期是指,电能的查询周期。电能查询周期是指,在终端上线后,根据查询周期来查询电能数据。
|
||||
支持电能管理的终端,默认电能查询周期为 24 小时,即一天查询一次。在终端上线时,程序也会查询
|
||||
一次电能数据。
|
||||
默认查询近 7 天的电能数据。
|
||||
|
||||
每月电能统计:统计近 12 个月每个月的电能数据总和。 第1页
|
||||
导出电能数据:将近 12 个月每个月的电能数据总和导出成 Excel 表格。
|
||||
|
||||
http://www.ledokcloud.com
|
||||
结束页
|
||||
|
||||
关于 AIPS4.0 平台使用的介绍到此算告一段落,希望通过这个详细的说明,会对您在今后的使用过
|
||||
程中有所帮助。
|
||||
|
||||
我们再次感谢您选择熙讯科技控制卡作为您 LED 广告设备的控制系统,如果您在使用过程中对我
|
||||
们的产品有任何的疑问或者建议,欢迎您致电 400-608-6499 或发送邮件至 service@xixunled.com 给
|
||||
我们进行反馈,我们会珍视您的每一份投诉或者建议,并积极的给予反馈。
|
||||
|
||||
更多关于 LED 广告设备控制的互联网集群控制解决方案,以及相关说明书文档,请访问我司网站:
|
||||
www.ledok.cn 查询详细信息,如有需要,在线客服会及时与您沟通,十多年的行业经验必将给您一份
|
||||
满意的答复,上海熙讯真诚期待与您的后续合作。
|
||||
|
||||
顺祝商祺
|
||||
深圳市熙讯云科技有限公司
|
||||
|
||||
http://www.ledokcloud.com 第2页
|
||||
|
|
@ -0,0 +1,610 @@
|
|||
Vehicle HUB 平台
|
||||
|
||||
详细操作说明书
|
||||
|
||||
版本:V.1.0
|
||||
声明
|
||||
|
||||
尊敬的用户朋友,非常感谢您选择深圳市熙讯云科技有限公司(以下简称熙讯科技)的产品
|
||||
作为您 LED 广告设备的控制系统。本文档主要作用为帮助您快速了解并使用产品,我们在编写
|
||||
文档时力求精准可靠,随时可能对内容进行修改或者变更,恕不另行通知。
|
||||
|
||||
版权
|
||||
|
||||
本文档版权归熙讯科技所有,未经本公司书面许可,任何单位或个人不得以任何形式对本文
|
||||
内容进行复制、摘录,违者必究。
|
||||
|
||||
商标
|
||||
|
||||
是熙讯科技的注册商标。
|
||||
更新记录
|
||||
|
||||
序号 版本号 更新内容简述 修订日期
|
||||
首次发行 2021.02.04
|
||||
1 Ver.1.0
|
||||
|
||||
注:文档内容若有修改,恕不另行通知。
|
||||
目录
|
||||
|
||||
一、 账号管理 ...........................................................................................................................................1
|
||||
1. 账号注册 ....................................................................................................................................... 1
|
||||
2. 账户管理 ....................................................................................................................................... 2
|
||||
2.1. 操作日志 ............................................................................................................................2
|
||||
2.2. 用户信息 ............................................................................................................................2
|
||||
2.3. 退出 .................................................................................................................................... 2
|
||||
2.4. 用户管理 ............................................................................................................................3
|
||||
2.4.1. 添加用户组权限 .................................................................................................... 3
|
||||
2.4.2. 添加用户 ................................................................................................................ 6
|
||||
|
||||
二、 绑定终端 ...........................................................................................................................................8
|
||||
1. 下载凭证 ....................................................................................................................................... 8
|
||||
2. 连接控制卡 ................................................................................................................................... 8
|
||||
3. 软件版本 ....................................................................................................................................... 9
|
||||
4. 配置服务器地址 ........................................................................................................................... 9
|
||||
5. 入网凭证绑定 ............................................................................................................................... 9
|
||||
6. 入网配置(4G 上线或者 WiFi 上线) .................................................................................... 10
|
||||
6.1. 4G 入网配置 .................................................................................................................... 10
|
||||
6.2. WiFi 入网配置 ................................................................................................................. 11
|
||||
|
||||
三、 3.0 平台功能简介 ..........................................................................................................................12
|
||||
1. 账户登陆管理机制 ..................................................................................................................... 12
|
||||
2. 设备管理 ..................................................................................................................................... 12
|
||||
3. 定点广告 ..................................................................................................................................... 13
|
||||
4. 广告投放 ..................................................................................................................................... 13
|
||||
四、 地图 .................................................................................................................................................13
|
||||
五、 设备管理 .........................................................................................................................................14
|
||||
1. 登录平台 ..................................................................................................................................... 14
|
||||
2. 添加分组 ..................................................................................................................................... 14
|
||||
3. 终端控制 ..................................................................................................................................... 16
|
||||
|
||||
3.1. 屏幕截图 ..........................................................................................................................19
|
||||
3.1.1. 屏幕截图 .............................................................................................................. 19
|
||||
3.1.2. 摄像头截屏 .......................................................................................................... 20
|
||||
3.1.3. 安卓全尺寸截屏 .................................................................................................. 20
|
||||
|
||||
3.2. 屏幕亮度 ..........................................................................................................................21
|
||||
3.2.1. 查询 .......................................................................................................................21
|
||||
3.2.2. 手动 .......................................................................................................................21
|
||||
3.2.3. 自动亮度 .............................................................................................................. 22
|
||||
3.2.4. 定时 .......................................................................................................................22
|
||||
|
||||
3.3. 屏幕开关 ..........................................................................................................................25
|
||||
3.3.1. 查询 .......................................................................................................................25
|
||||
3.3.2. 手动 .......................................................................................................................26
|
||||
3.3.3. 定时 .......................................................................................................................26
|
||||
|
||||
3.4. 参数配置 ..........................................................................................................................29
|
||||
3.4.1. 查询 .......................................................................................................................29
|
||||
3.4.2. 同步设置 .............................................................................................................. 30
|
||||
3.4.3. 高级设置 .............................................................................................................. 30
|
||||
3.4.4. 备份 .......................................................................................................................30
|
||||
3.4.5. 恢复 .......................................................................................................................31
|
||||
3.5. 硬件状态 ..........................................................................................................................31
|
||||
3.6. 重启系统 ..........................................................................................................................32
|
||||
3.7. 音量控制 ..........................................................................................................................32
|
||||
3.8. 在线更新 ..........................................................................................................................33
|
||||
3.8.1. 在线更新 .............................................................................................................. 33
|
||||
3.8.2. 卸载 .......................................................................................................................34
|
||||
3.8.3. 更新详情 .............................................................................................................. 35
|
||||
3.9. 服务器配置 ......................................................................................................................35
|
||||
3.10. 车辆信息 ....................................................................................................................... 36
|
||||
3.11. 自定义显示 ................................................................................................................... 37
|
||||
3.12. 批量转移 ....................................................................................................................... 38
|
||||
3.13. 评分系统 ....................................................................................................................... 39
|
||||
3.14. 有客无客 ....................................................................................................................... 40
|
||||
3.15. 设备广告查询 ............................................................................................................... 41
|
||||
六、 分组投放 .........................................................................................................................................41
|
||||
1. 添加广告 ..................................................................................................................................... 41
|
||||
2. 投放广告 ..................................................................................................................................... 43
|
||||
3. 添加广告排序 ............................................................................................................................. 45
|
||||
4. 广告排序投放 ............................................................................................................................. 47
|
||||
七、 计数投放 .........................................................................................................................................50
|
||||
|
||||
1. 添加计数投放 ............................................................................................................................. 50
|
||||
2. 发布计数投放 ............................................................................................................................. 52
|
||||
八、 定点投放 .........................................................................................................................................54
|
||||
1. 创建定点 ..................................................................................................................................... 54
|
||||
2. 创建广告活动 ............................................................................................................................. 55
|
||||
3. 其他 ............................................................................................................................................. 59
|
||||
结束页 .......................................................................................................................................................60
|
||||
一、账号管理
|
||||
|
||||
1. 账号注册
|
||||
|
||||
Vehicle HUB 平台地址:www.taxihub.cn
|
||||
打开 Vehicle HUB 平台登录界面(建议使用谷歌浏览器),点击“注册”。
|
||||
|
||||
设置用户名、邮箱等,输入手机号码,获取验证码,设置好密码,勾选 Vehicle HUB 用户协议,点击
|
||||
“注册”即可。
|
||||
|
||||
www.taxihub.cn 第1页
|
||||
2. 账户管理
|
||||
|
||||
2.1. 操作日志
|
||||
|
||||
点击操作日志可查看控制卡相关操作。
|
||||
|
||||
2.2. 用户信息
|
||||
|
||||
点击用户信息可重置密码和修改该用户当前电话号码。
|
||||
|
||||
2.3. 退出 第2页
|
||||
|
||||
点击“退出”,就会退回登录界面。
|
||||
www.taxihub.cn
|
||||
2.4. 用户管理
|
||||
|
||||
用户管理界面可对用户组和用户进行添加、编辑。
|
||||
|
||||
2.4.1. 添加用户组权限 第3页
|
||||
点击“添加权限分组”。
|
||||
|
||||
www.taxihub.cn
|
||||
可以在主菜单里的对分组投放、媒体管理等选项进行勾选。(该选择包含了该选项里的所有操作权限)
|
||||
|
||||
也可以对每个选项里的所有操作权限根据个人需求勾选。
|
||||
|
||||
www.taxihub.cn 第4页
|
||||
最后点击“添加”即可。
|
||||
|
||||
在用户组权限列表里,还可以对已有的用户组进行修改。
|
||||
|
||||
www.taxihub.cn 第5页
|
||||
2.4.2. 添加用户
|
||||
选择用户组权限列表里任意分组,点击“添加用户”。
|
||||
|
||||
编辑用户名和密码等信息,点击“添加”即可。 第6页
|
||||
www.taxihub.cn
|
||||
在用户组列表里,还可以对已有的用户进行别名、权限分组修改。
|
||||
|
||||
www.taxihub.cn 第7页
|
||||
二、绑定终端
|
||||
|
||||
1. 下载凭证
|
||||
|
||||
账号注册完毕,登陆平台点击平台界面右上角 按钮下载车辆入网证书。
|
||||
|
||||
2. 连接控制卡
|
||||
|
||||
电脑搜索该控制卡释放的 AP 热点,点击“连接”输入密码即可。
|
||||
|
||||
www.taxihub.cn 第8页
|
||||
3. 软件版本
|
||||
|
||||
当前版本 LedOK Express1.0.78 starter190 taxi3.2.6 conn1045-AIPSⅢ
|
||||
|
||||
备注:软件如有正式版本更新,以更新版本为准!
|
||||
|
||||
4. 配置服务器地址
|
||||
|
||||
打开 LedOK,打开“终端控制”界面,进入“高级设置”(默认密码 888),在“Web 服务器地址”
|
||||
里选择 https://www.taxihub.cn:2340,点击“设置”即可。
|
||||
|
||||
5. 入网凭证绑定
|
||||
|
||||
在高级设置界面按下键盘上的 F7 键,点击“绑定 TAXI-HUB 平台用户身份凭证”,上传车辆入网凭证.ic
|
||||
文件即可。
|
||||
|
||||
www.taxihub.cn 第9页
|
||||
6. 入网配置(4G 上线或者 WiFi 上线)
|
||||
|
||||
6.1. 4G 入网配置
|
||||
|
||||
进入网络配置界面,选择控制卡,勾选“启用蜂窝数据”,通过“获取状态”按钮可以自动匹配国家码
|
||||
MMC,然后选择“运营商”可获取到响应的 APN 信息,如果找不到运营商,可勾选“自定义”复选
|
||||
框,然后手动输入 APN 信息。
|
||||
|
||||
www.taxihub.cn 第 10 页
|
||||
6.2. WiFi 入网配置
|
||||
|
||||
打开 WiFi 开关稍等 3 秒钟左右,点击扫描 WiFi 扫描附近可用 WiFi,选择所需 WiFi 并输入密码,点
|
||||
击“设置”即可将 WiFi 配置保存到控制卡上。
|
||||
|
||||
E 系列需将拨码开关拨到 WiFi 位置,等待 3 分钟左右,Internet 灯匀速慢闪表示已接入互联网,并在
|
||||
平台上线,上线后即可登录 3.0 平台 www.taxihub.cn 给设备发广告以及其他的控制操作。
|
||||
|
||||
www.taxihub.cn 第 11 页
|
||||
三、3.0 平台功能简介
|
||||
|
||||
1. 账户登陆管理机制
|
||||
|
||||
强制性高强度密码。用户在创建账号时密码必须包含数字,字母和特殊符号,且保证一定长度,从而规
|
||||
避密码过于简单带来的风险。
|
||||
IP 黑名单机制。密码或验证码错误次数过多时,会在一段时间内将请求的 IP 地址加入黑名单,无法继
|
||||
|
||||
续尝试登陆,从而防止暴力手段破解。
|
||||
|
||||
Session 保护机制。通过设置 Session 有效期来保护已登陆账号的平台安全。在操作人员离开一段时间
|
||||
|
||||
后,账号会自动登出,以避免他人造成的误操作。
|
||||
|
||||
2. 设备管理
|
||||
|
||||
匹配 2.0 平台的部分配置功能,可对控制卡进行分组集中管理,远程在线集群操控,缩减工作时间,提
|
||||
|
||||
www.taxihub.cn 第 12 页
|
||||
高工作效率。
|
||||
|
||||
3. 定点广告
|
||||
|
||||
可定点投放广告,合理设置广告投放范围,进入范围将自动播放定点广告,出了范围自动跳转其他广告。
|
||||
充分利用现有资源,让广告投放更精准。
|
||||
|
||||
4. 广告投放
|
||||
|
||||
提供简洁方便的云端广告发布系统、多服务器备份系统,可以保证系统的冗余稳定,集中控制与管理,
|
||||
提高运营效率。支持图片、Gif、视频等格式。
|
||||
|
||||
四、地图
|
||||
|
||||
点击打开地图可查看所选车辆相关信息以及行车轨迹等。
|
||||
|
||||
www.taxihub.cn 第 13 页
|
||||
五、设备管理
|
||||
|
||||
1. 登录平台
|
||||
|
||||
输入注册好的邮箱或者手机号码、密码登录平台。
|
||||
|
||||
2. 添加分组
|
||||
|
||||
刚绑定的终端默认在未分组里,需要先添加创建分组,再将终端设备添加到分组里。
|
||||
|
||||
点击打开“设备管理”界面,点击上方“新建”按钮新建终端分组。 第 14 页
|
||||
www.taxihub.cn
|
||||
编辑分组名点击“保存”。
|
||||
|
||||
然后点击分组里的 按钮选择控制卡 ID,点击“添加到车载”即可。
|
||||
|
||||
www.taxihub.cn 第 15 页
|
||||
3. 终端控制
|
||||
|
||||
设备管理界面其他按钮的介绍。
|
||||
|
||||
编辑分组名:根据个人需求编辑分组名,可随时更改。
|
||||
|
||||
出租车总数:可查看出租车总数量及在线数量。 第 16 页
|
||||
www.taxihub.cn
|
||||
添加/减少终端:可将终端添加到分组里,或将已有的终端从该分组删除。
|
||||
|
||||
点击“详情”按钮可进入终端控制界面。 第 17 页
|
||||
www.taxihub.cn
|
||||
分组删除:需将广告和控制卡 ID 从该分组清空才可以删除分组。
|
||||
|
||||
搜索栏:可快速找到指定的 ID、司机姓名和电话等。(支持模糊搜索)
|
||||
|
||||
www.taxihub.cn 第 18 页
|
||||
点击任意终端分组上的详情按钮,可对分组里的控制卡进行单个或者多个远程配置。
|
||||
|
||||
3.1. 屏幕截图
|
||||
|
||||
3.1.1. 屏幕截图
|
||||
选择需要查看的控制卡 ID,点击“屏幕截图”,就可以在操作结果里查看当前屏幕所播放的节目。
|
||||
|
||||
www.taxihub.cn 第 19 页
|
||||
3.1.2. 摄像头截屏
|
||||
装有摄像头的情况下,点击“摄像头截屏”,可截取当前摄像头拍摄画面。
|
||||
|
||||
3.1.3. 安卓全尺寸截屏 第 20 页
|
||||
点击“安卓尺寸截屏”可截取整个安卓分辨率图像。
|
||||
|
||||
www.taxihub.cn
|
||||
3.2. 屏幕亮度
|
||||
|
||||
3.2.1. 查询
|
||||
选择控制卡 ID,点击“屏幕亮度”,点击“查询”,可查询所选控制卡是否有设置定时亮度任务。
|
||||
|
||||
3.2.2. 手动
|
||||
选择控制卡 ID,点击“手动”,输入亮度值(1 为最暗,255 为最亮),点击“提交”即可调节当前
|
||||
屏幕亮度。
|
||||
|
||||
www.taxihub.cn 第 21 页
|
||||
3.2.3. 自动亮度
|
||||
设置自动亮度需外置亮度传感器,然后选择控制卡 ID,点击“自动亮度”,输入灵敏度(默认 50)和
|
||||
最小亮度(如设置最小亮度为 80,当环境亮度调节至低于 80 时,屏幕亮度为设置的最低亮度值 80),
|
||||
点击“设置”即可。点击“查询”可查询该控制卡是否成功设置自动亮度。
|
||||
|
||||
3.2.4. 定时
|
||||
|
||||
选择控制卡 ID,点击“定时”,然后点击 按钮,设置任务名和默认亮度。
|
||||
|
||||
www.taxihub.cn 第 22 页
|
||||
点击 按钮,设置亮度值。
|
||||
|
||||
点击日期限制下的 按钮,增添时间安排,编辑完点击 按钮。
|
||||
|
||||
www.taxihub.cn 第 23 页
|
||||
点击 按钮保存到定时任务列表。
|
||||
|
||||
点击 按钮发送即可。(可在查询界面查看该控制卡是否设置定时任务)
|
||||
|
||||
www.taxihub.cn 第 24 页
|
||||
还可以对列表里已有的定时任务进行编辑和删除。
|
||||
|
||||
3.3. 屏幕开关
|
||||
|
||||
3.3.1. 查询
|
||||
选择控制卡 ID,点击“屏幕开关”,点击“查询”,可查询所选控制卡是否有设置定时开关任务。
|
||||
|
||||
www.taxihub.cn 第 25 页
|
||||
3.3.2. 手动
|
||||
选择控制卡 ID,点击“手动”,可手动选择开屏或者关屏。
|
||||
|
||||
3.3.3. 定时
|
||||
|
||||
选择控制卡 ID,点击“定时”,点击 按钮,设置任务名。
|
||||
|
||||
www.taxihub.cn 第 26 页
|
||||
点击 按钮,增添时间安排,编辑完后点击 按钮。
|
||||
|
||||
点击 按钮保存到定时任务列表。
|
||||
|
||||
www.taxihub.cn 第 27 页
|
||||
点击 按钮发送即可。(可在查询界面查看该控制卡是否设置定时任务)
|
||||
|
||||
还可以对列表里已有的定时任务进行编辑和删除。
|
||||
|
||||
www.taxihub.cn 第 28 页
|
||||
3.4. 参数配置
|
||||
|
||||
3.4.1. 查询
|
||||
选择控制卡 ID,点击“参数配置”,点击“查询”,可查询所选控制卡的 NTP 服务器地址、时区、当
|
||||
前时间、语言等。
|
||||
|
||||
点击“查询 GPS”,可查询所选控制卡的经纬度信息等。 第 29 页
|
||||
www.taxihub.cn
|
||||
3.4.2. 同步设置
|
||||
选择控制卡 ID,点击同步设置,同步方式有两种,一是 GPS 同步,GPS 同步需接上 GPS 天线,通过
|
||||
GPS 去校时,从而实现同步。二是 NIT 同步方式,出厂默认为 NTP 同步方式,控制卡需要保持在线状
|
||||
态,系统自动通过网络校时
|
||||
|
||||
3.4.3. 高级设置
|
||||
“启用离线画面功能”属于定制功能,了解详情请咨询熙讯工程师。
|
||||
3.4.4. 备份
|
||||
选择控制卡 ID,点击“备份”。当控制卡显示在线状态且播放正常,可对控制卡参数进行备份。
|
||||
|
||||
www.taxihub.cn 第 30 页
|
||||
3.4.5. 恢复
|
||||
选择控制卡 ID,点击“恢复”。如果后续是相同的项目或者对用一个显示屏更换了新的主卡,当控制
|
||||
卡上线后,点击“在线更新”,可恢复之前正常备份参数。也可将列表已有的参数下载至本地保存或者
|
||||
删除。
|
||||
|
||||
3.5. 硬件状态
|
||||
|
||||
点击“硬件状态”。硬件状态界面可查询控制卡硬件版本、板载温度、控制卡供电电压等(其他参数需
|
||||
控制卡及传感器支持),选择控制卡 ID,点击“查询”即可获取。
|
||||
|
||||
www.taxihub.cn 第 31 页
|
||||
3.6. 重启系统
|
||||
|
||||
可在平台远程重启控制卡,也可设置定时自动重启(对于个别项目 24 小时不关电的情况,默认每天凌
|
||||
晨 3 点自动软重启),但只能设置一天一次软重启。选择控制卡 ID,点击“重启系统”按钮或者设置
|
||||
定时重启,点击“查询”按钮可查询该控制卡是否有设置定时重启任务。
|
||||
|
||||
3.7. 音量控制
|
||||
|
||||
选择控制卡 ID,点击“音量控制”,可查询当前是都有设置定时任务以及手动设置音量等。(操作步
|
||||
骤和屏幕开关一样)
|
||||
|
||||
www.taxihub.cn 第 32 页
|
||||
3.8. 在线更新
|
||||
|
||||
3.8.1. 在线更新
|
||||
熙讯工程师会根据需求发布新的升级包,针对已有的功能进行更新及优化,客户可在此操作远程更新固
|
||||
件包,固件包文件格式类型为.zip 文件,相关固件包可向熙讯技术支持获取。点击“上传 zip 包”。
|
||||
|
||||
选择需要更新的 zip 包,点击“打开”。 第 33 页
|
||||
www.taxihub.cn
|
||||
选择控制卡 ID,点击 按钮发送即可。还可以将列表里已有的 zip 包下载保存至本地或者删除。
|
||||
|
||||
3.8.2. 卸载
|
||||
比如需做定制开发,客户想要卸载播放器或其他软件,选择控制卡 ID,点击“卸载”,选择需要卸载
|
||||
的软件,点击“卸载”即可。还可以对该控制卡的软件版本进行查询,点击“查询软件版本”即可。
|
||||
|
||||
www.taxihub.cn 第 34 页
|
||||
3.8.3. 更新详情
|
||||
更新详情里可查看控制卡更新的程序、进度及时间。
|
||||
|
||||
3.9. 服务器配置
|
||||
|
||||
在其他功能里面,输入密码 888,点击“服务器配置”。服务器配置界面里可将 Vehicle HUB 平台的
|
||||
控制卡转至其他平台。选择控制卡 ID,编辑 web 服务器地址和公司 ID,点击“提交即可”。
|
||||
|
||||
www.taxihub.cn 第 35 页
|
||||
RealTimeServer(RTS):配置 realtime 服务器地址,做二次开发的客户才需要用到。
|
||||
|
||||
3.10. 车辆信息
|
||||
|
||||
入网车辆向导认证完以后,可对每个控制卡进行车辆信息登记,以便管理和查询。登记信息包含:车牌
|
||||
号、司机姓名、电话号码、别名。修改车辆信息可进行批量修改也可以单个修改。
|
||||
批量修改信息:点击“下载模板”,可以将车辆信息登记在模板里保存,然后点击“上传”,提示“上
|
||||
传成功”即批量修改完成,刷新页面即可看到。
|
||||
单个车辆信息修改:在对应位置输入信息后,点击“设置”即可配置成功。
|
||||
|
||||
www.taxihub.cn 第 36 页
|
||||
3.11. 自定义显示
|
||||
|
||||
“自定义显示”里主要是对车载屏的一些特殊功能进行设置车辆路线进行设置,例如左转右转等,相关
|
||||
素材需要在媒体库上传。(自定义设置完毕不可直接取消,可以重新设置覆盖)
|
||||
选择控制卡 ID,然后选择对应类型。
|
||||
|
||||
点击打开“媒体库”,选择相匹配的素材,点击“确认”。
|
||||
|
||||
最后点击“设置”提示“操作成功”即可。 第 37 页
|
||||
www.taxihub.cn
|
||||
3.12. 批量转移
|
||||
|
||||
可将当前账号的卡转移至另一账号。点击“上传凭证”,选择入网凭证.ic,点击“打开。”
|
||||
|
||||
操作结果显示操作成功即可。此时登录另一账号即可看到设备在新账号的未分组里
|
||||
|
||||
www.taxihub.cn 第 38 页
|
||||
3.13. 评分系统
|
||||
|
||||
针对出租车顶灯可通过本平台给车辆司机进行评分,将五星评价实时显示到对应的车顶灯上的状态屏
|
||||
里。
|
||||
选择控制卡 ID,可对该控制卡车辆进行评价,选择评分(最高为五颗星),点击“设置”即可。
|
||||
|
||||
点击“查询”,可查看所选控制卡车辆的评分高低。 第 39 页
|
||||
www.taxihub.cn
|
||||
3.14. 有客无客
|
||||
|
||||
根据项目实际需求选择高电平触发或低电平触发有客无客,该功能为指定功能,只有指定的控制卡才可
|
||||
以使用。
|
||||
选择控制卡 ID,点击“有客无客”,选择根据个人需求选择其中一项,点击“设置”即可。点击“查
|
||||
询”可查看该控制卡有客无客状态。
|
||||
|
||||
www.taxihub.cn 第 40 页
|
||||
3.15. 设备广告查询
|
||||
|
||||
点击“播放列表”,可查询该终端投放的广告列表,“查看”已投列表可查看投放的广告及广告下载进
|
||||
度,播放列表可查看当前正在播放的的广告列表
|
||||
|
||||
六、分组投放
|
||||
|
||||
1. 添加广告
|
||||
|
||||
进入“分组投放”界面,点击 新建添加节目。
|
||||
|
||||
编辑“广告活动名称”。 第 41 页
|
||||
www.taxihub.cn
|
||||
打开“媒体库”,选择现有素材或者上传本地素材,然后点击“确认”按钮。
|
||||
|
||||
选择“播放时长”,图片可选择已有的时长或者自定义时长。(单位为秒,视频动画自动识别时长)
|
||||
|
||||
www.taxihub.cn 第 42 页
|
||||
选择播放广告的车辆终端分组,点击 按钮。
|
||||
|
||||
点击“创建”按钮完成广告添加。
|
||||
|
||||
2. 投放广告
|
||||
|
||||
回到“广告活动列表”未投放页面里。
|
||||
|
||||
点击“审核”,让广告能够上刊,然后点击“上刊”可选择立即投放,或者对该广告设置定时投放。
|
||||
|
||||
www.taxihub.cn 第 43 页
|
||||
点击确认,会有窗口提示操作是否成功。 第 44 页
|
||||
在“已上刊”界面可以看到刚刚投放的广告。
|
||||
www.taxihub.cn
|
||||
点击“终止”可设置广告播放期限,到时间会自动下架广告。
|
||||
|
||||
点击“投放进度”,在“投放执行结果”里可查看已经下载播放该广告的终端。
|
||||
如需再添加广告,点击“新建”可重复添加广告。
|
||||
|
||||
3. 添加广告排序
|
||||
|
||||
广告播放顺序根据分组投放里创建广告的先后顺序进行播放,如想调整已经创建好的广告播放排序,可
|
||||
在设备管理界面点击需要广告排序的分组进行重新调整广告播放顺序(如不需要更改广告播放顺序此步
|
||||
骤可以省略):
|
||||
|
||||
www.taxihub.cn 第 45 页
|
||||
点击“广告排序”按钮,进入广告排序列表界面。
|
||||
|
||||
然后点击“添加排序”,将“广告名称”列表下的广告添加到“排序表”里,可上下调节顺序也可穿插
|
||||
或者重复添加。
|
||||
|
||||
www.taxihub.cn 第 46 页
|
||||
4. 广告排序投放
|
||||
|
||||
添加好排序后,点击“添加排序”进行投放,成功后会有弹窗提示已添加成功,是否要将此排序添加到
|
||||
其他分组,需要就点“确认”并选择分组,不需要点“取消”即可。
|
||||
|
||||
www.taxihub.cn 第 47 页
|
||||
有弹窗提示发送成功,点击“关闭”即可,此时该分组播放顺序则按广告排序里的顺序进行播放。
|
||||
|
||||
如需修改广告排序,可点击“广告排序”进入排序列表里编辑排序,编辑完点击保存退出,此时需再发
|
||||
送一遍该广告排序才会按新修改后的列表播放。
|
||||
|
||||
www.taxihub.cn 第 48 页
|
||||
如需取消广告排序列表播放,点击“广告排序”,选择清除排序,点击“确定”后提示成功则清除该组
|
||||
广告排序,是否要清除其他组的排序,如果需要点击确定,不需要点击取消即可,此时该组广告自动按
|
||||
默认创建的分组投放列表进行投放。
|
||||
|
||||
www.taxihub.cn 第 49 页
|
||||
七、计数投放
|
||||
|
||||
计数投放界面里可批量选择需投放广告的设备。
|
||||
|
||||
1. 添加计数投放
|
||||
|
||||
点击更多投放界面下的“计数投放”进入添加计数投放任务编辑界面。
|
||||
|
||||
点击“新建”按钮,输入“广告活动名称”,选择“计划投放设备总数”,然后设置“时长”。可以根
|
||||
据个人需求选择勾选“在线优先”。
|
||||
|
||||
www.taxihub.cn 第 50 页
|
||||
点击打开“媒体库”,选择媒体广告,点击“确认”。
|
||||
然后点击“创建”。
|
||||
|
||||
www.taxihub.cn 第 51 页
|
||||
2. 发布计数投放
|
||||
|
||||
在广告活动列表里,点击“审核”,审核完成后点击上刊
|
||||
|
||||
可选择“立即上刊”,也可设置时间选择“延时上刊”。
|
||||
|
||||
发布成功的广告会在“上刊”列表里显示。 第 52 页
|
||||
www.taxihub.cn
|
||||
已终止的广告会在“下刊”列表里显示。
|
||||
|
||||
www.taxihub.cn 第 53 页
|
||||
八、定点投放
|
||||
|
||||
1. 创建定点
|
||||
|
||||
点击打开定点投放界面。(中文登陆默认腾讯地图,英文登陆默认谷歌地图,本文举例位置为深圳)
|
||||
|
||||
可在右上角搜索栏快速搜索定点投放位置。
|
||||
|
||||
然后点击“新建”,点击创建定点,拖动鼠标生成的定点放置到搜索的位置上,生成投放标志及定点投
|
||||
放信息窗口。
|
||||
|
||||
www.taxihub.cn 第 54 页
|
||||
点击添加编辑定点名称和定点半径范围,点击确定即可。
|
||||
|
||||
2. 创建广告活动
|
||||
|
||||
定点创建完后,点击新建,点击创建广告活动,输入名称后选择媒体库素材,然后点击确认。
|
||||
|
||||
www.taxihub.cn 第 55 页
|
||||
设置时长后,点击下一步。 第 56 页
|
||||
设置播放时间后,点击下一步。
|
||||
|
||||
选择定点,点击确认。
|
||||
www.taxihub.cn
|
||||
点击下一步选择分组,选完后点击创建。
|
||||
创建成功后点击进入审核。
|
||||
|
||||
www.taxihub.cn 第 57 页
|
||||
点击审核后,再点击发布,即可投放成功。
|
||||
|
||||
www.taxihub.cn 第 58 页
|
||||
3. 其他
|
||||
|
||||
列表管理里面的定点列表里可以查看已创建的定点。(已绑定广告活动的定点不能删除,需先将广告活
|
||||
动删除)
|
||||
|
||||
广告活动列表里可查看已创建的广告活动。(已发布的广告活动不支持修改)
|
||||
|
||||
www.taxihub.cn 第 59 页
|
||||
结束页
|
||||
|
||||
关于 3.0 平台使用的介绍到此算告一段落,希望通过这个简短的说明,会对您在今后的使用过程中
|
||||
有所帮助。想了解 3.0 平台更多功能,请查看详细的 3.平台操作说明书。
|
||||
|
||||
我们再次感谢您选择上海熙讯控制卡作为您 LED 广告设备的控制系统,如果您在使用过程中对我
|
||||
们的产品有任何的疑问或者建议,欢迎您致电 400-608-6499 或发送邮件至 service@xixunled.com
|
||||
给我们进行反馈,我们会珍视您的每一份投诉或者建议,并积极的给予反馈。
|
||||
|
||||
更多关于 LED 广告设备控制的互联网集群控制解决方案,以及相关说明书文档,请访问我司网站:
|
||||
www.ledok.cn 查询详细信息,如有需要,在线客服会及时与您沟通,十多年的行业经验必将给您一份
|
||||
满意的答复,上海熙讯真诚期待与您的后续合作。
|
||||
|
||||
顺祝商祺
|
||||
上海熙讯电子科技有限公司
|
||||
|
||||
2021 年 02 月
|
||||
|
||||
www.taxihub.cn 第 60 页
|
||||
|
|
@ -0,0 +1,610 @@
|
|||
Vehicle HUB 平台
|
||||
|
||||
详细操作说明书
|
||||
|
||||
版本:V.1.0
|
||||
声明
|
||||
|
||||
尊敬的用户朋友,非常感谢您选择深圳市熙讯云科技有限公司(以下简称熙讯科技)的产品
|
||||
作为您 LED 广告设备的控制系统。本文档主要作用为帮助您快速了解并使用产品,我们在编写
|
||||
文档时力求精准可靠,随时可能对内容进行修改或者变更,恕不另行通知。
|
||||
|
||||
版权
|
||||
|
||||
本文档版权归熙讯科技所有,未经本公司书面许可,任何单位或个人不得以任何形式对本文
|
||||
内容进行复制、摘录,违者必究。
|
||||
|
||||
商标
|
||||
|
||||
是熙讯科技的注册商标。
|
||||
更新记录
|
||||
|
||||
序号 版本号 更新内容简述 修订日期
|
||||
首次发行 2021.02.04
|
||||
1 Ver.1.0
|
||||
|
||||
注:文档内容若有修改,恕不另行通知。
|
||||
目录
|
||||
|
||||
一、 账号管理 ...........................................................................................................................................1
|
||||
1. 账号注册 ....................................................................................................................................... 1
|
||||
2. 账户管理 ....................................................................................................................................... 2
|
||||
2.1. 操作日志 ............................................................................................................................2
|
||||
2.2. 用户信息 ............................................................................................................................2
|
||||
2.3. 退出 .................................................................................................................................... 2
|
||||
2.4. 用户管理 ............................................................................................................................3
|
||||
2.4.1. 添加用户组权限 .................................................................................................... 3
|
||||
2.4.2. 添加用户 ................................................................................................................ 6
|
||||
|
||||
二、 绑定终端 ...........................................................................................................................................8
|
||||
1. 下载凭证 ....................................................................................................................................... 8
|
||||
2. 连接控制卡 ................................................................................................................................... 8
|
||||
3. 软件版本 ....................................................................................................................................... 9
|
||||
4. 配置服务器地址 ........................................................................................................................... 9
|
||||
5. 入网凭证绑定 ............................................................................................................................... 9
|
||||
6. 入网配置(4G 上线或者 WiFi 上线) .................................................................................... 10
|
||||
6.1. 4G 入网配置 .................................................................................................................... 10
|
||||
6.2. WiFi 入网配置 ................................................................................................................. 11
|
||||
|
||||
三、 3.0 平台功能简介 ..........................................................................................................................12
|
||||
1. 账户登陆管理机制 ..................................................................................................................... 12
|
||||
2. 设备管理 ..................................................................................................................................... 12
|
||||
3. 定点广告 ..................................................................................................................................... 13
|
||||
4. 广告投放 ..................................................................................................................................... 13
|
||||
四、 地图 .................................................................................................................................................13
|
||||
五、 设备管理 .........................................................................................................................................14
|
||||
1. 登录平台 ..................................................................................................................................... 14
|
||||
2. 添加分组 ..................................................................................................................................... 14
|
||||
3. 终端控制 ..................................................................................................................................... 16
|
||||
|
||||
3.1. 屏幕截图 ..........................................................................................................................19
|
||||
3.1.1. 屏幕截图 .............................................................................................................. 19
|
||||
3.1.2. 摄像头截屏 .......................................................................................................... 20
|
||||
3.1.3. 安卓全尺寸截屏 .................................................................................................. 20
|
||||
|
||||
3.2. 屏幕亮度 ..........................................................................................................................21
|
||||
3.2.1. 查询 .......................................................................................................................21
|
||||
3.2.2. 手动 .......................................................................................................................21
|
||||
3.2.3. 自动亮度 .............................................................................................................. 22
|
||||
3.2.4. 定时 .......................................................................................................................22
|
||||
|
||||
3.3. 屏幕开关 ..........................................................................................................................25
|
||||
3.3.1. 查询 .......................................................................................................................25
|
||||
3.3.2. 手动 .......................................................................................................................26
|
||||
3.3.3. 定时 .......................................................................................................................26
|
||||
|
||||
3.4. 参数配置 ..........................................................................................................................29
|
||||
3.4.1. 查询 .......................................................................................................................29
|
||||
3.4.2. 同步设置 .............................................................................................................. 30
|
||||
3.4.3. 高级设置 .............................................................................................................. 30
|
||||
3.4.4. 备份 .......................................................................................................................30
|
||||
3.4.5. 恢复 .......................................................................................................................31
|
||||
3.5. 硬件状态 ..........................................................................................................................31
|
||||
3.6. 重启系统 ..........................................................................................................................32
|
||||
3.7. 音量控制 ..........................................................................................................................32
|
||||
3.8. 在线更新 ..........................................................................................................................33
|
||||
3.8.1. 在线更新 .............................................................................................................. 33
|
||||
3.8.2. 卸载 .......................................................................................................................34
|
||||
3.8.3. 更新详情 .............................................................................................................. 35
|
||||
3.9. 服务器配置 ......................................................................................................................35
|
||||
3.10. 车辆信息 ....................................................................................................................... 36
|
||||
3.11. 自定义显示 ................................................................................................................... 37
|
||||
3.12. 批量转移 ....................................................................................................................... 38
|
||||
3.13. 评分系统 ....................................................................................................................... 39
|
||||
3.14. 有客无客 ....................................................................................................................... 40
|
||||
3.15. 设备广告查询 ............................................................................................................... 41
|
||||
六、 分组投放 .........................................................................................................................................41
|
||||
1. 添加广告 ..................................................................................................................................... 41
|
||||
2. 投放广告 ..................................................................................................................................... 43
|
||||
3. 添加广告排序 ............................................................................................................................. 45
|
||||
4. 广告排序投放 ............................................................................................................................. 47
|
||||
七、 计数投放 .........................................................................................................................................50
|
||||
|
||||
1. 添加计数投放 ............................................................................................................................. 50
|
||||
2. 发布计数投放 ............................................................................................................................. 52
|
||||
八、 定点投放 .........................................................................................................................................54
|
||||
1. 创建定点 ..................................................................................................................................... 54
|
||||
2. 创建广告活动 ............................................................................................................................. 55
|
||||
3. 其他 ............................................................................................................................................. 59
|
||||
结束页 .......................................................................................................................................................60
|
||||
一、账号管理
|
||||
|
||||
1. 账号注册
|
||||
|
||||
Vehicle HUB 平台地址:www.taxihub.cn
|
||||
打开 Vehicle HUB 平台登录界面(建议使用谷歌浏览器),点击“注册”。
|
||||
|
||||
设置用户名、邮箱等,输入手机号码,获取验证码,设置好密码,勾选 Vehicle HUB 用户协议,点击
|
||||
“注册”即可。
|
||||
|
||||
www.taxihub.cn 第1页
|
||||
2. 账户管理
|
||||
|
||||
2.1. 操作日志
|
||||
|
||||
点击操作日志可查看控制卡相关操作。
|
||||
|
||||
2.2. 用户信息
|
||||
|
||||
点击用户信息可重置密码和修改该用户当前电话号码。
|
||||
|
||||
2.3. 退出 第2页
|
||||
|
||||
点击“退出”,就会退回登录界面。
|
||||
www.taxihub.cn
|
||||
2.4. 用户管理
|
||||
|
||||
用户管理界面可对用户组和用户进行添加、编辑。
|
||||
|
||||
2.4.1. 添加用户组权限 第3页
|
||||
点击“添加权限分组”。
|
||||
|
||||
www.taxihub.cn
|
||||
可以在主菜单里的对分组投放、媒体管理等选项进行勾选。(该选择包含了该选项里的所有操作权限)
|
||||
|
||||
也可以对每个选项里的所有操作权限根据个人需求勾选。
|
||||
|
||||
www.taxihub.cn 第4页
|
||||
最后点击“添加”即可。
|
||||
|
||||
在用户组权限列表里,还可以对已有的用户组进行修改。
|
||||
|
||||
www.taxihub.cn 第5页
|
||||
2.4.2. 添加用户
|
||||
选择用户组权限列表里任意分组,点击“添加用户”。
|
||||
|
||||
编辑用户名和密码等信息,点击“添加”即可。 第6页
|
||||
www.taxihub.cn
|
||||
在用户组列表里,还可以对已有的用户进行别名、权限分组修改。
|
||||
|
||||
www.taxihub.cn 第7页
|
||||
二、绑定终端
|
||||
|
||||
1. 下载凭证
|
||||
|
||||
账号注册完毕,登陆平台点击平台界面右上角 按钮下载车辆入网证书。
|
||||
|
||||
2. 连接控制卡
|
||||
|
||||
电脑搜索该控制卡释放的 AP 热点,点击“连接”输入密码即可。
|
||||
|
||||
www.taxihub.cn 第8页
|
||||
3. 软件版本
|
||||
|
||||
当前版本 LedOK Express1.0.78 starter190 taxi3.2.6 conn1045-AIPSⅢ
|
||||
|
||||
备注:软件如有正式版本更新,以更新版本为准!
|
||||
|
||||
4. 配置服务器地址
|
||||
|
||||
打开 LedOK,打开“终端控制”界面,进入“高级设置”(默认密码 888),在“Web 服务器地址”
|
||||
里选择 https://www.taxihub.cn:2340,点击“设置”即可。
|
||||
|
||||
5. 入网凭证绑定
|
||||
|
||||
在高级设置界面按下键盘上的 F7 键,点击“绑定 TAXI-HUB 平台用户身份凭证”,上传车辆入网凭证.ic
|
||||
文件即可。
|
||||
|
||||
www.taxihub.cn 第9页
|
||||
6. 入网配置(4G 上线或者 WiFi 上线)
|
||||
|
||||
6.1. 4G 入网配置
|
||||
|
||||
进入网络配置界面,选择控制卡,勾选“启用蜂窝数据”,通过“获取状态”按钮可以自动匹配国家码
|
||||
MMC,然后选择“运营商”可获取到响应的 APN 信息,如果找不到运营商,可勾选“自定义”复选
|
||||
框,然后手动输入 APN 信息。
|
||||
|
||||
www.taxihub.cn 第 10 页
|
||||
6.2. WiFi 入网配置
|
||||
|
||||
打开 WiFi 开关稍等 3 秒钟左右,点击扫描 WiFi 扫描附近可用 WiFi,选择所需 WiFi 并输入密码,点
|
||||
击“设置”即可将 WiFi 配置保存到控制卡上。
|
||||
|
||||
E 系列需将拨码开关拨到 WiFi 位置,等待 3 分钟左右,Internet 灯匀速慢闪表示已接入互联网,并在
|
||||
平台上线,上线后即可登录 3.0 平台 www.taxihub.cn 给设备发广告以及其他的控制操作。
|
||||
|
||||
www.taxihub.cn 第 11 页
|
||||
三、3.0 平台功能简介
|
||||
|
||||
1. 账户登陆管理机制
|
||||
|
||||
强制性高强度密码。用户在创建账号时密码必须包含数字,字母和特殊符号,且保证一定长度,从而规
|
||||
避密码过于简单带来的风险。
|
||||
IP 黑名单机制。密码或验证码错误次数过多时,会在一段时间内将请求的 IP 地址加入黑名单,无法继
|
||||
|
||||
续尝试登陆,从而防止暴力手段破解。
|
||||
|
||||
Session 保护机制。通过设置 Session 有效期来保护已登陆账号的平台安全。在操作人员离开一段时间
|
||||
|
||||
后,账号会自动登出,以避免他人造成的误操作。
|
||||
|
||||
2. 设备管理
|
||||
|
||||
匹配 2.0 平台的部分配置功能,可对控制卡进行分组集中管理,远程在线集群操控,缩减工作时间,提
|
||||
|
||||
www.taxihub.cn 第 12 页
|
||||
高工作效率。
|
||||
|
||||
3. 定点广告
|
||||
|
||||
可定点投放广告,合理设置广告投放范围,进入范围将自动播放定点广告,出了范围自动跳转其他广告。
|
||||
充分利用现有资源,让广告投放更精准。
|
||||
|
||||
4. 广告投放
|
||||
|
||||
提供简洁方便的云端广告发布系统、多服务器备份系统,可以保证系统的冗余稳定,集中控制与管理,
|
||||
提高运营效率。支持图片、Gif、视频等格式。
|
||||
|
||||
四、地图
|
||||
|
||||
点击打开地图可查看所选车辆相关信息以及行车轨迹等。
|
||||
|
||||
www.taxihub.cn 第 13 页
|
||||
五、设备管理
|
||||
|
||||
1. 登录平台
|
||||
|
||||
输入注册好的邮箱或者手机号码、密码登录平台。
|
||||
|
||||
2. 添加分组
|
||||
|
||||
刚绑定的终端默认在未分组里,需要先添加创建分组,再将终端设备添加到分组里。
|
||||
|
||||
点击打开“设备管理”界面,点击上方“新建”按钮新建终端分组。 第 14 页
|
||||
www.taxihub.cn
|
||||
编辑分组名点击“保存”。
|
||||
|
||||
然后点击分组里的 按钮选择控制卡 ID,点击“添加到车载”即可。
|
||||
|
||||
www.taxihub.cn 第 15 页
|
||||
3. 终端控制
|
||||
|
||||
设备管理界面其他按钮的介绍。
|
||||
|
||||
编辑分组名:根据个人需求编辑分组名,可随时更改。
|
||||
|
||||
出租车总数:可查看出租车总数量及在线数量。 第 16 页
|
||||
www.taxihub.cn
|
||||
添加/减少终端:可将终端添加到分组里,或将已有的终端从该分组删除。
|
||||
|
||||
点击“详情”按钮可进入终端控制界面。 第 17 页
|
||||
www.taxihub.cn
|
||||
分组删除:需将广告和控制卡 ID 从该分组清空才可以删除分组。
|
||||
|
||||
搜索栏:可快速找到指定的 ID、司机姓名和电话等。(支持模糊搜索)
|
||||
|
||||
www.taxihub.cn 第 18 页
|
||||
点击任意终端分组上的详情按钮,可对分组里的控制卡进行单个或者多个远程配置。
|
||||
|
||||
3.1. 屏幕截图
|
||||
|
||||
3.1.1. 屏幕截图
|
||||
选择需要查看的控制卡 ID,点击“屏幕截图”,就可以在操作结果里查看当前屏幕所播放的节目。
|
||||
|
||||
www.taxihub.cn 第 19 页
|
||||
3.1.2. 摄像头截屏
|
||||
装有摄像头的情况下,点击“摄像头截屏”,可截取当前摄像头拍摄画面。
|
||||
|
||||
3.1.3. 安卓全尺寸截屏 第 20 页
|
||||
点击“安卓尺寸截屏”可截取整个安卓分辨率图像。
|
||||
|
||||
www.taxihub.cn
|
||||
3.2. 屏幕亮度
|
||||
|
||||
3.2.1. 查询
|
||||
选择控制卡 ID,点击“屏幕亮度”,点击“查询”,可查询所选控制卡是否有设置定时亮度任务。
|
||||
|
||||
3.2.2. 手动
|
||||
选择控制卡 ID,点击“手动”,输入亮度值(1 为最暗,255 为最亮),点击“提交”即可调节当前
|
||||
屏幕亮度。
|
||||
|
||||
www.taxihub.cn 第 21 页
|
||||
3.2.3. 自动亮度
|
||||
设置自动亮度需外置亮度传感器,然后选择控制卡 ID,点击“自动亮度”,输入灵敏度(默认 50)和
|
||||
最小亮度(如设置最小亮度为 80,当环境亮度调节至低于 80 时,屏幕亮度为设置的最低亮度值 80),
|
||||
点击“设置”即可。点击“查询”可查询该控制卡是否成功设置自动亮度。
|
||||
|
||||
3.2.4. 定时
|
||||
|
||||
选择控制卡 ID,点击“定时”,然后点击 按钮,设置任务名和默认亮度。
|
||||
|
||||
www.taxihub.cn 第 22 页
|
||||
点击 按钮,设置亮度值。
|
||||
|
||||
点击日期限制下的 按钮,增添时间安排,编辑完点击 按钮。
|
||||
|
||||
www.taxihub.cn 第 23 页
|
||||
点击 按钮保存到定时任务列表。
|
||||
|
||||
点击 按钮发送即可。(可在查询界面查看该控制卡是否设置定时任务)
|
||||
|
||||
www.taxihub.cn 第 24 页
|
||||
还可以对列表里已有的定时任务进行编辑和删除。
|
||||
|
||||
3.3. 屏幕开关
|
||||
|
||||
3.3.1. 查询
|
||||
选择控制卡 ID,点击“屏幕开关”,点击“查询”,可查询所选控制卡是否有设置定时开关任务。
|
||||
|
||||
www.taxihub.cn 第 25 页
|
||||
3.3.2. 手动
|
||||
选择控制卡 ID,点击“手动”,可手动选择开屏或者关屏。
|
||||
|
||||
3.3.3. 定时
|
||||
|
||||
选择控制卡 ID,点击“定时”,点击 按钮,设置任务名。
|
||||
|
||||
www.taxihub.cn 第 26 页
|
||||
点击 按钮,增添时间安排,编辑完后点击 按钮。
|
||||
|
||||
点击 按钮保存到定时任务列表。
|
||||
|
||||
www.taxihub.cn 第 27 页
|
||||
点击 按钮发送即可。(可在查询界面查看该控制卡是否设置定时任务)
|
||||
|
||||
还可以对列表里已有的定时任务进行编辑和删除。
|
||||
|
||||
www.taxihub.cn 第 28 页
|
||||
3.4. 参数配置
|
||||
|
||||
3.4.1. 查询
|
||||
选择控制卡 ID,点击“参数配置”,点击“查询”,可查询所选控制卡的 NTP 服务器地址、时区、当
|
||||
前时间、语言等。
|
||||
|
||||
点击“查询 GPS”,可查询所选控制卡的经纬度信息等。 第 29 页
|
||||
www.taxihub.cn
|
||||
3.4.2. 同步设置
|
||||
选择控制卡 ID,点击同步设置,同步方式有两种,一是 GPS 同步,GPS 同步需接上 GPS 天线,通过
|
||||
GPS 去校时,从而实现同步。二是 NIT 同步方式,出厂默认为 NTP 同步方式,控制卡需要保持在线状
|
||||
态,系统自动通过网络校时
|
||||
|
||||
3.4.3. 高级设置
|
||||
“启用离线画面功能”属于定制功能,了解详情请咨询熙讯工程师。
|
||||
3.4.4. 备份
|
||||
选择控制卡 ID,点击“备份”。当控制卡显示在线状态且播放正常,可对控制卡参数进行备份。
|
||||
|
||||
www.taxihub.cn 第 30 页
|
||||
3.4.5. 恢复
|
||||
选择控制卡 ID,点击“恢复”。如果后续是相同的项目或者对用一个显示屏更换了新的主卡,当控制
|
||||
卡上线后,点击“在线更新”,可恢复之前正常备份参数。也可将列表已有的参数下载至本地保存或者
|
||||
删除。
|
||||
|
||||
3.5. 硬件状态
|
||||
|
||||
点击“硬件状态”。硬件状态界面可查询控制卡硬件版本、板载温度、控制卡供电电压等(其他参数需
|
||||
控制卡及传感器支持),选择控制卡 ID,点击“查询”即可获取。
|
||||
|
||||
www.taxihub.cn 第 31 页
|
||||
3.6. 重启系统
|
||||
|
||||
可在平台远程重启控制卡,也可设置定时自动重启(对于个别项目 24 小时不关电的情况,默认每天凌
|
||||
晨 3 点自动软重启),但只能设置一天一次软重启。选择控制卡 ID,点击“重启系统”按钮或者设置
|
||||
定时重启,点击“查询”按钮可查询该控制卡是否有设置定时重启任务。
|
||||
|
||||
3.7. 音量控制
|
||||
|
||||
选择控制卡 ID,点击“音量控制”,可查询当前是都有设置定时任务以及手动设置音量等。(操作步
|
||||
骤和屏幕开关一样)
|
||||
|
||||
www.taxihub.cn 第 32 页
|
||||
3.8. 在线更新
|
||||
|
||||
3.8.1. 在线更新
|
||||
熙讯工程师会根据需求发布新的升级包,针对已有的功能进行更新及优化,客户可在此操作远程更新固
|
||||
件包,固件包文件格式类型为.zip 文件,相关固件包可向熙讯技术支持获取。点击“上传 zip 包”。
|
||||
|
||||
选择需要更新的 zip 包,点击“打开”。 第 33 页
|
||||
www.taxihub.cn
|
||||
选择控制卡 ID,点击 按钮发送即可。还可以将列表里已有的 zip 包下载保存至本地或者删除。
|
||||
|
||||
3.8.2. 卸载
|
||||
比如需做定制开发,客户想要卸载播放器或其他软件,选择控制卡 ID,点击“卸载”,选择需要卸载
|
||||
的软件,点击“卸载”即可。还可以对该控制卡的软件版本进行查询,点击“查询软件版本”即可。
|
||||
|
||||
www.taxihub.cn 第 34 页
|
||||
3.8.3. 更新详情
|
||||
更新详情里可查看控制卡更新的程序、进度及时间。
|
||||
|
||||
3.9. 服务器配置
|
||||
|
||||
在其他功能里面,输入密码 888,点击“服务器配置”。服务器配置界面里可将 Vehicle HUB 平台的
|
||||
控制卡转至其他平台。选择控制卡 ID,编辑 web 服务器地址和公司 ID,点击“提交即可”。
|
||||
|
||||
www.taxihub.cn 第 35 页
|
||||
RealTimeServer(RTS):配置 realtime 服务器地址,做二次开发的客户才需要用到。
|
||||
|
||||
3.10. 车辆信息
|
||||
|
||||
入网车辆向导认证完以后,可对每个控制卡进行车辆信息登记,以便管理和查询。登记信息包含:车牌
|
||||
号、司机姓名、电话号码、别名。修改车辆信息可进行批量修改也可以单个修改。
|
||||
批量修改信息:点击“下载模板”,可以将车辆信息登记在模板里保存,然后点击“上传”,提示“上
|
||||
传成功”即批量修改完成,刷新页面即可看到。
|
||||
单个车辆信息修改:在对应位置输入信息后,点击“设置”即可配置成功。
|
||||
|
||||
www.taxihub.cn 第 36 页
|
||||
3.11. 自定义显示
|
||||
|
||||
“自定义显示”里主要是对车载屏的一些特殊功能进行设置车辆路线进行设置,例如左转右转等,相关
|
||||
素材需要在媒体库上传。(自定义设置完毕不可直接取消,可以重新设置覆盖)
|
||||
选择控制卡 ID,然后选择对应类型。
|
||||
|
||||
点击打开“媒体库”,选择相匹配的素材,点击“确认”。
|
||||
|
||||
最后点击“设置”提示“操作成功”即可。 第 37 页
|
||||
www.taxihub.cn
|
||||
3.12. 批量转移
|
||||
|
||||
可将当前账号的卡转移至另一账号。点击“上传凭证”,选择入网凭证.ic,点击“打开。”
|
||||
|
||||
操作结果显示操作成功即可。此时登录另一账号即可看到设备在新账号的未分组里
|
||||
|
||||
www.taxihub.cn 第 38 页
|
||||
3.13. 评分系统
|
||||
|
||||
针对出租车顶灯可通过本平台给车辆司机进行评分,将五星评价实时显示到对应的车顶灯上的状态屏
|
||||
里。
|
||||
选择控制卡 ID,可对该控制卡车辆进行评价,选择评分(最高为五颗星),点击“设置”即可。
|
||||
|
||||
点击“查询”,可查看所选控制卡车辆的评分高低。 第 39 页
|
||||
www.taxihub.cn
|
||||
3.14. 有客无客
|
||||
|
||||
根据项目实际需求选择高电平触发或低电平触发有客无客,该功能为指定功能,只有指定的控制卡才可
|
||||
以使用。
|
||||
选择控制卡 ID,点击“有客无客”,选择根据个人需求选择其中一项,点击“设置”即可。点击“查
|
||||
询”可查看该控制卡有客无客状态。
|
||||
|
||||
www.taxihub.cn 第 40 页
|
||||
3.15. 设备广告查询
|
||||
|
||||
点击“播放列表”,可查询该终端投放的广告列表,“查看”已投列表可查看投放的广告及广告下载进
|
||||
度,播放列表可查看当前正在播放的的广告列表
|
||||
|
||||
六、分组投放
|
||||
|
||||
1. 添加广告
|
||||
|
||||
进入“分组投放”界面,点击 新建添加节目。
|
||||
|
||||
编辑“广告活动名称”。 第 41 页
|
||||
www.taxihub.cn
|
||||
打开“媒体库”,选择现有素材或者上传本地素材,然后点击“确认”按钮。
|
||||
|
||||
选择“播放时长”,图片可选择已有的时长或者自定义时长。(单位为秒,视频动画自动识别时长)
|
||||
|
||||
www.taxihub.cn 第 42 页
|
||||
选择播放广告的车辆终端分组,点击 按钮。
|
||||
|
||||
点击“创建”按钮完成广告添加。
|
||||
|
||||
2. 投放广告
|
||||
|
||||
回到“广告活动列表”未投放页面里。
|
||||
|
||||
点击“审核”,让广告能够上刊,然后点击“上刊”可选择立即投放,或者对该广告设置定时投放。
|
||||
|
||||
www.taxihub.cn 第 43 页
|
||||
点击确认,会有窗口提示操作是否成功。 第 44 页
|
||||
在“已上刊”界面可以看到刚刚投放的广告。
|
||||
www.taxihub.cn
|
||||
点击“终止”可设置广告播放期限,到时间会自动下架广告。
|
||||
|
||||
点击“投放进度”,在“投放执行结果”里可查看已经下载播放该广告的终端。
|
||||
如需再添加广告,点击“新建”可重复添加广告。
|
||||
|
||||
3. 添加广告排序
|
||||
|
||||
广告播放顺序根据分组投放里创建广告的先后顺序进行播放,如想调整已经创建好的广告播放排序,可
|
||||
在设备管理界面点击需要广告排序的分组进行重新调整广告播放顺序(如不需要更改广告播放顺序此步
|
||||
骤可以省略):
|
||||
|
||||
www.taxihub.cn 第 45 页
|
||||
点击“广告排序”按钮,进入广告排序列表界面。
|
||||
|
||||
然后点击“添加排序”,将“广告名称”列表下的广告添加到“排序表”里,可上下调节顺序也可穿插
|
||||
或者重复添加。
|
||||
|
||||
www.taxihub.cn 第 46 页
|
||||
4. 广告排序投放
|
||||
|
||||
添加好排序后,点击“添加排序”进行投放,成功后会有弹窗提示已添加成功,是否要将此排序添加到
|
||||
其他分组,需要就点“确认”并选择分组,不需要点“取消”即可。
|
||||
|
||||
www.taxihub.cn 第 47 页
|
||||
有弹窗提示发送成功,点击“关闭”即可,此时该分组播放顺序则按广告排序里的顺序进行播放。
|
||||
|
||||
如需修改广告排序,可点击“广告排序”进入排序列表里编辑排序,编辑完点击保存退出,此时需再发
|
||||
送一遍该广告排序才会按新修改后的列表播放。
|
||||
|
||||
www.taxihub.cn 第 48 页
|
||||
如需取消广告排序列表播放,点击“广告排序”,选择清除排序,点击“确定”后提示成功则清除该组
|
||||
广告排序,是否要清除其他组的排序,如果需要点击确定,不需要点击取消即可,此时该组广告自动按
|
||||
默认创建的分组投放列表进行投放。
|
||||
|
||||
www.taxihub.cn 第 49 页
|
||||
七、计数投放
|
||||
|
||||
计数投放界面里可批量选择需投放广告的设备。
|
||||
|
||||
1. 添加计数投放
|
||||
|
||||
点击更多投放界面下的“计数投放”进入添加计数投放任务编辑界面。
|
||||
|
||||
点击“新建”按钮,输入“广告活动名称”,选择“计划投放设备总数”,然后设置“时长”。可以根
|
||||
据个人需求选择勾选“在线优先”。
|
||||
|
||||
www.taxihub.cn 第 50 页
|
||||
点击打开“媒体库”,选择媒体广告,点击“确认”。
|
||||
然后点击“创建”。
|
||||
|
||||
www.taxihub.cn 第 51 页
|
||||
2. 发布计数投放
|
||||
|
||||
在广告活动列表里,点击“审核”,审核完成后点击上刊
|
||||
|
||||
可选择“立即上刊”,也可设置时间选择“延时上刊”。
|
||||
|
||||
发布成功的广告会在“上刊”列表里显示。 第 52 页
|
||||
www.taxihub.cn
|
||||
已终止的广告会在“下刊”列表里显示。
|
||||
|
||||
www.taxihub.cn 第 53 页
|
||||
八、定点投放
|
||||
|
||||
1. 创建定点
|
||||
|
||||
点击打开定点投放界面。(中文登陆默认腾讯地图,英文登陆默认谷歌地图,本文举例位置为深圳)
|
||||
|
||||
可在右上角搜索栏快速搜索定点投放位置。
|
||||
|
||||
然后点击“新建”,点击创建定点,拖动鼠标生成的定点放置到搜索的位置上,生成投放标志及定点投
|
||||
放信息窗口。
|
||||
|
||||
www.taxihub.cn 第 54 页
|
||||
点击添加编辑定点名称和定点半径范围,点击确定即可。
|
||||
|
||||
2. 创建广告活动
|
||||
|
||||
定点创建完后,点击新建,点击创建广告活动,输入名称后选择媒体库素材,然后点击确认。
|
||||
|
||||
www.taxihub.cn 第 55 页
|
||||
设置时长后,点击下一步。 第 56 页
|
||||
设置播放时间后,点击下一步。
|
||||
|
||||
选择定点,点击确认。
|
||||
www.taxihub.cn
|
||||
点击下一步选择分组,选完后点击创建。
|
||||
创建成功后点击进入审核。
|
||||
|
||||
www.taxihub.cn 第 57 页
|
||||
点击审核后,再点击发布,即可投放成功。
|
||||
|
||||
www.taxihub.cn 第 58 页
|
||||
3. 其他
|
||||
|
||||
列表管理里面的定点列表里可以查看已创建的定点。(已绑定广告活动的定点不能删除,需先将广告活
|
||||
动删除)
|
||||
|
||||
广告活动列表里可查看已创建的广告活动。(已发布的广告活动不支持修改)
|
||||
|
||||
www.taxihub.cn 第 59 页
|
||||
结束页
|
||||
|
||||
关于 3.0 平台使用的介绍到此算告一段落,希望通过这个简短的说明,会对您在今后的使用过程中
|
||||
有所帮助。想了解 3.0 平台更多功能,请查看详细的 3.平台操作说明书。
|
||||
|
||||
我们再次感谢您选择上海熙讯控制卡作为您 LED 广告设备的控制系统,如果您在使用过程中对我
|
||||
们的产品有任何的疑问或者建议,欢迎您致电 400-608-6499 或发送邮件至 service@xixunled.com
|
||||
给我们进行反馈,我们会珍视您的每一份投诉或者建议,并积极的给予反馈。
|
||||
|
||||
更多关于 LED 广告设备控制的互联网集群控制解决方案,以及相关说明书文档,请访问我司网站:
|
||||
www.ledok.cn 查询详细信息,如有需要,在线客服会及时与您沟通,十多年的行业经验必将给您一份
|
||||
满意的答复,上海熙讯真诚期待与您的后续合作。
|
||||
|
||||
顺祝商祺
|
||||
上海熙讯电子科技有限公司
|
||||
|
||||
2021 年 02 月
|
||||
|
||||
www.taxihub.cn 第 60 页
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
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 |
|
@ -0,0 +1,397 @@
|
|||
LEDOK APP User Manual
|
||||
|
||||
Version :V.1.0
|
||||
Statement
|
||||
|
||||
Dear user friend , thanks for choosingSHENZHEN SYSOLUTION TECHNOLOGY CO.,LTD
|
||||
(hereinafter referred to as Xixun Technology) as your LED advertising equipment control
|
||||
system. The main purpose of this document is to help you quickly understand and use the
|
||||
product. We strive to be precise and reliable when writing the document,and the content may
|
||||
be modified or changed at any time without notice.
|
||||
|
||||
Copyright
|
||||
|
||||
The copyright of this document belongs to Xixun Technology. Without the written
|
||||
permission of our company , no unit or individual may copy or extract the content of this
|
||||
article in any form.
|
||||
|
||||
Trademark
|
||||
|
||||
is a registered trademark of Xixun Technology.
|
||||
Update
|
||||
|
||||
No Version Update Revise
|
||||
2022.03.22
|
||||
1 Ver.1.0 Initial Publish
|
||||
|
||||
Documets are subject to change without prior notice.
|
||||
Catalog
|
||||
|
||||
Install APP Instructions .....................................................................................................................................1
|
||||
Basic Instructions of the APP ..........................................................................................................................2
|
||||
Instruction of Local Control ............................................................................................................................ 4
|
||||
|
||||
1. Detect controller IP address ...............................................................................................................4
|
||||
2. Solution List ............................................................................................................................................ 7
|
||||
|
||||
2.1. Add .................................................................................................................................................7
|
||||
2.2. Schedule for each solution ................................................................................................... 12
|
||||
3. Expand .................................................................................................................................................... 14
|
||||
3.1. Real-time Text ........................................................................................................................... 15
|
||||
3.2. Scoreboard .................................................................................................................................16
|
||||
3.3. Magic cube ................................................................................................................................ 16
|
||||
4. Instructions of Settings ......................................................................................................................17
|
||||
4.1. Screenshot ................................................................................................................................. 17
|
||||
4.2. Network ...................................................................................................................................... 18
|
||||
4.3. Volume ........................................................................................................................................ 23
|
||||
4.4. Brightness ...................................................................................................................................24
|
||||
4.5. Restart ......................................................................................................................................... 27
|
||||
4.6. Screen .......................................................................................................................................... 28
|
||||
4.7. Senior ...........................................................................................................................................29
|
||||
4.8. Server ...........................................................................................................................................31
|
||||
4.9. Upgrade ...................................................................................................................................... 32
|
||||
Switch taxi steps ............................................................................................................................................... 34
|
||||
Install APP Instructions
|
||||
|
||||
For android phone : go to android APP store, search LEDOK lite and Install APP,
|
||||
remember to allow all the permissions for the APP during the installation.
|
||||
|
||||
Please visit this link for the video tutorial:Android installation
|
||||
For IOS phone: go to APP store and search LEDOK lite and install APP, also allow all the
|
||||
permissions for the APP in the General settings.
|
||||
Please visit this link for the video tutorial:IOS installation
|
||||
|
||||
www.sysolution.net 1
|
||||
Basic Instructions of the APP
|
||||
|
||||
Open LEDOK Lite, will see the interface in the below:
|
||||
Function selection:
|
||||
Choose Local Control and click Go button, Cloud control function is not open yet.
|
||||
Basic setup including following items, see the screenshot in below:
|
||||
|
||||
Language: English, Chinese
|
||||
Software version:1.6.0 (will update in the future)
|
||||
Software Update: click this “check for update” to install the latest version
|
||||
Scanning code sharing : click the button and then a QR code will pop up, can share with
|
||||
others.
|
||||
|
||||
www.sysolution.net 2
|
||||
Help : Instruction Manual, user agreement, privacy policy and other functions, please see
|
||||
screenshot in the below.
|
||||
|
||||
www.sysolution.net 3
|
||||
Instruction of Local Control
|
||||
|
||||
1. Detect controller IP address
|
||||
|
||||
Preparations:
|
||||
Hardware: power on for the led controller and go to phone’s WLAN and find controller
|
||||
hotspot, connect it, password is 12345678.
|
||||
|
||||
Click the Search button on the right top and will detect the controller IP, see the screenshot in
|
||||
below:
|
||||
|
||||
www.sysolution.net 4
|
||||
If can not search the IP, then click the IP search button in the left top, see the screenshot in
|
||||
below.
|
||||
|
||||
www.sysolution.net 5
|
||||
Enter the IP 192.168.43.and then click“Segment scanning”and waiting seconds then will find
|
||||
the IP :192.168.43.1
|
||||
|
||||
Then click Off and click Search button again,will see the controller IP success. See screenshot
|
||||
in below:
|
||||
|
||||
1. controller serial ID.
|
||||
|
||||
www.sysolution.net 6
|
||||
2. screen resolution.
|
||||
3.Click Details will get the controller some basic information.
|
||||
4. Click Screenshot to get the current display image.
|
||||
|
||||
2. Solution List
|
||||
|
||||
In the bottom, will see Solution List, this is for making programs and publishing.
|
||||
|
||||
There are Add, Delete, Progress and Send buttons in the top, see screenshot in below:
|
||||
|
||||
2.1. Add
|
||||
|
||||
Click Add button to add program task, set the task name. A program task will contain multiple
|
||||
|
||||
www.sysolution.net 7
|
||||
solutions.
|
||||
Width:LED screen width pixels
|
||||
Height:LED screen height pixels
|
||||
(take 64X32 for example)
|
||||
Then click OK. See screenshot in below:
|
||||
|
||||
Click left button to add solution, customized the name and click OK, see screenshot in below:
|
||||
|
||||
Click add button in the right and will see media types: image, video, text, analog clock, digital
|
||||
|
||||
www.sysolution.net 8
|
||||
clock, countdown, Environmental and Multiwindow.
|
||||
|
||||
Take Image for example:
|
||||
Choose image and you can open camera to take a photo immediately or choose a photo from
|
||||
Album, see screenshot in below:
|
||||
|
||||
On the top can preview the image and can drag the photo to make it full size, the default
|
||||
|
||||
PlayTime is 10 seconds.
|
||||
|
||||
www.sysolution.net 9
|
||||
Then click save button on the right top, then a tip will pop up, click OK, see screenshot in
|
||||
below:
|
||||
|
||||
www.sysolution.net 10
|
||||
Then click Publish button, see screenshot in below:
|
||||
|
||||
Select the controller and click OK, then waiting for 100% means send success.
|
||||
If you want to send images and videos in one time, you can make Multiwindow, see
|
||||
screenshot in below:
|
||||
|
||||
Click the add button and choose image to add photo, choose video to add video, choose text
|
||||
|
||||
www.sysolution.net 11
|
||||
to add text message, all of them can be previewed on the top,
|
||||
Then click send button after save.
|
||||
|
||||
2.2. Schedule for each solution
|
||||
|
||||
Click Timed button to enter the schedule arrangement, see screenshot in below:
|
||||
|
||||
Click Add timing to set the date range, time range and week range, see screenshot in below:
|
||||
|
||||
www.sysolution.net 12
|
||||
And then click save/exit button.
|
||||
|
||||
Need to Send program again after adding timing.
|
||||
If you want to cancel the timing, please delete the settings and click Save/Exit.
|
||||
Then send program solution again.
|
||||
|
||||
www.sysolution.net 13
|
||||
3. Expand
|
||||
|
||||
To view and use the expand functions, need to input password 888 to enabled, see screenshot
|
||||
in below:
|
||||
|
||||
www.sysolution.net 14
|
||||
3.1. Real-time Text
|
||||
|
||||
Realtime text will be on the top layer of the current display content, mainly for some
|
||||
emergency messages.
|
||||
|
||||
Editing the message in the frame and click Update button to modify the width and height
|
||||
|
||||
according to your led screen resolution.
|
||||
|
||||
Click “Clear” button to cancel the realtime text.
|
||||
|
||||
www.sysolution.net 15
|
||||
For more instructions, please click the video tutorial link:Real-time text
|
||||
|
||||
3.2. Scoreboard
|
||||
|
||||
This function mainly for preview the interface and functions, for future use, we will provide
|
||||
professional scoreboard software. See screenshot in below:
|
||||
|
||||
3.3. Magic cube
|
||||
|
||||
Please click the video tutorial link in below:Cube screen
|
||||
|
||||
www.sysolution.net 16
|
||||
4. Instructions of Settings
|
||||
|
||||
Through the settings, can make basic setup for the sign including the network, volume,
|
||||
brightness and others, see screenshot in below:
|
||||
|
||||
4.1. Screenshot
|
||||
|
||||
Select the controller that you want to operate, then click the Settings button. See screenshot
|
||||
in below:
|
||||
|
||||
www.sysolution.net 17
|
||||
Click the small green button to get the current display content on the led screen, see the
|
||||
screenshot in below:
|
||||
|
||||
4.2. Network
|
||||
|
||||
Open the drag box and select the Network to quick enter the settings, see screenshot in
|
||||
below:
|
||||
|
||||
4.2.1. Cable Network
|
||||
When connect the led controller through the router via Ethernet cable to accessing to internet,
|
||||
then need set the cable network, can set DHCP IP or Static IP. See screenshot in below:
|
||||
|
||||
www.sysolution.net 18
|
||||
There is a Query button so that can readback the controller cable network type.
|
||||
4.2.2. WIFI
|
||||
WIFI enabled: let led controller connects to a office or a home wifi, then choose this.
|
||||
Click scan and find the wifi name, and input the wifi password, click Set WIFI enabled, see
|
||||
screenshot in below:
|
||||
|
||||
AP enabled
|
||||
Setup a customized AP name for the led controller and set the password, click Set AP Enabled.
|
||||
See screenshot in below:
|
||||
|
||||
www.sysolution.net 19
|
||||
Please note that the AP will not work when the led controller accessing internet through WIFI.
|
||||
AP will work when the led controller accessing internet through 4G data.
|
||||
General
|
||||
Read WiFi : click this button then will get the controller wifi status. See the screenshot in
|
||||
below:
|
||||
|
||||
Read Enabled:will readback the controller wifi name and status. See the screenshot in below:
|
||||
|
||||
www.sysolution.net 20
|
||||
4.2.3. Cellular Data
|
||||
Insert a SIM card into the led controller and then click Get cellular network to get the SIM
|
||||
status, see screenshot in below
|
||||
|
||||
www.sysolution.net 21
|
||||
After that, choose the MCC , Operator, APN and click Set APN. See screenshot in below:
|
||||
|
||||
4.2.4. Flight mode
|
||||
Can open and close Flight mode for the led controller when has 4G SIM card in it. Default is
|
||||
Close status.
|
||||
|
||||
www.sysolution.net 22
|
||||
See screenshot in below:
|
||||
|
||||
4.3. Volume
|
||||
|
||||
There are two methods to adjust volume:
|
||||
Manual: range from 0 to 15. set the value and click Set
|
||||
Click Query button to get the current volume number.
|
||||
See screenshot in below:
|
||||
|
||||
Timed:
|
||||
Click Add timing and then set the a customized task name, then set the Default Volume
|
||||
number.
|
||||
Then set the timing volume number and date range, time range and week range, see
|
||||
screenshot in below:
|
||||
|
||||
www.sysolution.net 23
|
||||
Default volume means except the timing volume,other balance time will keep at default
|
||||
volume.
|
||||
After that, click Save timing.
|
||||
Click Cancel Update to delete timing.see screenshot in below:
|
||||
|
||||
4.4. Brightness
|
||||
|
||||
Manual: range from 0 to 100. set the value and click Set
|
||||
Click Query button to get the current volume number.
|
||||
See screenshot in below:
|
||||
|
||||
www.sysolution.net 24
|
||||
Timed:
|
||||
Click Add timing and then set the a customized task name, then set the Default brightness
|
||||
number.
|
||||
Then set the timing brightness number and date range, time range and week range, see
|
||||
screenshot in below:
|
||||
|
||||
Default brightness means except the timing brightness,other balance time will keep at default
|
||||
brightness.
|
||||
|
||||
www.sysolution.net 25
|
||||
After that, click Save timing.
|
||||
|
||||
Click Cancel Update to delete timing.see screenshot in below:
|
||||
|
||||
Auto: when led controller connecting to a brightness sensor, please set the Auto
|
||||
Please follow the instructions to set the sensitivity number, minimum brightness and
|
||||
maximum brightness and then auto brightness sensor will work. See screenshot in below:
|
||||
|
||||
www.sysolution.net 26
|
||||
Support to Query each items.
|
||||
|
||||
4.5. Restart
|
||||
|
||||
Manual: click the restart button and reboot the controller system, see screenshot in below:
|
||||
|
||||
www.sysolution.net 27
|
||||
Timed : choose a time and then click set. Then the led controller will reboot itself at the
|
||||
specific time per day. See screenshot in below:
|
||||
|
||||
4.6. Screen
|
||||
|
||||
Manual: can open, off the led screen and can get the execution result immediately.
|
||||
Support Query the screen status.
|
||||
See screenshot in below:
|
||||
|
||||
Timed:Click Add timing and then set the a customized task name,please note that the timing
|
||||
|
||||
switch is for open status, the balance time will keep screen off.
|
||||
|
||||
www.sysolution.net 28
|
||||
Then set the date range, time range and week range, see screenshot in below:
|
||||
After that, click Save timing.
|
||||
Click Cancel Update to delete timing.see screenshot in below:
|
||||
|
||||
4.7. Senior
|
||||
|
||||
Can update the screen width and height pixels
|
||||
Set the alias name for the led controller.
|
||||
|
||||
www.sysolution.net 29
|
||||
See screenshot in below:
|
||||
|
||||
Select taxihub Credentials: this is for binding led controller to the Vehicle HUB platform.
|
||||
Please download the token ic file in advance and saved in the cellphone files.
|
||||
Click this button and open cellphone files and find the correct file and Set. See screenshots in
|
||||
below:
|
||||
|
||||
www.sysolution.net 30
|
||||
4.8. Server
|
||||
|
||||
Web server: can update the controller’s web server address, choose the correct address and
|
||||
set.
|
||||
Company ID:correct company ID
|
||||
See screenshot in below:
|
||||
|
||||
www.sysolution.net 31
|
||||
Realtime Address: the default is for ledokcloud platform(AIPS4.0).
|
||||
Also support to input the customized Realtime server address for secondary development
|
||||
purpose.
|
||||
See screenshot in below
|
||||
|
||||
4.9. Upgrade
|
||||
|
||||
Check APK: click this button and will get all the apk version for the selected led controller, see
|
||||
screenshot in below:
|
||||
|
||||
www.sysolution.net 32
|
||||
Upgrade: please contact our technical support to confirm the upgrade correct version. See
|
||||
screenshot in below:
|
||||
|
||||
Uninstall:select apk name and click uninstall. Please contact our technical support before do
|
||||
any install APK operation!
|
||||
See screenshot in below:
|
||||
|
||||
www.sysolution.net 33
|
||||
Switch taxi steps
|
||||
|
||||
Steps of Switch from xixunplayer to taxiapp.
|
||||
Step1. Enter Upgrade interface and Check APK for the led controller, see screenshot in below:
|
||||
|
||||
Step2, open the dropbox and choose com.xixun.xixunplayer and click Uninstall button, see
|
||||
screenshot in below:
|
||||
|
||||
www.sysolution.net 34
|
||||
Step3, after uninstalling success, click Upgrade button, and find the Taxiapp version in the
|
||||
Online APK list, see screenshot in below:
|
||||
|
||||
www.sysolution.net 35
|
||||
Step4, click Download and waiting for success, and then click Local and find the file, click
|
||||
Upgrade button, see screenshot in below:
|
||||
|
||||
Step5, then click Check APK again and will see taxiapp is there. See screenshot in below:
|
||||
|
||||
www.sysolution.net 36
|
||||
Step6, If you want to install Xixunplayer , then uninstall taxiapp first, and then choose
|
||||
xixunplayer 1586 and do upgrade success.
|
||||
|
||||
www.sysolution.net 37
|
||||
|
|
@ -1,129 +0,0 @@
|
|||
LEDOK Lite Android APP
|
||||
|
||||
说明书
|
||||
|
||||
版本:V.1.0 第1页
|
||||
www.ledok.cn
|
||||
声明
|
||||
|
||||
尊敬的用户朋友,非常感谢您选择上海熙讯电子科技有限公司(以下简称熙讯科技)的产品作为您
|
||||
LED 广告设备的控制系统。本文档主要作用为帮助您快速了解并使用产品,我们在编写文档时力求精
|
||||
准可靠,随时可能对内容进行修改或者变更,恕不另行通知。
|
||||
|
||||
版权
|
||||
|
||||
本文档版权归熙讯科技所有,未经本公司书面许可,任何单位或个人不得以任何形式对本文内容进
|
||||
行复制、摘录,违者必究。
|
||||
|
||||
商标
|
||||
|
||||
是熙讯科技的注册商标。
|
||||
更新记录
|
||||
|
||||
序号 版本号 更新内容简述 修订日期
|
||||
首次发行 2022.03.22
|
||||
1 Ver.1.0
|
||||
|
||||
注:文档内容若有修改,恕不另行通知。
|
||||
目录
|
||||
|
||||
软件简介................................................................................................................................................................. 1
|
||||
软件安装................................................................................................................................................................. 2
|
||||
|
||||
软件环境......................................................................................................................................................... 2
|
||||
安装软件......................................................................................................................................................... 2
|
||||
软件连接................................................................................................................................................................. 3
|
||||
AP 入网设置...................................................................................................................................................3
|
||||
WiFi 入网设置................................................................................................................................................4
|
||||
节目管理................................................................................................................................................................. 6
|
||||
结束页..................................................................................................................................................................... 9
|
||||
软件简介
|
||||
|
||||
LEDOK Lite 手机 APP 软件是我们熙讯科技经过长期的市场考察和用户行为习惯分析而推出的专业
|
||||
版节目编辑软件。它具备 PC 端软件 LedOK Express 的功能特性,是一款功能丰富,能对不同版本的
|
||||
安卓手机都能做到很好的适配的轻量级手机端应用。
|
||||
|
||||
www.ledok.cn 第1页
|
||||
软件安装
|
||||
|
||||
软件环境
|
||||
|
||||
Android 系统。
|
||||
|
||||
安装软件
|
||||
|
||||
软件下载地址:www.ledok.cn
|
||||
注:通过此网址点击进入中文官网,找到“下载中心”的“软件下载”,可以看到手机应用的 Android
|
||||
官方二维码。客户通过自身手机浏览器扫描官方二维码即可下载此软件。
|
||||
|
||||
www.ledok.cn 第2页
|
||||
软件连接
|
||||
|
||||
AP 入网设置
|
||||
|
||||
1. 将 WiFi 拨码拨到 AP 位置,等待控制卡释放 AP 热点。(以 y60 为例,y60 拨到上方为 AP,下方
|
||||
为 WiFi)
|
||||
|
||||
2. 点击手机设置界面,打开无线局域网,找到控制卡释放的 AP 热点(WiFi 名称格式:y6a-xxx-xxxxx),
|
||||
点击输入密码进行连接。(默认密码为 12345678)
|
||||
|
||||
3. 打开 LedOK Express 电脑端软件,进入网络配置界面。 第3页
|
||||
www.ledok.cn
|
||||
4. 选择控制卡,勾选 AP 使能。输入控制卡的名称和密码,即可连接上控制卡的 AP 热点。
|
||||
|
||||
5. 然后手机连接控制卡的 AP 热点登录手机 APP 软件进行操作。
|
||||
|
||||
WiFi 入网设置
|
||||
|
||||
1. 将控制卡 WiFi 拨码拨到 AP 位置,等待控制卡释放 AP 热点。
|
||||
|
||||
2. 电脑连接控制卡释放的 AP 热点(默认密码为 12345678)。 第4页
|
||||
|
||||
3. 打开 LedOK Express 电脑端软件,进入网络配置界面。
|
||||
www.ledok.cn
|
||||
4. 选择控制卡,勾选 WiFi 使能稍等 3 秒钟左右,点击扫描 WiFi 扫描附近可用 WiFi,选择所需 WiFi
|
||||
并输入密码,点击保存即可将 WiFi 配置保存到控制卡上。
|
||||
|
||||
5. 然后手机连接同一局域网的 WiF 即可登录 APP 进行操作。
|
||||
温馨提示:
|
||||
如果控制卡 WiFi 无法上线,您可针对以下情况进行排查:
|
||||
1. 检查 WiFi 天线是否拧紧;
|
||||
2. 请检查 WiFi 密码是否正确;
|
||||
3. 检查路由器接入终端数量是否已达上限;
|
||||
4. E 卡拔码是否在 WiFi 位置;
|
||||
5. 重新选择一个 WiFi 热点配置连接;
|
||||
|
||||
www.ledok.cn 第5页
|
||||
节目管理
|
||||
|
||||
1. 在屏体管理界面选择控制卡。
|
||||
|
||||
2. 点击添加节目。
|
||||
|
||||
3. 设置节目名称、节目分辨率,可选择系统里已有的模板,也可自定义模板。然后点击确认。
|
||||
|
||||
www.ledok.cn 第6页
|
||||
4. 在节目列表界面点击添加好的节目模板。
|
||||
|
||||
5. 然后继续点击节目画面。
|
||||
|
||||
6. 在窗口 1 里点击添加媒体,可选择添加图片、视频、单行文本、多行文本。(此文档以文本为例)
|
||||
|
||||
www.ledok.cn 第7页
|
||||
7. 选择单行文本,对其内容、播放时长、特效等进行编辑。
|
||||
8. 设置好后,回到节目界面点击右上角发送,进度达到 100%即可。
|
||||
|
||||
www.ledok.cn 第8页
|
||||
结束页
|
||||
|
||||
更多关于 LED 广告设备控制的互联网集群控制解决方案,以及相关说明书文档,请访问我司网站:
|
||||
www.ledok.cn 查询详细信息,如有需要,在线客服会及时与您沟通,十多年的行业经验必将给您一份
|
||||
满意的答复,上海熙讯真诚期待与您的后续合作。
|
||||
|
||||
顺祝商祺
|
||||
上海熙讯电子科技有限公司
|
||||
|
||||
2022 年 3 月
|
||||
|
||||
www.ledok.cn 第9页
|
||||
|
Loading…
Reference in New Issue
Block a user