新增产品+下载专区调整+证书
This commit is contained in:
parent
c50316025f
commit
6b9091239a
|
@ -0,0 +1,234 @@
|
||||||
|
<!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>熙讯-产品中心-相关配件-点检卡-DJ10</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type=navigator.appName;
|
||||||
|
if (type=="Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0,2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="TopicPage">
|
||||||
|
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||||
|
|
||||||
|
<div class="publicLink" style="background-color: #f7f8f9;">
|
||||||
|
<div class="container1260">
|
||||||
|
<h1 class="product-name">DJ10</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Z6TopicPage5 padd">
|
||||||
|
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<div class="product-preview-img">
|
||||||
|
<div class="product-preview-img-box">
|
||||||
|
<img src="../../../../static/products/accessory/DJ10/img/DJ10.png" alt="DJ10正面预览图">
|
||||||
|
</div>
|
||||||
|
<!-- <div class="product-preview-img-box">
|
||||||
|
<img src="../../../../static/products/control_system/accessory/RG30/img/RG30S.png" alt="RG30背面预览图">
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
<!-- <h3></h3> -->
|
||||||
|
<!-- <div class="t1"></div> -->
|
||||||
|
<!-- <div style="width: 100vw;height: 2000px;"></div> -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Z6TopicPage5 padd">
|
||||||
|
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<h3 class="product-info-title">功能特性</h3>
|
||||||
|
<div class="functions-box">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||||
|
<p>6 路 HUB75 信号回读输入</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||||
|
<p>6 路 HUB75 信号输出</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||||
|
<p>6 路+5V 电压检测</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Z6TopicPage5 padd">
|
||||||
|
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<h3 class="product-info-title">产品介绍</h3>
|
||||||
|
<div class="intro-box">
|
||||||
|
<table class="layui-table my-table" lay-even lay-size="lg">
|
||||||
|
<!-- <colgroup>
|
||||||
|
<col>
|
||||||
|
<col>
|
||||||
|
<col>
|
||||||
|
</colgroup> -->
|
||||||
|
<thead>
|
||||||
|
<tr style="background-color: lightsteelblue;">
|
||||||
|
<th>类型</th>
|
||||||
|
<th>点检卡</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>型号</td>
|
||||||
|
<td>DJ10</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>额定功率</td>
|
||||||
|
<td>15W</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>工作电压</td>
|
||||||
|
<td>5.0V</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>工作电流</td>
|
||||||
|
<td>0.9A Max:3A</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>工作温度</td>
|
||||||
|
<td>-40°C ~ +95°C</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>工作湿度</td>
|
||||||
|
<td>10%~90%</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Z6TopicPage5 padd">
|
||||||
|
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<h3 class="product-info-title">资料下载</h3>
|
||||||
|
<div class="download-box">
|
||||||
|
<h5 class="document-download">文档</h5>
|
||||||
|
<div class="document-ul-box">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="https://ledok.cn:8443/download/DJ10规格书-V1.1.pdf" target="_blank" title="DJ10规格书-V1.1">DJ10规格书-V1.1.pdf</a>
|
||||||
|
<span>规格书</span>
|
||||||
|
<span>2024.08.22</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://ledok.cn:8443/download/DJ10 Datasheet-V1.1.pdf" target="_blank" title="DJ10 Datasheet-V1.1">DJ10 Datasheet-V1.1.pdf</a>
|
||||||
|
<span>规格书</span>
|
||||||
|
<span>2024.08.22</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="../../../../static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="../../../../static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="../../../../static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="../../../../static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="../../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="../../../../static/js/classie.js"></script>
|
||||||
|
<script src="../../../../static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义脚本-->
|
||||||
|
<script type="text/javascript" src="../../../../js/layout.js"></script>
|
||||||
|
<script>
|
||||||
|
if ($(".Z6TopicPage8").length > 0) {
|
||||||
|
$(window).scroll(function (event) {
|
||||||
|
var height = $(window).height() / 2;
|
||||||
|
var height1 = $(window).scrollTop();
|
||||||
|
var height2 = $(".Z6TopicPage8").offset().top - height;
|
||||||
|
|
||||||
|
if (height1 >= height2) {
|
||||||
|
$(".Z6TopicPage8 .imgBox").addClass("active");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
</script>
|
|
@ -0,0 +1,228 @@
|
||||||
|
<!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>熙讯-产品中心-相关配件-点检卡</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">产品中心</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="ProductCenter clearfix">
|
||||||
|
<div class="publicLeft">
|
||||||
|
<div class="li ">
|
||||||
|
<h5>
|
||||||
|
控制系统
|
||||||
|
<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="li2">
|
||||||
|
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||||
|
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||||
|
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||||
|
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li">
|
||||||
|
<h5>
|
||||||
|
视频处理
|
||||||
|
<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="li2">
|
||||||
|
<a class="" href="../../video_process/2-in-1_video_process/2-in-1_video_process.html">二合一视频处理器</a>
|
||||||
|
<a class="" href="../../video_process/independent_control/independent_control.html">独立主控</a>
|
||||||
|
<a class="" href="../../video_process/video_splicer/video_splicer.html">视频拼接器</a>
|
||||||
|
<a class="" href="../../video_process/multimedia_server/multimedia_server.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active">
|
||||||
|
<h5>
|
||||||
|
相关配件
|
||||||
|
<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="li2">
|
||||||
|
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||||
|
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||||
|
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||||
|
<a href="/products/accessory/powerSupply/powerSupply.html" >DC-DC电源</a>
|
||||||
|
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||||
|
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||||
|
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||||
|
<a href="/products/accessory/position/position.html" >定位模块</a>
|
||||||
|
<a href="/products/accessory/AIVoice/AIVoice.html" class="Flink3">AI语音模块</a>
|
||||||
|
<a href="/products/accessory/photoelectric/photoelectric.html" class="Flink3">光电转换器</a>
|
||||||
|
<a class="active" href="/products/accessory/checkpoint/checkpoint.html" class="Flink3">点检卡</a>
|
||||||
|
<a href="/products/accessory/splitter/splitter.html" class="Flink3">分线器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li">
|
||||||
|
<h5>
|
||||||
|
软件服务
|
||||||
|
<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="li2">
|
||||||
|
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||||
|
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li">
|
||||||
|
<h5>
|
||||||
|
安卓控制卡及定制开发
|
||||||
|
<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="li2">
|
||||||
|
<a class="" href="../../custom_develop/second_development/second_development.html">安卓控制卡二次开发</a>
|
||||||
|
<!-- <a class="" href="../../custom_develop/project_develop/project_develop.html">项目开发</a> -->
|
||||||
|
<a class="" href="../../custom_develop/overall_plan/overall_plan.html">整体方案定制</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="con wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<a href="/products/accessory/checkpoint/DJ10/DJ10.html" class="box">
|
||||||
|
<div class="text">
|
||||||
|
<h5>DJ10</h5>
|
||||||
|
<div class="notes">点检卡</div>
|
||||||
|
</div>
|
||||||
|
<div class="img">
|
||||||
|
<div class="pictureBox">
|
||||||
|
<img src="../../../static/products/accessory/DJ10/img/DJ10.png" alt="" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="../../../static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="../../../static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="../../../static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="../../../static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="../../../static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="../../../static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="../../../static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="../../../static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="../../../static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="../../../static/js/classie.js"></script>
|
||||||
|
<script src="../../../static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="../../../js/layout.js"></script>
|
||||||
|
<script src="../../../static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
|
@ -0,0 +1,231 @@
|
||||||
|
<!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>熙讯-产品中心-相关配件-分线器-RH100</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type=navigator.appName;
|
||||||
|
if (type=="Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0,2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="TopicPage">
|
||||||
|
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||||
|
|
||||||
|
<div class="publicLink" style="background-color: #f7f8f9;">
|
||||||
|
<div class="container1260">
|
||||||
|
<h1 class="product-name">RH100</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Z6TopicPage5 padd">
|
||||||
|
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<div class="product-preview-img">
|
||||||
|
<div class="product-preview-img-box">
|
||||||
|
<img src="../../../../static/products/accessory/RH100/img/RH100.png" alt="RH100正面预览图">
|
||||||
|
</div>
|
||||||
|
<!-- <div class="product-preview-img-box">
|
||||||
|
<img src="../../../../static/products/control_system/accessory/RG30/img/RG30S.png" alt="RG30背面预览图">
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
<!-- <h3></h3> -->
|
||||||
|
<!-- <div class="t1"></div> -->
|
||||||
|
<!-- <div style="width: 100vw;height: 2000px;"></div> -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Z6TopicPage5 padd">
|
||||||
|
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<h3 class="product-info-title">功能特性</h3>
|
||||||
|
<div class="functions-box">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||||
|
<p>1 路 RJ45 网口输入,1 路网口输出,可任意级联</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||||
|
<p>8 路百兆网口输出,输出至 D60-B1S 系列接收卡</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||||
|
<p>8 路百兆网口,每路支持 61440 点,在发送卡区域内任意带载</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||||
|
<p>单机最大支持 491520 像素点</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Z6TopicPage5 padd">
|
||||||
|
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<h3 class="product-info-title">产品介绍</h3>
|
||||||
|
<div class="intro-box">
|
||||||
|
<table class="layui-table my-table" lay-even lay-size="lg">
|
||||||
|
<!-- <colgroup>
|
||||||
|
<col>
|
||||||
|
<col>
|
||||||
|
<col>
|
||||||
|
</colgroup> -->
|
||||||
|
<thead>
|
||||||
|
<tr style="background-color: lightsteelblue;">
|
||||||
|
<th>类型</th>
|
||||||
|
<th>分线器</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>型号</td>
|
||||||
|
<td>RH100</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>输入电压</td>
|
||||||
|
<td>5V</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>工作温度</td>
|
||||||
|
<td>-40℃ - 80℃</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>工作湿度</td>
|
||||||
|
<td>10%RH-90%RH</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>带载点数</td>
|
||||||
|
<td>整卡491520 像素点,单个网口61440 像素点</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Z6TopicPage5 padd">
|
||||||
|
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<h3 class="product-info-title">资料下载</h3>
|
||||||
|
<div class="download-box">
|
||||||
|
<h5 class="document-download">文档</h5>
|
||||||
|
<div class="document-ul-box">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="https://ledok.cn:8443/download/RH100规格书-V1.0.pdf" target="_blank" title="RH100规格书-V1.0">RH100规格书-V1.0.pdf</a>
|
||||||
|
<span>规格书</span>
|
||||||
|
<span>2024.08.22</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="../../../../static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="../../../../static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="../../../../static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="../../../../static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="../../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="../../../../static/js/classie.js"></script>
|
||||||
|
<script src="../../../../static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义脚本-->
|
||||||
|
<script type="text/javascript" src="../../../../js/layout.js"></script>
|
||||||
|
<script>
|
||||||
|
if ($(".Z6TopicPage8").length > 0) {
|
||||||
|
$(window).scroll(function (event) {
|
||||||
|
var height = $(window).height() / 2;
|
||||||
|
var height1 = $(window).scrollTop();
|
||||||
|
var height2 = $(".Z6TopicPage8").offset().top - height;
|
||||||
|
|
||||||
|
if (height1 >= height2) {
|
||||||
|
$(".Z6TopicPage8 .imgBox").addClass("active");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
</script>
|
|
@ -0,0 +1,229 @@
|
||||||
|
<!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>熙讯-产品中心-相关配件-分线器</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">产品中心</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="ProductCenter clearfix">
|
||||||
|
<div class="publicLeft">
|
||||||
|
<div class="li ">
|
||||||
|
<h5>
|
||||||
|
控制系统
|
||||||
|
<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="li2">
|
||||||
|
<a class="" href="../../control_system/commerce_display/commerce_display.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class="" href="../../control_system/lamp_pole/lamp_pole.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class="" href="../../control_system/car_load/car_load.html">动画图文卡系列</a>
|
||||||
|
<a class="" href="../../control_system/LCD/LCD.html">LCD系列</a>
|
||||||
|
<a class="" href="../../control_system/sync_send/sync_send.html">同步发送卡</a>
|
||||||
|
<a class="" href="../../control_system/receive_card/receive_card.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li">
|
||||||
|
<h5>
|
||||||
|
视频处理
|
||||||
|
<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="li2">
|
||||||
|
<a class="" href="../../video_process/2-in-1_video_process/2-in-1_video_process.html">二合一视频处理器</a>
|
||||||
|
<a class="" href="../../video_process/independent_control/independent_control.html">独立主控</a>
|
||||||
|
<a class="" href="../../video_process/video_splicer/video_splicer.html">视频拼接器</a>
|
||||||
|
<a class="" href="../../video_process/multimedia_server/multimedia_server.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active">
|
||||||
|
<h5>
|
||||||
|
相关配件
|
||||||
|
<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="li2">
|
||||||
|
<a href="/products/accessory/sensor/sensor.html" >传感器</a>
|
||||||
|
<a href="/products/accessory/monitor/monitor.html" >监控器</a>
|
||||||
|
<a href="/products/accessory/functionModule/functionModule.html" >功能模块</a>
|
||||||
|
<a href="/products/accessory/powerSupply/powerSupply.html" >DC-DC电源</a>
|
||||||
|
<a href="/products/accessory/horns/horns.html" >喇叭</a>
|
||||||
|
<a href="/products/accessory/callsystem/callsystem.html" >呼叫系统</a>
|
||||||
|
<a href="/products/accessory/sound/sound.html" >音柱</a>
|
||||||
|
<a href="/products/accessory/position/position.html" >定位模块</a>
|
||||||
|
<a href="/products/accessory/AIVoice/AIVoice.html" class="Flink3">AI语音模块</a>
|
||||||
|
<a href="/products/accessory/photoelectric/photoelectric.html" class="Flink3">光电转换器</a>
|
||||||
|
<a href="/products/accessory/checkpoint/checkpoint.html" class="Flink3">点检卡</a>
|
||||||
|
<a class="active" href="/products/accessory/splitter/splitter.html" class="Flink3">分线器</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li">
|
||||||
|
<h5>
|
||||||
|
软件服务
|
||||||
|
<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="li2">
|
||||||
|
<a class="" href="../../xixun_software/SingleMachine/SingleMachine.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="../../xixun_software/AIPS/AIPS.html">云平台</a>
|
||||||
|
<a class="" href="../../xixun_software/APP/APP.html">手机APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li">
|
||||||
|
<h5>
|
||||||
|
安卓控制卡及定制开发
|
||||||
|
<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="li2">
|
||||||
|
<a class="" href="../../custom_develop/second_development/second_development.html">安卓控制卡二次开发</a>
|
||||||
|
<!-- <a class="" href="../../custom_develop/project_develop/project_develop.html">项目开发</a> -->
|
||||||
|
<a class="" href="../../custom_develop/overall_plan/overall_plan.html">整体方案定制</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="con wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<a href="/products/accessory/splitter/RH100/RH100.html" class="box">
|
||||||
|
<div class="text">
|
||||||
|
<h5>RH100</h5>
|
||||||
|
<div class="notes">八网口分线器</div>
|
||||||
|
</div>
|
||||||
|
<div class="img">
|
||||||
|
<div class="pictureBox">
|
||||||
|
<img src="../../../static/products/accessory/RH100/img/RH100.png" alt="" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="../../../static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="../../../static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="../../../static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="../../../static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="../../../static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="../../../static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="../../../static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="../../../static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="../../../static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="../../../static/js/classie.js"></script>
|
||||||
|
<script src="../../../static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="../../../js/layout.js"></script>
|
||||||
|
<script src="../../../static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
|
@ -0,0 +1,248 @@
|
||||||
|
<!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>熙讯-产品中心-控制系统-接收卡-D60-B1S</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type=navigator.appName;
|
||||||
|
if (type=="Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0,2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="TopicPage">
|
||||||
|
<!--程序注意 只要含有“publicLink”这个导航的页面,header就得添加类名“head3” -->
|
||||||
|
|
||||||
|
<div class="publicLink" style="background-color: #f7f8f9;">
|
||||||
|
<div class="container1260">
|
||||||
|
<h1 class="product-name">D60-B1S</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Z6TopicPage5 padd">
|
||||||
|
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<div class="product-preview-img">
|
||||||
|
<div class="product-preview-img-box">
|
||||||
|
<img src="../../../../static/products/control_system/receive_card/D60-B1S/img/D60-B1S.png" alt="D60-B1S正面预览图">
|
||||||
|
</div>
|
||||||
|
<!-- <div class="product-preview-img-box">
|
||||||
|
<img src="../../../../static/products/control_system/receive_card/D60-B6S/img/D60-B6S.png" alt="D60-B6S背面预览图">
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
<!-- <h3></h3> -->
|
||||||
|
<!-- <div class="t1"></div> -->
|
||||||
|
<!-- <div style="width: 100vw;height: 2000px;"></div> -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Z6TopicPage5 padd">
|
||||||
|
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<h3 class="product-info-title">功能特性</h3>
|
||||||
|
<div class="functions-box">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||||
|
<p>采用小的尺寸和厚度,为日趋狭窄的箱体空间和灯条空间节省空间</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||||
|
<p>单卡输出串行 RGB 数据 24 组,并行 8 组,支持 4 个时钟扩展</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||||
|
<p>支持单卡位置任意偏移,单卡显示内容旋转,实现异形屏幕</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||||
|
<p>减少线缆和连接器的数量,简化 LED 显示屏结构设计。信号传输只需要 2 芯超五类双绞线,可让
|
||||||
|
显示屏信号和电源的布线合二为一设计,外设级联连接线由传统的二进二出变为一进一出</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="layui-icon layui-icon-circle-dot"></i>
|
||||||
|
<p>显示屏的灯板可与接收卡集成模块化设计,出现故障时只需对模块进行单独拆卸更换,让售后维修
|
||||||
|
变得简单,降低后期的维护成本</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Z6TopicPage5 padd">
|
||||||
|
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<h3 class="product-info-title">产品介绍</h3>
|
||||||
|
<div class="intro-box">
|
||||||
|
<table class="layui-table my-table" lay-even lay-size="lg">
|
||||||
|
<!-- <colgroup>
|
||||||
|
<col>
|
||||||
|
<col>
|
||||||
|
<col>
|
||||||
|
</colgroup> -->
|
||||||
|
<thead>
|
||||||
|
<tr style="background-color: lightsteelblue;">
|
||||||
|
<th>类型</th>
|
||||||
|
<th>接收卡</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>型号</td>
|
||||||
|
<td>D60-B1S</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>并行</td>
|
||||||
|
<td>24组</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>最大带载(像素)</td>
|
||||||
|
<td>64*128</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>亮度校正带载(像素)</td>
|
||||||
|
<td>64*128</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>色度校正带载(像素)</td>
|
||||||
|
<td>64*64</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>级联卡数量</td>
|
||||||
|
<td>≤1000PCS</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>支持扫描行</td>
|
||||||
|
<td>1-4扫</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Z6TopicPage5 padd">
|
||||||
|
<div class="wow fadeInUp" data-wow-duration="2s">
|
||||||
|
<h3 class="product-info-title">资料下载</h3>
|
||||||
|
<div class="download-box">
|
||||||
|
<h5 class="document-download">文档</h5>
|
||||||
|
<div class="document-ul-box">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="https://ledok.cn:8443/download/D60-B1S规格书-V1.0.pdf" target="_blank" title="D60-B1S规格书-V1.0">D60-B1S规格书-V1.0.pdf</a>
|
||||||
|
<span>规格书</span>
|
||||||
|
<span>2024.08.22</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://ledok.cn:8443/download/D60-B1S Datasheet-V1.0.pdf" target="_blank" title="D60-B1S Datasheet-V1.0">D60-B1S Datasheet-V1.0.pdf</a>
|
||||||
|
<span>规格书</span>
|
||||||
|
<span>2024.08.22</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="../../../../static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="../../../../static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="../../../../static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="../../../../static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="../../../../static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="../../../../static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="../../../../static/js/classie.js"></script>
|
||||||
|
<script src="../../../../static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义脚本-->
|
||||||
|
<script type="text/javascript" src="../../../../js/layout.js"></script>
|
||||||
|
<script>
|
||||||
|
if ($(".Z6TopicPage8").length > 0) {
|
||||||
|
$(window).scroll(function (event) {
|
||||||
|
var height = $(window).height() / 2;
|
||||||
|
var height1 = $(window).scrollTop();
|
||||||
|
var height2 = $(".Z6TopicPage8").offset().top - height;
|
||||||
|
|
||||||
|
if (height1 >= height2) {
|
||||||
|
$(".Z6TopicPage8 .imgBox").addClass("active");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
</script>
|
|
@ -0,0 +1,510 @@
|
||||||
|
<!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>熙讯-服务支持-证书</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
.service_Software .right .con1 .box {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list {
|
||||||
|
margin-top: 24px;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list .instructions-list_a {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list a:hover {
|
||||||
|
color: #0000c0;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list .instructions-list_a .TextIcon {
|
||||||
|
width: 1.375vw;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list .instructions-list_a p {
|
||||||
|
padding-left: .7500vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 弹框 */
|
||||||
|
.consumerOverlay {
|
||||||
|
display: none;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
/* 设置背景颜色为半透明黑色 */
|
||||||
|
z-index: 9999;
|
||||||
|
/* 设置 z-index 值确保遮罩层位于其他元素之上 */
|
||||||
|
/* display: flex; */
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerContent {
|
||||||
|
display: none;
|
||||||
|
position: relative;
|
||||||
|
z-index: 10000;
|
||||||
|
background-color: #ffffff;
|
||||||
|
width: 30%;
|
||||||
|
height: 30%;
|
||||||
|
margin-top: 10%;
|
||||||
|
border-radius: 2%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerHeader {
|
||||||
|
border-radius: 2%;
|
||||||
|
line-height: 45px;
|
||||||
|
font-size: 18px;
|
||||||
|
text-align: center;
|
||||||
|
height: 45px;
|
||||||
|
width: 100%;
|
||||||
|
background-color: #eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerMiddle {
|
||||||
|
padding: 20px 20px;
|
||||||
|
font-size: 15px;
|
||||||
|
width: 100%;
|
||||||
|
height: 62%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerBottom {
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
margin-right: 10px;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerBottom button {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bgRed {
|
||||||
|
background-color: #d35c5d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bgBlue {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 0.6333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group>div {
|
||||||
|
margin-right: 0.6333vw;
|
||||||
|
font-size: .8333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.form-group .form-control,
|
||||||
|
.form-group .form-file,
|
||||||
|
.form-group select {
|
||||||
|
padding-left: 8px;
|
||||||
|
padding: 8px 30px 8px 14px;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
border-radius: 0.2vw;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-file {
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group select {
|
||||||
|
margin-right: 0.6333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group button {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btns {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.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: 0.9375vw;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table tbody th,
|
||||||
|
.layui-table tbody td {
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table td,
|
||||||
|
.layui-table th {
|
||||||
|
position: relative;
|
||||||
|
height: 35px;
|
||||||
|
line-height: 35px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table td,
|
||||||
|
.layui-table th {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 460px) {
|
||||||
|
.form-group {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group>div {
|
||||||
|
font-size: 16px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-control {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-control,
|
||||||
|
.form-group .form-file,
|
||||||
|
.form-group select {
|
||||||
|
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-file {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group button {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table tbody th,
|
||||||
|
.layui-table tbody td {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerContent {
|
||||||
|
width: 80%;
|
||||||
|
height: 40%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerBottom button {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">证书</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li active">
|
||||||
|
<h5>证书
|
||||||
|
</h5>
|
||||||
|
<!-- <div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit" >证书</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/熙讯云-异步设备_Y50_FCC PART15证书.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>熙讯云-异步设备_Y50_FCC PART15证书.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/熙讯云-异步设备_Y50_EN 55032证书.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>熙讯云-异步设备_Y50_EN 55032证书.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/熙讯云-异步设备_ROHS证书.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>熙讯云-异步设备_ROHS证书.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/车载屏操作手册.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>AIPS2.0平台车载屏操作手册.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div> -->
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/熙讯云-异步设备_Y50_FCC PART 15B报告.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>熙讯云-异步设备_Y50_FCC PART 15B报告.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/熙讯云-异步设备_ROHS报告.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>熙讯云-异步设备_ROHS报告.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/熙讯云-异步设备_Y50质检.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>熙讯云-异步设备_Y50质检.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
function openPasswordDia() {
|
||||||
|
$(".consumerOverlay").css({ "display": "flex" })
|
||||||
|
$(".consumerContent").css({ "display": "block" })
|
||||||
|
}
|
||||||
|
function consumerClose() {
|
||||||
|
$(".consumerOverlay").css({ "display": "none" })
|
||||||
|
$(".consumerContent").css({ "display": "none" })
|
||||||
|
$("#passwordInput").val(null)
|
||||||
|
}
|
||||||
|
function consumerConfirm() {
|
||||||
|
$(".consumerOverlay").css({ "display": "none" })
|
||||||
|
$(".consumerContent").css({ "display": "none" })
|
||||||
|
|
||||||
|
|
||||||
|
var password = $("#passwordInput").val(); // 获取输入的密码
|
||||||
|
|
||||||
|
// 这里替换成你的密码验证逻辑
|
||||||
|
if (password === "xixun888") {
|
||||||
|
// 密码正确,跳转到链接
|
||||||
|
window.location.href = "/service/resource/software/I Led/materials_management.html"; // 替换成你的链接
|
||||||
|
$("#passwordInput").val(null)
|
||||||
|
} else {
|
||||||
|
alert("密码错误!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
|
@ -0,0 +1,326 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li ">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active ">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK
|
||||||
|
Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP
|
||||||
|
异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle
|
||||||
|
HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t active">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="active"
|
||||||
|
href="/service/resource/product_document/accessory/AIVoice.html"> AI语音模块</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">AI语音模块</div>
|
||||||
|
<!-- <div class="tit">RY1</div> -->
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RY1规格书-V1.0.pdf" class="left" target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RY1规格书-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
</script>
|
|
@ -0,0 +1,337 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li ">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active ">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP 异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t active">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class="active" href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html"> AI语音模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">呼叫系统</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RHH1规格书-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RHH1规格书-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RHH1 Datasheet-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RHH1 Datasheet-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RQ1规格书-V2.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RQ1规格书-V2.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RQ1 Datasheet-V2.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RQ1 Datasheet-V2.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
</script>
|
|
@ -0,0 +1,332 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li ">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active ">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK
|
||||||
|
Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP
|
||||||
|
异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle
|
||||||
|
HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t active">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html">
|
||||||
|
AI语音模块</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a class="active"
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">点检卡</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/DJ10规格书-V1.1.pdf" class="left" target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>DJ10规格书-V1.1.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/DJ10 Datasheet-V1.1.pdf" class="left" target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>DJ10 Datasheet-V1.1.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
</script>
|
|
@ -0,0 +1,356 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li ">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active ">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP 异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t active">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class="active" href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html"> AI语音模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">功能模块</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/R56S规格书-V1.1.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>R56S规格书-V1.1.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/R56S Datasheet-V1.1.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>R56S Datasheet-V1.1.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RS5A规格书-V1.3.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RS5A规格书-V1.3.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RS5A Datasheet-V1.3.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RS5A Datasheet-V1.3.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RS5S规格书-V1.3.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RS5S规格书-V1.3.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RS5S Datasheet-V1.3.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RS5S Datasheet-V1.3.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
</script>
|
|
@ -0,0 +1,318 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li ">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active ">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP 异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t active">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class="active" href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html"> AI语音模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">喇叭</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RLB1规格书-V1.2.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RLB1规格书-V1.2.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RLB1 Datasheet-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RLB1 Datasheet-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
</script>
|
|
@ -0,0 +1,373 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li ">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active ">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP 异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t active">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class="active" href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html"> AI语音模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">监控器</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RP0规格书-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RP0规格书-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RP0 Datasheet-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RP0 Datasheet-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RP1规格书-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RP1规格书-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RP1 Datasheet-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RP1 Datasheet-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RP2规格书-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RP2规格书-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RP2 Datasheet-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RP2 Datasheet-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RP3规格书-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RP3规格书-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RP3 Datasheet-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RP3 Datasheet-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
</script>
|
|
@ -0,0 +1,326 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li ">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active ">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK
|
||||||
|
Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP
|
||||||
|
异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle
|
||||||
|
HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t active">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html">
|
||||||
|
AI语音模块</a>
|
||||||
|
<a class="active"
|
||||||
|
href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">光电转换器</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RG8规格书-V1.2.pdf" class="left" target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RG8规格书-V1.2.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
</script>
|
|
@ -0,0 +1,338 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li ">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active ">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP 异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t active">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class="active" href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html"> AI语音模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">定位模块</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/G10 规格书-V1.1.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>G10 规格书-V1.1.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/G10 Datasheet-V1.1.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>G10 Datasheet-V1.1.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/G11规格书-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>G11规格书-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/G11 Datasheet-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>G11 Datasheet-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
</script>
|
|
@ -0,0 +1,324 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li ">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active ">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK
|
||||||
|
Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP
|
||||||
|
异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle
|
||||||
|
HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t active">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class="active"
|
||||||
|
href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html">
|
||||||
|
AI语音模块</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">DC-DC电源</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RC200规格书-V1.0.pdf" class="left" target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RC200规格书-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
</script>
|
|
@ -0,0 +1,373 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li ">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active ">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP 异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t active">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a class="active" href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html"> AI语音模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">传感器</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/R66规格书-V1.1.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>R66规格书-V1.1.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/R66 Datasheet-V1.1.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>R66 Datasheet-V1.1.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/R68规格书-V1.1.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>R68规格书-V1.1.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/R68 Datasheet-V1.1.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>R68 Datasheet-V1.1.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RL3规格书-V1.1.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RL3规格书-V1.1.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RL3 Datasheet-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RL3 Datasheet-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RTH2规格书-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RTH2规格书-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RTH2 Datasheet-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RTH2 Datasheet-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
</script>
|
|
@ -0,0 +1,332 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li ">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active ">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK
|
||||||
|
Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP
|
||||||
|
异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle
|
||||||
|
HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t active">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a class="active"
|
||||||
|
href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html">
|
||||||
|
AI语音模块</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">音柱</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RG30-S规格书-V1.0.pdf" class="left" target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RG30-S规格书-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RG30-S Datasheet-V1.0.pdf" class="left" target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RG30-S Datasheet-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
</script>
|
|
@ -0,0 +1,323 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li ">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active ">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK
|
||||||
|
Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP
|
||||||
|
异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle
|
||||||
|
HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t active">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html">
|
||||||
|
AI语音模块</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class="active"
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">分线器</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/RH100规格书-V1.0.pdf" class="left" target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>RH100规格书-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
</script>
|
|
@ -0,0 +1,640 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
.service_Software .right .con1 .box {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list {
|
||||||
|
margin-top: 24px;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list .instructions-list_a {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list a:hover {
|
||||||
|
color: #0000c0;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list .instructions-list_a .TextIcon {
|
||||||
|
width: 1.375vw;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list .instructions-list_a p {
|
||||||
|
padding-left: .7500vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 弹框 */
|
||||||
|
.consumerOverlay {
|
||||||
|
display: none;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
/* 设置背景颜色为半透明黑色 */
|
||||||
|
z-index: 9999;
|
||||||
|
/* 设置 z-index 值确保遮罩层位于其他元素之上 */
|
||||||
|
/* display: flex; */
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerContent {
|
||||||
|
display: none;
|
||||||
|
position: relative;
|
||||||
|
z-index: 10000;
|
||||||
|
background-color: #ffffff;
|
||||||
|
width: 30%;
|
||||||
|
height: 30%;
|
||||||
|
margin-top: 10%;
|
||||||
|
border-radius: 2%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerHeader {
|
||||||
|
border-radius: 2%;
|
||||||
|
line-height: 45px;
|
||||||
|
font-size: 18px;
|
||||||
|
text-align: center;
|
||||||
|
height: 45px;
|
||||||
|
width: 100%;
|
||||||
|
background-color: #eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerMiddle {
|
||||||
|
padding: 20px 20px;
|
||||||
|
font-size: 15px;
|
||||||
|
width: 100%;
|
||||||
|
height: 62%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerBottom {
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
margin-right: 10px;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerBottom button {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bgRed {
|
||||||
|
background-color: #d35c5d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bgBlue {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 0.6333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group>div {
|
||||||
|
margin-right: 0.6333vw;
|
||||||
|
font-size: .8333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.form-group .form-control,
|
||||||
|
.form-group .form-file,
|
||||||
|
.form-group select {
|
||||||
|
padding-left: 8px;
|
||||||
|
padding: 8px 30px 8px 14px;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
border-radius: 0.2vw;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-file {
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group select {
|
||||||
|
margin-right: 0.6333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group button {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btns {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.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: 0.9375vw;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table tbody th,
|
||||||
|
.layui-table tbody td {
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table td,
|
||||||
|
.layui-table th {
|
||||||
|
position: relative;
|
||||||
|
height: 35px;
|
||||||
|
line-height: 35px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table td,
|
||||||
|
.layui-table th {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 460px) {
|
||||||
|
.form-group {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group>div {
|
||||||
|
font-size: 16px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-control {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-control,
|
||||||
|
.form-group .form-file,
|
||||||
|
.form-group select {
|
||||||
|
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-file {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group button {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table tbody th,
|
||||||
|
.layui-table tbody td {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerContent {
|
||||||
|
width: 80%;
|
||||||
|
height: 40%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerBottom button {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK
|
||||||
|
Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP 异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a class="active" href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class="" href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class="" href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class="" href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class="" href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html"> AI语音模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">AIPS2.0通用信发平台</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://m2mled.net:8888/login"
|
||||||
|
class="left" target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/api.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>AIPS2.0通用信发平台</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="tit" style="margin-top: 30px;">相关文档</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/AIPS发布平帐号注册步骤.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>AIPS2.0平台帐号注册步骤.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/AIPS发布平台帐号绑定及入网配置.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>AIPS2.0平台帐号绑定及入网配置.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/灯杆屏操作手册.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>AIPS2.0平台灯杆屏操作手册.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/车载屏操作手册.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>AIPS2.0平台车载屏操作手册.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div> -->
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/AIPS云平台使用说明书.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>AIPS2.0平台云平台使用说明书.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/安卓卡U盘更新节目步骤.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>AIPS2.0平台安卓卡U盘更新节目步骤.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="consumerOverlay" style="display: none;">
|
||||||
|
<div class="consumerContent" style="display: none;">
|
||||||
|
<div class="consumerHeader">
|
||||||
|
<span>请输入密码</span>
|
||||||
|
</div>
|
||||||
|
<div class="consumerMiddle">
|
||||||
|
<form>
|
||||||
|
<div class="form-group">
|
||||||
|
<div>请输入密码:</div>
|
||||||
|
<input class="form-control" type="password" id="passwordInput" placeholder="请输入密码" required>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
<div class="consumerBottom">
|
||||||
|
<button type="button" onclick="consumerClose()"
|
||||||
|
style="background-color:lightsteelblue ;margin-right: 15px;" class="btn-default">取消</button>
|
||||||
|
<button type="button" onclick="consumerConfirm()" class="btn-primary"
|
||||||
|
style="background-color:lightsteelblue ;margin-right: 10px;">确定</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
function openPasswordDia() {
|
||||||
|
$(".consumerOverlay").css({ "display": "flex" })
|
||||||
|
$(".consumerContent").css({ "display": "block" })
|
||||||
|
}
|
||||||
|
function consumerClose() {
|
||||||
|
$(".consumerOverlay").css({ "display": "none" })
|
||||||
|
$(".consumerContent").css({ "display": "none" })
|
||||||
|
$("#passwordInput").val(null)
|
||||||
|
}
|
||||||
|
function consumerConfirm() {
|
||||||
|
$(".consumerOverlay").css({ "display": "none" })
|
||||||
|
$(".consumerContent").css({ "display": "none" })
|
||||||
|
|
||||||
|
|
||||||
|
var password = $("#passwordInput").val(); // 获取输入的密码
|
||||||
|
|
||||||
|
// 这里替换成你的密码验证逻辑
|
||||||
|
if (password === "xixun888") {
|
||||||
|
// 密码正确,跳转到链接
|
||||||
|
window.location.href = "/service/resource/software/I Led/materials_management.html"; // 替换成你的链接
|
||||||
|
$("#passwordInput").val(null)
|
||||||
|
} else {
|
||||||
|
alert("密码错误!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
|
@ -0,0 +1,657 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
.service_Software .right .con1 .box {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list {
|
||||||
|
margin-top: 24px;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list .instructions-list_a {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list a:hover {
|
||||||
|
color: #0000c0;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list .instructions-list_a .TextIcon {
|
||||||
|
width: 1.375vw;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list .instructions-list_a p {
|
||||||
|
padding-left: .7500vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 弹框 */
|
||||||
|
.consumerOverlay {
|
||||||
|
display: none;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
/* 设置背景颜色为半透明黑色 */
|
||||||
|
z-index: 9999;
|
||||||
|
/* 设置 z-index 值确保遮罩层位于其他元素之上 */
|
||||||
|
/* display: flex; */
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerContent {
|
||||||
|
display: none;
|
||||||
|
position: relative;
|
||||||
|
z-index: 10000;
|
||||||
|
background-color: #ffffff;
|
||||||
|
width: 30%;
|
||||||
|
height: 30%;
|
||||||
|
margin-top: 10%;
|
||||||
|
border-radius: 2%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerHeader {
|
||||||
|
border-radius: 2%;
|
||||||
|
line-height: 45px;
|
||||||
|
font-size: 18px;
|
||||||
|
text-align: center;
|
||||||
|
height: 45px;
|
||||||
|
width: 100%;
|
||||||
|
background-color: #eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerMiddle {
|
||||||
|
padding: 20px 20px;
|
||||||
|
font-size: 15px;
|
||||||
|
width: 100%;
|
||||||
|
height: 62%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerBottom {
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
margin-right: 10px;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerBottom button {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bgRed {
|
||||||
|
background-color: #d35c5d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bgBlue {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 0.6333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group>div {
|
||||||
|
margin-right: 0.6333vw;
|
||||||
|
font-size: .8333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.form-group .form-control,
|
||||||
|
.form-group .form-file,
|
||||||
|
.form-group select {
|
||||||
|
padding-left: 8px;
|
||||||
|
padding: 8px 30px 8px 14px;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
border-radius: 0.2vw;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-file {
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group select {
|
||||||
|
margin-right: 0.6333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group button {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btns {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.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: 0.9375vw;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table tbody th,
|
||||||
|
.layui-table tbody td {
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table td,
|
||||||
|
.layui-table th {
|
||||||
|
position: relative;
|
||||||
|
height: 35px;
|
||||||
|
line-height: 35px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table td,
|
||||||
|
.layui-table th {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 460px) {
|
||||||
|
.form-group {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group>div {
|
||||||
|
font-size: 16px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-control {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-control,
|
||||||
|
.form-group .form-file,
|
||||||
|
.form-group select {
|
||||||
|
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-file {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group button {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table tbody th,
|
||||||
|
.layui-table tbody td {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerContent {
|
||||||
|
width: 80%;
|
||||||
|
height: 40%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerBottom button {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK
|
||||||
|
Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP 异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a href="/service/resource/software/Vehicle HUB/index.html">Vehicle HUB车载专用平台</a> -->
|
||||||
|
<a class="active" href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class="" href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class="" href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class="" href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class="" href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html"> AI语音模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">LEDOK IoT智慧物联平台</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://www.ledokcloud.com/#/home"
|
||||||
|
class="left" target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/api.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>LEDOK IoT智慧物联平台</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="tit" style="margin-top: 30px;">相关文档</div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/LEDOK IoT云平台基础操作说明-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>LEDOK IoT云平台基础操作说明-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/LEDOK IoT云平台常规操作说明-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>LEDOK IoT云平台常规操作说明-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/LEDOK IoT云平台智慧物联说明-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>LEDOK IoT云平台智慧物联说明-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/LEDOK IoT云平台智慧屏幕说明-V1.1.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>LEDOK IoT云平台智慧屏幕说明-V1.1.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/LEDOK IoT云平台气象环境说明-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>LEDOK IoT云平台气象环境说明-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/LEDOK IoT云平台智慧照明说明-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>LEDOK IoT云平台智慧照明说明-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/LEDOK IoT云平台电能管理说明-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>LEDOK IoT云平台电能管理说明-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/LEDOK IoT云平台智慧监控说明-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>LEDOK IoT云平台智慧监控说明-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/LEDOK IoT云平台客流统计说明-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>LEDOK IoT云平台客流统计说明-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/LEDOK IoT云平台智慧交通说明-V1.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>LEDOK IoT云平台智慧交通说明-V1.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
function openPasswordDia() {
|
||||||
|
$(".consumerOverlay").css({ "display": "flex" })
|
||||||
|
$(".consumerContent").css({ "display": "block" })
|
||||||
|
}
|
||||||
|
function consumerClose() {
|
||||||
|
$(".consumerOverlay").css({ "display": "none" })
|
||||||
|
$(".consumerContent").css({ "display": "none" })
|
||||||
|
$("#passwordInput").val(null)
|
||||||
|
}
|
||||||
|
function consumerConfirm() {
|
||||||
|
$(".consumerOverlay").css({ "display": "none" })
|
||||||
|
$(".consumerContent").css({ "display": "none" })
|
||||||
|
|
||||||
|
|
||||||
|
var password = $("#passwordInput").val(); // 获取输入的密码
|
||||||
|
|
||||||
|
// 这里替换成你的密码验证逻辑
|
||||||
|
if (password === "xixun888") {
|
||||||
|
// 密码正确,跳转到链接
|
||||||
|
window.location.href = "/service/resource/software/I Led/materials_management.html"; // 替换成你的链接
|
||||||
|
$("#passwordInput").val(null)
|
||||||
|
} else {
|
||||||
|
alert("密码错误!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
|
@ -0,0 +1,594 @@
|
||||||
|
<!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>熙讯-服务支持-下载专区</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>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var type = navigator.appName;
|
||||||
|
if (type == "Netscape") var lang = navigator.language;
|
||||||
|
else var lang = navigator.userLanguage;
|
||||||
|
var lang = lang.substr(0, 2);
|
||||||
|
|
||||||
|
//英文路径
|
||||||
|
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 = "http://sysolution.net/";
|
||||||
|
}
|
||||||
|
|
||||||
|
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>
|
||||||
|
.service_Software .right .con1 .box {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list {
|
||||||
|
margin-top: 24px;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list .instructions-list_a {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list a:hover {
|
||||||
|
color: #0000c0;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list .instructions-list_a .TextIcon {
|
||||||
|
width: 1.375vw;
|
||||||
|
}
|
||||||
|
.service_Software .right .instructions-list .instructions-list_a p {
|
||||||
|
padding-left: .7500vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 弹框 */
|
||||||
|
.consumerOverlay {
|
||||||
|
display: none;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
/* 设置背景颜色为半透明黑色 */
|
||||||
|
z-index: 9999;
|
||||||
|
/* 设置 z-index 值确保遮罩层位于其他元素之上 */
|
||||||
|
/* display: flex; */
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerContent {
|
||||||
|
display: none;
|
||||||
|
position: relative;
|
||||||
|
z-index: 10000;
|
||||||
|
background-color: #ffffff;
|
||||||
|
width: 30%;
|
||||||
|
height: 30%;
|
||||||
|
margin-top: 10%;
|
||||||
|
border-radius: 2%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerHeader {
|
||||||
|
border-radius: 2%;
|
||||||
|
line-height: 45px;
|
||||||
|
font-size: 18px;
|
||||||
|
text-align: center;
|
||||||
|
height: 45px;
|
||||||
|
width: 100%;
|
||||||
|
background-color: #eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerMiddle {
|
||||||
|
padding: 20px 20px;
|
||||||
|
font-size: 15px;
|
||||||
|
width: 100%;
|
||||||
|
height: 62%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerBottom {
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
margin-right: 10px;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerBottom button {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bgRed {
|
||||||
|
background-color: #d35c5d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bgBlue {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 0.6333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group>div {
|
||||||
|
margin-right: 0.6333vw;
|
||||||
|
font-size: .8333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.form-group .form-control,
|
||||||
|
.form-group .form-file,
|
||||||
|
.form-group select {
|
||||||
|
padding-left: 8px;
|
||||||
|
padding: 8px 30px 8px 14px;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
border-radius: 0.2vw;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-file {
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group select {
|
||||||
|
margin-right: 0.6333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group button {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btns {
|
||||||
|
background-color: lightsteelblue;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.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: 0.9375vw;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table tbody th,
|
||||||
|
.layui-table tbody td {
|
||||||
|
font-size: 0.8333vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table td,
|
||||||
|
.layui-table th {
|
||||||
|
position: relative;
|
||||||
|
height: 35px;
|
||||||
|
line-height: 35px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table td,
|
||||||
|
.layui-table th {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 460px) {
|
||||||
|
.form-group {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group>div {
|
||||||
|
font-size: 16px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-control {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-control,
|
||||||
|
.form-group .form-file,
|
||||||
|
.form-group select {
|
||||||
|
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group .form-file {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group button {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-table tbody th,
|
||||||
|
.layui-table tbody td {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerContent {
|
||||||
|
width: 80%;
|
||||||
|
height: 40%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.consumerBottom button {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="header head3">
|
||||||
|
#include(navbar)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="Lcrumbs">
|
||||||
|
<div class="container1260">
|
||||||
|
<a href="javascript:;">下载专区</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="Bg">
|
||||||
|
<div class="container1260">
|
||||||
|
<div class="service_Software clearfix">
|
||||||
|
<!-- 程序注意这个右侧导航栏结构不一样,这个有三级 -->
|
||||||
|
<div class="publicLeft publicLeft_download">
|
||||||
|
<!-- 如果导航没有cat 则默认第一个下拉111-->
|
||||||
|
<div class="li active2">
|
||||||
|
<h5>软件程序及文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/software/LedOK Express/index.html">LedOK
|
||||||
|
Express(PC端局域网节目编辑调试软件)</a>
|
||||||
|
<a href="/service/resource/software/LEDOK Lite/index.html">LEDOK Lite(手机APP 异步播放盒)</a>
|
||||||
|
<a href="/service/resource/software/I Led/index.html">I Led(手机APP 动画图文卡)</a>
|
||||||
|
<a href="/service/resource/software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
||||||
|
<!-- <a class="active" href="/service/resource/software/Vehicle HUB/index.html">Vehicle HUB车载专用平台</a> -->
|
||||||
|
<a href="/service/resource/software/LEDOK IoT/index.html">LEDOK IoT智慧物联平台</a>
|
||||||
|
<a href="/service/resource/software/LedSet/index.html">LedSet(配屏软件)</a>
|
||||||
|
<a href="/service/resource/software/oldProduct/index.html">老产品及停产配套软件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>使用说明文档<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">控制系统<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/control_system/commerce_display/index.html">智慧商显同异步播放盒系列</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/control_system/lamp_pole/index.html">灯杆车载等异步全彩系列</a>
|
||||||
|
<a class="" href="/service/resource/product_document/control_system/car_load/index.html">动画图文卡系列</a>
|
||||||
|
<a class="" href="/service/resource/product_document/control_system/LCD/index.html">LCD系列</a>
|
||||||
|
<a class="" href="/service/resource/product_document/control_system/sync_send/index.html">同步发送卡</a>
|
||||||
|
<a class="" href="/service/resource/product_document/control_system/receive_card/index.html">接收卡</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">视频处理<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/2-in-1_video_process/index.html">二合一视频处理器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/independent_control/index.html">独立主控</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/video_splicer/index.html">视频拼接器</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/video_process/multimedia_server/index.html">多媒体服务器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">配件产品<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sensor.html">传感器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/monitor.html">监控器</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/functionModule.html">功能模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/powerSupply.html">DC-DC电源</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/horns.html">喇叭</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/callsystem.html">呼叫系统</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/sound.html">音柱</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/position.html">定位模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/AIVoice.html"> AI语音模块</a>
|
||||||
|
<a class="" href="/service/resource/product_document/accessory/photoelectric.html">光电转换器</a>
|
||||||
|
<a
|
||||||
|
href="/service/resource/product_document/accessory/checkpoint.html">点检卡</a>
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/accessory/splitter.html">分线器</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">软件服务<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class=""
|
||||||
|
href="/service/resource/product_document/xixun_software/SingleMachine/index.html">PC端局域网软件</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/AIPS/index.html">云平台</a>
|
||||||
|
<a class="" href="/service/resource/product_document/xixun_software/APP/index.html">APP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<!-- <div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
<div class="t ">老产品系列<div class="li3On"></div>
|
||||||
|
</div>
|
||||||
|
<div class="ul3 ">
|
||||||
|
<a class="" href="/service/resource/product_document/oldProduct/index.html">老产品系列</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="li ">
|
||||||
|
<h5>固件程序<div class="liOn"></div>
|
||||||
|
</h5>
|
||||||
|
<div class="Downul2">
|
||||||
|
<div class="ul2">
|
||||||
|
<div class="li3">
|
||||||
|
|
||||||
|
<div class="ul3 active">
|
||||||
|
<a href="/service/resource/firmware_program/y0sy0a.html">Y0s/Y0a系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y08.html">Y08系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y4ay1gy1cm5h.html">Y4a/Y1g/Y1c/M5h系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y5cm7le63.html">Y5c/M7l/E63系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/y37y35.html">Y37/Y35系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/st5m7s.html">St5/M7s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/m5sy5am6s.html">M5s/Y5a/M6s系列</a>
|
||||||
|
<a href="/service/resource/firmware_program/kd/index.html">KD系列配件</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<div class="tit">Vehicle HUB车载专用平台 </div>
|
||||||
|
<div class="con1">
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://www.taxihub.cn/#/login"
|
||||||
|
class="left" target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/api.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>Vehicle HUB车载专用平台</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="tit" style="margin-top: 30px;">相关文档</div>
|
||||||
|
<div class="con1" >
|
||||||
|
<div class="box">
|
||||||
|
<a href="https://ledok.cn:8443/download/Vehicle HUB Platform Instruction-V2.0.pdf" class="left"
|
||||||
|
target="_blank">
|
||||||
|
<div class="TextIcon">
|
||||||
|
<img src="/static/image/pdfDownload.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<h5>Vehicle HUB Platform Instruction-V2.0.pdf</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="consumerOverlay" style="display: none;">
|
||||||
|
<div class="consumerContent" style="display: none;">
|
||||||
|
<div class="consumerHeader">
|
||||||
|
<span>请输入密码</span>
|
||||||
|
</div>
|
||||||
|
<div class="consumerMiddle">
|
||||||
|
<form>
|
||||||
|
<div class="form-group">
|
||||||
|
<div>请输入密码:</div>
|
||||||
|
<input class="form-control" type="password" id="passwordInput" placeholder="请输入密码" required>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
<div class="consumerBottom">
|
||||||
|
<button type="button" onclick="consumerClose()"
|
||||||
|
style="background-color:lightsteelblue ;margin-right: 15px;" class="btn-default">取消</button>
|
||||||
|
<button type="button" onclick="consumerConfirm()" class="btn-primary"
|
||||||
|
style="background-color:lightsteelblue ;margin-right: 10px;">确定</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
#include(footer)
|
||||||
|
<div class="Topping" id="ScrollTop"><i class="layui-icon layui-icon-top"></i></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--百度分享脚本-->
|
||||||
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
||||||
|
<!--select模拟插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
||||||
|
<!--省市区三级联动-->
|
||||||
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
||||||
|
<!--wow入场插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
||||||
|
<!-- 数字滚动插件 -->
|
||||||
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
||||||
|
<!--swiper插件-->
|
||||||
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
||||||
|
<!--瀑布流插件-->
|
||||||
|
<script src="/static/js/modernizr.custom.js"></script>
|
||||||
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
||||||
|
<script src="/static/js/classie.js"></script>
|
||||||
|
<script src="/static/js/AnimOnScroll.js"></script>
|
||||||
|
<!--自定义-->
|
||||||
|
<script type="text/javascript" src="/js/layout.js"></script>
|
||||||
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(["laypage", "layer"], function () {
|
||||||
|
var laypage = layui.laypage,
|
||||||
|
layer = layui.layer;
|
||||||
|
|
||||||
|
//总页数低于页码总数
|
||||||
|
laypage.render({
|
||||||
|
elem: "demo0",
|
||||||
|
count: "4",
|
||||||
|
curr: "1",
|
||||||
|
limit: "12",
|
||||||
|
prev: " ",
|
||||||
|
next: " ",
|
||||||
|
jump: function (obj, first) {
|
||||||
|
//首次不执行
|
||||||
|
if (!first) {
|
||||||
|
//do something
|
||||||
|
location.href = "/service/resource/index_" + obj.curr + ".html" + "?cat=" + "6";
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () {
|
||||||
|
$(this).siblings(".Description_popUp").fadeIn()
|
||||||
|
})
|
||||||
|
$(".Description_popUp i").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
$(".Description_popUp .con .off").on('click', function () {
|
||||||
|
$(".Description_popUp").fadeOut()
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
function openPasswordDia() {
|
||||||
|
$(".consumerOverlay").css({ "display": "flex" })
|
||||||
|
$(".consumerContent").css({ "display": "block" })
|
||||||
|
}
|
||||||
|
function consumerClose() {
|
||||||
|
$(".consumerOverlay").css({ "display": "none" })
|
||||||
|
$(".consumerContent").css({ "display": "none" })
|
||||||
|
$("#passwordInput").val(null)
|
||||||
|
}
|
||||||
|
function consumerConfirm() {
|
||||||
|
$(".consumerOverlay").css({ "display": "none" })
|
||||||
|
$(".consumerContent").css({ "display": "none" })
|
||||||
|
|
||||||
|
|
||||||
|
var password = $("#passwordInput").val(); // 获取输入的密码
|
||||||
|
|
||||||
|
// 这里替换成你的密码验证逻辑
|
||||||
|
if (password === "xixun888") {
|
||||||
|
// 密码正确,跳转到链接
|
||||||
|
window.location.href = "/service/resource/software/I Led/materials_management.html"; // 替换成你的链接
|
||||||
|
$("#passwordInput").val(null)
|
||||||
|
} else {
|
||||||
|
alert("密码错误!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.7 MiB |
Binary file not shown.
After Width: | Height: | Size: 719 KiB |
Binary file not shown.
After Width: | Height: | Size: 786 KiB |
Loading…
Reference in New Issue
Block a user