Compare commits

...

2 Commits

Author SHA1 Message Date
tyt 1fd4c855c5 Merge branch 'main' of http://ledok.cn:3000/zenghuanyu/sysolution 2025-02-21 08:19:51 +08:00
tyt 3f15a4870c 播控 2025-02-21 08:19:46 +08:00
51 changed files with 3098 additions and 1 deletions

View File

@ -6,6 +6,13 @@
<dl>
<dt>产品中心</dt>
<dd>
<div class="footerNav2">
<a href="/products/broadcast_control_processor/broadcast_control_processor.html" class="Flink2">智能播控处理器</a>
<i class="iconfont icon_jiantou3_down"></i>
<div class="footerNav3">
<a href="/products/broadcast_control_processor/broadcast_control_processor.html" class="Flink3">G系列智能播控处理器</a>
</div>
</div>
<div class="footerNav2">
<a href="/products/control_system/commerce_display/commerce_display.html" class="Flink2">控制系统</a>
<i class="iconfont icon_jiantou3_down"></i>

View File

@ -19,7 +19,8 @@
<i></i>
<div class="container1260">
<div class="ProTabBar">
<div class="tabTerm active">控制系统</div>
<div class="tabTerm active">智能播控处理器</div>
<div class="tabTerm">控制系统</div>
<div class="tabTerm">视频处理</div>
<div class="tabTerm">相关配件</div>
<div class="tabTerm">软件服务</div>
@ -28,6 +29,20 @@
</div>
<div class="ProTabCont">
<div class="tabItem active">
<div class="box">
<div class="img">
<img src="/static/products/broadcast_control_processor/broadcast_control_processor.png" alt="" />
</div>
<div class="text">
<a href="/products/broadcast_control_processor/broadcast_control_processor.html">
<h5>G系列智能播控处理器</h5>
</a>
<div class="li" style="height: 100px;"></div>
</div>
</div>
</div>
<div class="tabItem">
<div class="box">
<div class="img">
<img src="/static/products/control_system/commerce_display/M50B-D/img/M50B-D-11-880.jpg" alt="" />

View File

@ -0,0 +1,307 @@
<!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>熙讯-产品中心-智能播控处理器-G系列智能播控处理器</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>
<style>
.product-preview-img-box{
margin: 100px auto;
}
@media screen and (max-width: 768px) {
.product-preview-img-box{
margin: 20px auto;
}
}
</style>
<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">G系列智能播控处理器</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/broadcast_control_processor/broadcast_control_processor.png" alt="G系列智能播控处理器预览图">
</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>最多12路千兆网口输出最大带载 780 万像素。</p>
</li>
<li>
<i class="layui-icon layui-icon-circle-dot"></i>
<p>2 路 HDMI1.4 输入1路路 HDMI1.4 输出1路 USB3.0 输入。可用于多媒体素材播放及
功能扩展。</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>基于 Android11 定制的桌面 UI 系统,可添加第三方 APP 应用。</p>
</li>
<li>
<i class="layui-icon layui-icon-circle-dot"></i>
<p>支持多平台终端无线投屏,包括 Windows、MacOS、iOS、Android 系统。</p>
</li>
<li>
<i class="layui-icon layui-icon-circle-dot"></i>
<p>支持白板书写和批注,支持使用遥控器对 LED 显示屏进行操控。</p>
</li>
<li>
<i class="layui-icon layui-icon-circle-dot"></i>
<p>支持连接继电器,方便进行 LED 显示屏电源管理。</p>
</li>
<li>
<i class="layui-icon layui-icon-circle-dot"></i>
<p>强大的处理性能4 核 A55 的 ARM 处理器,主频 1.8GHz,板载 2GB 运行内存32GB 内部存储空间。</p>
</li>
<li>
<i class="layui-icon layui-icon-circle-dot"></i>
<p>支持 H.264、H.265 4K@60Hz 高清视频解码。</p>
</li>
<li>
<i class="layui-icon layui-icon-circle-dot"></i>
<p>支持 1 路 4K、2 路 1080p、2 路 720p、3 路480p 或 3 路 360p 视频播放。</p>
</li>
<li>
<i class="layui-icon layui-icon-circle-dot"></i>
<p> 多端节目播控:手机 APP 智能播控可通过手机安装LedOKliteAPP实现节目制作发布和显
示屏控制遥控器便捷播控可在显示屏上进行本地节目播控及简单的节目制作U 盘播放:支持
单机播放、即插即播或拷贝播放。</p>
</li>
<li>
<i class="layui-icon layui-icon-circle-dot"></i>
<p>可同时进行 Wi-Fi 上网和开启无线热点。</p>
</li>
<li>
<i class="layui-icon layui-icon-circle-dot"></i>
<p>配套软件LedOKExpress、LedOK lite。</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 colspan="3">智能播控处理器</th>
</tr>
</thead>
<tbody>
<tr>
<td>型号</td>
<td>S40</td>
<td>S40</td>
<td>S40</td>
</tr>
<tr>
<td>输出网口路数</td>
<td>4路</td>
<td>8路</td>
<td>12路</td>
</tr>
<tr>
<td>单网口输出带载</td>
<td colspan="3">65 万点</td>
</tr>
<tr>
<td>网口输出最大带载</td>
<td>260 万点</td>
<td>520 万点</td>
<td>780 万点</td>
</tr>
<tr>
<td>电源</td>
<td colspan="3">独立DC电源12V/3A</td>
</tr>
<tr>
<td>工作温度</td>
<td colspan="3">-20℃ ~ 60℃</td>
</tr>
<tr>
<td>工作湿度</td>
<td colspan="3">0%RH 80%RH无冷凝</td>
</tr>
<tr>
<td>存储温度</td>
<td colspan="3">-40℃80℃</td>
</tr>
<tr>
<td>存储湿度</td>
<td colspan="3">0%RH95%RH无冷凝</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/G系列智能播控处理器规格书-V.1.0" target="_blank" title="G系列智能播控处理器规格书-V.1.0">G系列智能播控处理器规格书-V.1.0</a>
<span>规格书</span>
<span>2025.02.20</span>
</li>
<li>
<a href="https://ledok.cn:8443/download/G系列智控播控处理器操作手册-V1.0" target="_blank" title="G系列智控播控处理器操作手册-V1.0">G系列智控播控处理器操作手册-V1.0</a>
<span>用户操作手册</span>
<span>2025.02.20</span>
</li>
<li>
<a href="https://ledok.cn:8443/download/G Series Datasheet-V.1.0" target="_blank" title="G Series Datasheet-V.1.0">G Series Datasheet-V.1.0</a>
<span>Datasheet</span>
<span>2025.02.20</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>

891
src/search/index.html Normal file
View File

@ -0,0 +1,891 @@
<!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>
.search1 {
display: flex;
justify-content: center;
align-items: center;
background-color: #f5f5f5;
height: 185px;
}
/* .search1 .search2 {
margin: 0px auto;
width: 740px;
height: 45px;
padding-top: 60px;
} */
.search1 .input {
position: relative;
width: 55%;
height: 45px;
border: 1px solid #f2f2f2;
background-color: #fff;
font-size: .8333vw;
}
.input1 {
height: 42px;
width: 100%;
outline: none;
font-size: .8333vw;
}
.sear {
position: absolute;
right: 0;
top: 35%;
display: inline-block;
height: 45px;
padding: 0 6px;
}
.defaSearchList {
padding: 2.6042vw 0vw;
}
.defaSearchList dl {
border-bottom: .0521vw solid #eee;
padding-bottom: .5208vw;
}
.removeStyle {
margin: 0vw 0vw 0vw 2vw;
padding: 0vw;
list-style: none;
}
#resultsTitle {
color: #005bbd;
font-weight: 400;
margin-left: 10px;
font-size: .9333vw;
}
.defaSearchList li {
padding: 1vw 1.0417vw;
margin-top: .7813vw;
border-bottom: .0521vw solid #eee;
background: #f6f6f6;
}
.removeStyle li {
list-style: none;
margin: 0.98vw;
}
.swiper-slide {
margin-left: 50px;
width: 80%;
height: 100%;
position: relative;
}
a {
text-decoration: none;
}
@media (max-width: 580px) {
.input1 {
font-size: 16px;
}
#resultsTitle {
font-size: 16px;
}
}
</style>
<body>
<div class="header head3">
#include(navbar)
</div>
<!-- <div>
<input type="text" id="searchInput" placeholder="输入搜索内容">
<button id="searchButton">搜索</button>
</div> -->
<div style="margin-top: 73px">
<div class="search1">
<div class="input">
<input class="input1" placeholder="输入搜索内容" id="searchInput" type="text" style="padding-left: 5px">
<a id="searchButton" class="sear">
<img src="/static/image/search_page.png" alt="">
</a>
</div>
</div>
<div id="results" class="defaSearchList ">
<dl class="reomveStyle clearfix">
<dt id="resultsTitle">程序及文档搜索结果</dt>
</dl>
<ul class="removeStyle">
</ul>
</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>
$(document).ready(function () {
let list =
{
'software': {
"LedOK Express": [{
"name": "LedOK Express 最新版(Windows 32位版Y50,M70卡xixunplay2.0版本以上;)",
"url": "https://ledok.cn:8443/download/LedOK Express Setup.exe",
}, {
"name": "LedOK Express 最新版(Windows 64位版)",
"url": "https://ledok.cn:8443/download/LedOK Express Setup 64bit.exe",
}, {
"name": "LedOK Express v1.4.1(Windows 版Y60卡xixunplay2.0版本以下;)",
"url": "https://ledok.cn:8443/download/LedOK Express Setup 1.4.1.exe",
}, {
"name": "LedOK Express v1.2.9(Windows 版Y30、E30等旧卡使用)",
"url": "https://ledok.cn:8443/download/LedOK Express Setup_v1.2.9.exe",
}, {
"name": "LedOK Express v2.0.2(Mac 版)",
"url": "https://ledok.cn:8443/download/LedOK Express 2.0.2.dmg",
}, {
"name": "LedOK Express v1.4.0(Mac 版)",
"url": "https://ledok.cn:8443/download/LedOK Express.dmg",
}, {
"name": "LedOK Express 说明书-V2.0",
"url": "https://ledok.cn:8443/download/LedOK Express 说明书-V2.0.pdf",
}, {
"name": "LedOK Express Instructions-V2.0",
"url": "https://ledok.cn:8443/download/LedOK Express Instructions-V2.0.pdf",
}],
"LEDOK Lite": [{
"name": "LEDOK Lite手机APP说明书-V3.0",
"url": "https://ledok.cn:8443/download/LEDOK Lite手机APP说明书-V3.0.pdf",
}, {
"name": "LEDOK Lite Instructions-V3.0",
"url": "https://ledok.cn:8443/download/LEDOK Lite Instructions-V3.0.pdf",
}],
"I Led": [{
"name": "I LED节目发布操作说明书-V1.0",
"url": "https://ledok.cn:8443/download/I LED节目发布操作说明书-V1.0.pdf",
}, {
"name": "I LED Publish Content Instructions-V1.0",
"url": "https://ledok.cn:8443/download/I LED Publish Content Instructions-V1.0.pdf",
}],
"AIPS2.0通用信发平台": [{
"name": "AIPS2.0通用信发平台",
"url": "https://m2mled.net:8888/login",
}, {
"name": "AIPS2.0平台帐号注册步骤.pdf",
"url": "https://ledok.cn:8443/download/AIPS发布平帐号注册步骤.pdf",
}, {
"name": "AIPS2.0平台帐号绑定及入网配置.pdf",
"url": "https://ledok.cn:8443/download/AIPS发布平台帐号绑定及入网配置.pdf",
}, {
"name": "AIPS2.0平台灯杆屏操作手册.pdf",
"url": "https://ledok.cn:8443/download/灯杆屏操作手册.pdf",
}, {
"name": "AIPS2.0平台云平台使用说明书.pdf",
"url": "https://ledok.cn:8443/download/AIPS云平台使用说明书.pdf",
}, {
"name": "AIPS2.0平台安卓卡U盘更新节目步骤.pdf",
"url": "https://ledok.cn:8443/download/安卓卡U盘更新节目步骤.pdf",
}],
"LEDOK IoT智慧物联平台": [{
"name": "LEDOK IoT智慧物联平台",
"url": "https://www.ledokcloud.com/#/home",
},
{
"name": "LEDOK IoT云平台基础操作说明-V1.0.pdf",
"url": "https://ledok.cn:8443/download/LEDOK IoT云平台基础操作说明-V1.0.pdf",
}, {
"name": "LEDOK IoT云平台常规操作说明-V1.0.pdf",
"url": "https://ledok.cn:8443/download/LEDOK IoT云平台常规操作说明-V1.0.pdf",
}, {
"name": "LEDOK IoT云平台智慧物联说明-V1.0.pdf",
"url": "https://ledok.cn:8443/download/LEDOK IoT云平台智慧物联说明-V1.0.pdf",
}, {
"name": "LEDOK IoT云平台智慧屏幕说明-V1.1.pdf",
"url": "https://ledok.cn:8443/download/LEDOK IoT云平台智慧屏幕说明-V1.1.pdf",
}, {
"name": "LEDOK IoT云平台气象环境说明-V1.0.pdf",
"url": "https://ledok.cn:8443/download/LEDOK IoT云平台气象环境说明-V1.0.pdf",
}, {
"name": "LEDOK IoT云平台智慧照明说明-V1.0.pdf",
"url": "https://ledok.cn:8443/download/LEDOK IoT云平台智慧照明说明-V1.0.pdf",
},
{
"name": "LEDOK IoT云平台电能管理说明-V1.0.pdf",
"url": "https://ledok.cn:8443/download/LEDOK IoT云平台电能管理说明-V1.0.pdf",
},
{
"name": "LEDOK IoT云平台智慧监控说明-V1.0.pdf",
"url": "https://ledok.cn:8443/download/LEDOK IoT云平台智慧监控说明-V1.0.pdf",
}, {
"name": "LEDOK IoT云平台客流统计说明-V1.0.pdf",
"url": "https://ledok.cn:8443/download/LEDOK IoT云平台客流统计说明-V1.0.pdf",
}, {
"name": "LEDOK IoT云平台智慧交通说明-V1.0.pdf",
"url": "https://ledok.cn:8443/download/LEDOK IoT云平台智慧交通说明-V1.0.pdf",
}, {
"name": "LEDOK IoT 一键报警配置-V1.0.pdf",
"url": "https://ledok.cn:8443/download/LEDOK IoT 一键报警配置-V1.0.pdf",
},
],
"LEDOK IoT智慧物联平台": [{
"name": "LEDOK IoT智慧物联平台",
"url": "https://www.ledok.com.br/",
}],
"LedSet(配屏软件)": [{
"name": "LedSet v2.3 (Windows 版Y08)",
"url": "https://ledok.cn:8443/download/LedSet2.3 Setup20240410.exe",
}, {
"name": "LedSet v4.0 (Windows 版D60/D70系列接收卡/Y12异步卡)",
"url": "https://ledok.cn:8443/download/LedSet4.0.exe",
}, {
"name": "LedSet_Setup_1.2.6 (Windows 版KD卡)",
"url": "https://ledok.cn:8443/download/LedSet_Setup_1.2.6.exe",
}, {
"name": "LedSet2.0说明书中英文繁体-V1.0.zip",
"url": "https://ledok.cn:8443/download/LedSet2.0软件说明书中英文繁体.zip",
}, {
"name": "Ledset2.3说明书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/Ledset2.3说明书-V1.0.pdf",
}, {
"name": "LedSet3.0说明书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/LedSet3.0说明书.pdf",
},{
"name": "LedSet_Setup_1.2.6软件操作说明书-V1.0",
"url": "https://ledok.cn:8443/download/LedSet_Setup_1.2.6软件操作说明书-V1.0.pdf",
}, {
"name": "LedSet_Setup_1.2.6 Instructions-V1.0",
"url": "https://ledok.cn:8443/download/LedSet_Setup_1.2.6 Instructions-V1.0.pdf",
}, {
"name": "LedSet4.0小间距调试说明-V1.0.pptx",
"url": "https://ledok.cn:8443/download/LedSet3.0说明书.pdf",
}],
"老产品及停产配套软件": [{
"name": "LedEditor_v9_setup.zip(M10-M31,C10节目编辑软件)",
"url": "https://ledok.cn:8443/download/LedEditor_v9_setup.zip",
}, {
"name": "LedEditor_v10_setup.zip(K10-K32节目编辑软件)",
"url": "https://ledok.cn:8443/download/20180108LedEditor_V10.zip",
}, {
"name": "LedSet20161213.zip(K10-K32智能设置软件)",
"url": "https://ledok.cn:8443/download/LedSet20161213.zip",
}, {
"name": "LedSet20150112.zip(M10-M31,C10设置软件)",
"url": "https://ledok.cn:8443/download/LedSet20150112.zip",
}, {
"name": "EasyBoard-win(V194).zip",
"url": "https://ledok.cn:8443/download/EasyBoard/EasyBoard-win(V194).zip",
}, {
"name": "LedEditor说明书中英文繁体-V1.0.zip",
"url": "https://ledok.cn:8443/download/LedEditor软件说明书中英文繁体.zip",
}],
},
'document': {
"智慧商显同异步播放盒系列": [{
"name": "M50B-D规格书-V1.4.pdf",
"url": "https://ledok.cn:8443/download/M50B-D规格书-V1.4.pdf",
}, {
"name": "M50B-D Datasheet-V1.5.pdf",
"url": "https://ledok.cn:8443/download/M50B-D Datasheet-V1.5.pdf",
}, {
"name": "M60B-S规格书-V1.6.pdf",
"url": "https://ledok.cn:8443/download/M60B-S规格书-V1.6.pdf",
}, {
"name": "M60B-S Datasheet-V1.6.pdf",
"url": "https://ledok.cn:8443/download/M60B-S Datasheet-V1.6.pdf",
}, {
"name": "M70B-L规格书-V1.3.pdf",
"url": "https://ledok.cn:8443/download/M70B-L规格书-V1.3.pdf",
}, {
"name": "M70B-L Datasheet-V1.4.pdf",
"url": "https://ledok.cn:8443/download/M70B-L Datasheet-V1.4.pdf",
},{
"name": "M80B-S规格书-V.1.5.pdf",
"url": "https://ledok.cn:8443/download/M80B-S规格书-V.1.5.pdf",
}, {
"name": "M80B-S Datasheet-V.1.3.pdf",
"url": "https://ledok.cn:8443/download/M80B-S Datasheet-V.1.3.pdf",
}],
"灯杆车载等异步全彩系列": [{
"name": "Y08规格书-V2.0.pdf",
"url": "https://ledok.cn:8443/download/Y08规格书-V2.0.pdf",
}, {
"name": "Y08 Datasheet-V1.6.pdf",
"url": "https://ledok.cn:8443/download/Y08 Datasheet-V1.6.pdf",
}, {
"name": "Y08用户操作手册-V1.2.pdf",
"url": "https://ledok.cn:8443/download/Y08用户操作手册-V1.2.pdf",
}, {
"name": "Y08 Instructions-V1.1.pdf",
"url": "https://ledok.cn:8443/download/Y08 Instructions-V1.1.pdf",
}, {
"name": "Y12规格书-V2.1.pdf",
"url": "https://ledok.cn:8443/download/Y12规格书-V2.1.pdf",
}, {
"name": "Y12 Datasheet-V2.1.pdf",
"url": "https://ledok.cn:8443/download/Y12 Datasheet-V2.1.pdf",
},{
"name": "Y12用户操作手册-V1.1.pdf",
"url": "https://ledok.cn:8443/download/Y12用户操作手册-V1.1.pdf",
}, {
"name": "Y50规格书-V3.0.pdf",
"url": "https://ledok.cn:8443/download/Y50规格书-V3.0.pdf",
},
{
"name": "Y50 Datasheet-V2.2.pdf",
"url": "https://ledok.cn:8443/download/Y50 Datasheet-V2.2.pdf",
}, {
"name": "Y50用户操作手册-V2.0.pdf",
"url": "https://ledok.cn:8443/download/Y50用户操作手册-V2.0.pdf",
},
],
"动画图文卡系列": [{
"name": "KD02规格书-V1.2.pdf",
"url": "https://ledok.cn:8443/download/KD02规格书-V1.2.pdf",
}, {
"name": "KD04规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/KD04规格书-V1.0.pdf",
}, {
"name": "KD04 Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/KD04 Datasheet-V1.0.pdf",
}, {
"name": "KD13规格书-V2.1.pdf",
"url": "https://ledok.cn:8443/download/KD13规格书-V2.1.pdf",
}, {
"name": "KD15规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/KD15规格书-V1.1.pdf",
}, {
"name": "KD15 Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/KD15 Datasheet-V1.1.pdf",
},{
"name": "KD15用户操作手册-V1.0.pdf",
"url": "https://ledok.cn:8443/download/KD15用户操作手册-V1.0.pdf",
}, {
"name": "KD16规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/KD16规格书-V1.1.pdf",
},
{
"name": "KD16 Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/KD16 Datasheet-V1.1.pdf",
}
],
"LCD系列": [{
"name": "L20B-D规格书-V1.2.pdf",
"url": "https://ledok.cn:8443/download/L20B-D规格书-V1.2.pdf",
},{
"name": "L20B-D Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/L20B-D Datasheet-V1.1.pdf",
}, {
"name": "L30B-D规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/L30B-D规格书-V1.1.pdf",
},
{
"name": "L30B-D Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/L30B-D Datasheet-V1.1.pdf",
} ],
"同步发送卡系列": [{
"name": "S20 Pro规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/S20 Pro规格书-V1.0.pdf",
},{
"name": "ST30规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/ST30规格书-V1.0.pdf",
}, {
"name": "ST40规格书-V1.2.pdf",
"url": "https://ledok.cn:8443/download/ST40规格书-V1.2.pdf",
},
{
"name": "ST40 Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/ST40 Datasheet-V1.1.pdf",
} ],
"接收卡系列": [{
"name": "D60-12规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/D60-12规格书-V1.1.pdf",
}, {
"name": "D60-12 Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/D60-12 Datasheet-V1.1.pdf",
}, {
"name": "D60-12A规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/D60-12A规格书-V1.1.pdf",
}, {
"name": "D60-12A Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/D60-12A Datasheet-V1.1.pdf",
}, {
"name": "D60-16规格书-V1.2.pdf",
"url": "https://ledok.cn:8443/download/D60-16规格书-V1.2.pdf",
}, {
"name": "D60-16 Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/D60-16 Datasheet-V1.1.pdf",
},{
"name": "D60-320规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/D60-320规格书-V1.0.pdf",
}, {
"name": "D60-B6S规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/D60-B6S规格书-V1.0.pdf",
},
{
"name": "D60-B1S规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/D60-B1S规格书-V1.0.pdf",
},{
"name": "D60-B1S Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/D60-B1S Datasheet-V1.0.pdf",
},
{
"name": "D70-A8S规格书-V1.2.pdf",
"url": "https://ledok.cn:8443/download/D70-A8S规格书-V1.2.pdf",
}
],
"二合一视频处理器": [{
"name": "S30-规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/S30-规格书-V1.1.pdf",
}, {
"name": "S30 Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/S30 Datasheet-V1.1.pdf",
}, {
"name": "S30用户操作手册-V1.1.pdf",
"url": "https://ledok.cn:8443/download/S30用户操作手册-V1.1.pdf",
}, {
"name": "S30 Instructions-V1.2.pdf",
"url": "https://ledok.cn:8443/download/S30 Instructions-V1.2.pdf",
}, {
"name": "S40规格书-V1.2.pdf",
"url": "https://ledok.cn:8443/download/S40规格书-V1.2.pdf",
}, {
"name": "S40 Datasheet-V1.3.pdf",
"url": "https://ledok.cn:8443/download/S40 Datasheet-V1.3.pdf",
},{
"name": "S40用户操作手册-V1.1.pdf",
"url": "https://ledok.cn:8443/download/S40用户操作手册-V1.1.pdf",
}, {
"name": "S40 Instructions-V1.1.pdf",
"url": "https://ledok.cn:8443/download/S40 Instructions-V1.1.pdf",
},
{
"name": "S40 Pro规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/S40 Pro规格书-V1.0.pdf",
},
{
"name": "S45S规格书-V1.2.pdf",
"url": "https://ledok.cn:8443/download/S45S规格书-V1.2.pdf",
}, {
"name": "S45S用户操作书册-V1.1.pdf",
"url": "https://ledok.cn:8443/download/S45S用户操作书册-V1.1.pdf",
}, {
"name": "S45S Instruction-V1.1.pdf",
"url": "https://ledok.cn:8443/download/S45S Instruction-V1.1.pdf",
},{
"name": "S50S规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/S50S规格书-V1.1.pdf",
}, {
"name": "S50S用户操作手册-V1.1.pdf",
"url": "https://ledok.cn:8443/download/S50S用户操作手册-V1.1.pdf",
},
{
"name": "S50S Instruction-V1.1.pdf",
"url": "https://ledok.cn:8443/download/S50S Instruction-V1.1.pdf",
},
{
"name": "S52规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/S52规格书-V1.1.pdf",
}, {
"name": "S52 Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/S52 Datasheet-V1.0.pdf",
}, {
"name": "S60E规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/S60E规格书-V1.0.pdf",
}, {
"name": "S60E Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/S60E Datasheet-V1.0.pdf",
},{
"name": "S60S规格书-V1.2.pdf",
"url": "https://ledok.cn:8443/download/S60S规格书-V1.2.pdf",
}, {
"name": "S60S Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/S60S Datasheet-V1.0.pdf",
},
{
"name": "S70S规格书-V1.4.pdf",
"url": "https://ledok.cn:8443/download/S70S规格书-V1.4.pdf",
},
{
"name": "S70S Datasheet-V1.3.pdf",
"url": "https://ledok.cn:8443/download/S70S Datasheet-V1.3.pdf",
},{
"name": "S70S用户操作手册-V1.1.pdf",
"url": "https://ledok.cn:8443/download/S70S用户操作手册-V1.1.pdf",
}, {
"name": "S70S Instruction-V1.1.pdf",
"url": "https://ledok.cn:8443/download/S70S Instruction-V1.1.pdf",
}
],
"独立主控": [{
"name": "S120规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/S120规格书-V1.0.pdf",
},{
"name": "S200规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/S200规格书-V1.0.pdf",
}],
"视频拼接器": [{
"name": "VX8000S规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/VX8000S规格书-V1.0.pdf",
}],
"多媒体服务器": [{
"name": "F2规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/F2规格书-V1.1.pdf",
},{
"name": "F4规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/F4规格书-V1.1.pdf",
}],
"传感器": [{
"name": "R66规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/R66规格书-V1.1.pdf",
},{
"name": "R66 Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/R66 Datasheet-V1.1.pdf",
},
{
"name": "R68 Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/R68 Datasheet-V1.1.pdf",
}, {
"name": "RL3规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/RL3规格书-V1.1.pdf",
},
{
"name": "RL3 Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RL3 Datasheet-V1.0.pdf",
},
{
"name": "RTH2规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RTH2规格书-V1.0.pdf",
},{
"name": "RTH2 Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RTH2 Datasheet-V1.0.pdf",
}],
"监控器": [{
"name": "RP0规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RP0规格书-V1.0.pdf",
},{
"name": "RP0 Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RP0 Datasheet-V1.0.pdf",
},{
"name": "RP2规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RP2规格书-V1.0.pdf",
},{
"name": "RP2 Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RP2 Datasheet-V1.0.pdf",
}],
"功能模块": [{
"name": "R56S规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/R56S规格书-V1.1.pdf",
},{
"name": "R56S Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/R56S Datasheet-V1.1.pdf",
},{
"name": "RS5A规格书-V1.3.pdf",
"url": "https://ledok.cn:8443/download/RS5A规格书-V1.3.pdf",
},{
"name": "RS5A Datasheet-V1.3.pdf",
"url": "https://ledok.cn:8443/download/RS5A Datasheet-V1.3.pdf",
},{
"name": "RS5S规格书-V1.4.pdf",
"url": "https://ledok.cn:8443/download/RS5S规格书-V1.4.pdf",
},{
"name": "RS5S Datasheet-V1.4.pdf",
"url": "https://ledok.cn:8443/download/RS5S Datasheet-V1.4.pdf",
}],
"DC-DC电源": [{
"name": "RC200规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RC200规格书-V1.0.pdf",}],
"喇叭": [{
"name": "RLB1规格书-V1.2.pdf",
"url": "https://ledok.cn:8443/download/RLB1规格书-V1.2.pdf",
},{
"name": "RLB1 Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RLB1 Datasheet-V1.0.pdf",
}],
"呼叫系统": [{
"name": "RHH1规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RHH1规格书-V1.0.pdf",
},{
"name": "RHH1 Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RHH1 Datasheet-V1.0.pdf",
},{
"name": "RQ1规格书-V2.0.pdf",
"url": "https://ledok.cn:8443/download/RQ1规格书-V2.0.pdf",
},{
"name": "RQ1 Datasheet-V2.0.pdf",
"url": "https://ledok.cn:8443/download/RQ1 Datasheet-V2.0.pdf",
}],
"音柱": [{
"name": "RG30-S规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RG30-S规格书-V1.0.pdf",
},{
"name": "RG30-S Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RG30-S Datasheet-V1.0.pdf",
},{
"name": "RG30-H规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/RG30-H规格书-V1.1.pdf",
}],
"定位模块": [{
"name": "G10 规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/G10 规格书-V1.1.pdf",
},{
"name": "G10 Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/G10 Datasheet-V1.1.pdf",
},{
"name": "G11规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/G11规格书-V1.0.pdf",
},{
"name": "G11 Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/G11 Datasheet-V1.0.pdf",
}],
"AI语音模块": [{
"name": "RY1规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RY1规格书-V1.0.pdf",
}],
"光电转换器": [{
"name": "RG8规格书-V1.2.pdf",
"url": "https://ledok.cn:8443/download/RG8规格书-V1.2.pdf",
},{
"name": "RG8 Datasheet-V1.0",
"url": "https://ledok.cn:8443/download/RG8 Datasheet-V1.0",
}],
"点检卡": [{
"name": "DJ10规格书-V1.1.pdf",
"url": "https://ledok.cn:8443/download/DJ10规格书-V1.1.pdf",
},{
"name": "DJ10 Datasheet-V1.1.pdf",
"url": "https://ledok.cn:8443/download/DJ10 Datasheet-V1.1.pdf",
}],
"分线器": [{
"name": "RH100规格书-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RH100规格书-V1.0.pdf",
},{
"name": "RH100 Datasheet-V1.0.pdf",
"url": "https://ledok.cn:8443/download/RH100 Datasheet-V1.0.pdf",
}],
},
'firmware': {
"固件程序": [{
"name": "XixunPlayer-2.1.1",
"url": "https://ledok.cn:8443/download/firmware/XixunPlayer-2.1.1.zip",
},{
"name": "Conn_v11.0.9.9[249]-AIPS-release-A9_Sip",
"url": "https://ledok.cn:8443/download/firmware/Conn_v11.0.9.9[249]-AIPS-release-A9_Sip.zip",
},{
"name": "SystemCore_v5.2.7.1-9-PX30[515]-release-all",
"url": "https://ledok.cn:8443/download/firmware/SystemCore_v5.2.7.1-9-PX30[515]-release-all.zip",
},{
"name": "CardSystem_v5.2.7.6-6[901]-release-4x.x",
"url": "https://ledok.cn:8443/download/firmware/CardSystem_v5.2.7.6-6[901]-release-4x.x.zip",
},{
"name": "Adisplay_v1.0.0.5[7]-release-49.6",
"url": "https://ledok.cn:8443/download/Adisplay_v1.0.0.5[7]-release-49.6",
},{
"name": "Display2.0_v_3.9-Y08",
"url": "https://ledok.cn:8443/download/Display2.0_v_3.9-Y0",
},{
"name": "Display2.0_v_3.3-ralease-px30",
"url": "https://ledok.cn:8443/download/firmware/display2.0_v_3.3-ralease-px30.zip",
}],
},
}
$(searchInput).on('keydown', function (event) {
if (event.keyCode === 13 || event.key === 'Enter') {
let query = $("#searchInput").val().toLowerCase();
let results = fuzzySearch(query, list);
displayResults(results);
}
})
$("#searchButton").click(function () {
let query = $("#searchInput").val().toLowerCase();
let results = fuzzySearch(query, list);
displayResults(results);
});
function fuzzySearch(query, list) {
let results = [];
$.each(list, function (type, categories) {
$.each(categories, function (category, items) {
$.each(items, function (index, item) {
if (item.name.toLowerCase().includes(query)) {
results.push({
type,
category,
name: item.name,
url: item.url
});
}
});
});
});
return results;
}
function displayResults(results) {
var $resultsContainer = $("#results ul.removeStyle"); // 获取存放结果的ul元素
$resultsContainer.empty(); // 清空之前的搜索结果
if (results.length === 0) {
// 如果没有结果,显示没有找到搜索结果的信息
$resultsContainer.append('<div id="resultsTitle" style="text-align: center;margin-top: 20px;width: 100%;">没有找到搜索结果。请您尝试其他关键词</div>');
} else {
// 如果有结果遍历结果并创建对应的HTML结构
$.each(results, function (index, item) {
var $li = $('<li>', { class: 'swiper-slide' });
var $a = $('<a>', { href: item.url, class: 'clearfix' });
var $h3 = $('<h3>').text(item.name); // 使用item.name填充h3
var $p = $('<p>', { class: 'defaDesc' }); // 根据需要填充p标签或者保留为空
$a.append($h3);
$a.append($p);
$li.append($a);
$resultsContainer.append($li); // 将li添加到ul中
});
}
}
});
</script>

View File

@ -250,6 +250,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -163,6 +163,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -162,6 +162,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -162,6 +162,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -162,6 +162,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -162,6 +162,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -162,6 +162,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -165,6 +165,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -164,6 +164,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t active">配件产品<div class="li3On"></div>

View File

@ -158,6 +158,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t active">配件产品<div class="li3On"></div>

View File

@ -159,6 +159,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t active">配件产品<div class="li3On"></div>

View File

@ -156,6 +156,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t active">配件产品<div class="li3On"></div>

View File

@ -156,6 +156,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t active">配件产品<div class="li3On"></div>

View File

@ -156,6 +156,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t active">配件产品<div class="li3On"></div>

View File

@ -159,6 +159,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t active">配件产品<div class="li3On"></div>

View File

@ -156,6 +156,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t active">配件产品<div class="li3On"></div>

View File

@ -159,6 +159,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t active">配件产品<div class="li3On"></div>

View File

@ -158,6 +158,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t active">配件产品<div class="li3On"></div>

View File

@ -159,6 +159,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t active">配件产品<div class="li3On"></div>

View File

@ -159,6 +159,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t active">配件产品<div class="li3On"></div>

View File

@ -0,0 +1,341 @@
<!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/broadcast_control_processor/index.html">G系列智能播控处理器</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 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">G系列智能播控处理器</div>
<div class="con1">
<div class="box">
<a href="https://ledok.cn:8443/download/G系列智能播控处理器规格书-V.1.0.pdf" class="left" target="_blank">
<div class="TextIcon">
<img src="/static/image/pdfDownload.png" alt="" />
</div>
<h5>G系列智能播控处理器规格书-V.1.0.pdf</h5>
</a>
</div>
</div>
</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>

View File

@ -158,6 +158,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -162,6 +162,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -158,6 +158,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -158,6 +158,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -145,6 +145,7 @@
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">视频处理<div class="li3On"></div>
@ -161,6 +162,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -161,6 +161,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -158,6 +158,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -160,6 +160,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -161,6 +161,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -158,6 +158,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -162,6 +162,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -378,6 +378,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -378,6 +378,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -0,0 +1,397 @@
<!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>
<script async src="https://cse.google.com/cse.js?cx=84d69f11c57634f92">
</script>
<div class="gcse-search"></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>

File diff suppressed because one or more lines are too long

View File

@ -152,6 +152,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件<div class="li3On"></div>

View File

@ -378,6 +378,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -179,6 +179,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -198,6 +198,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -159,6 +159,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -378,6 +378,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

View File

@ -159,6 +159,16 @@
</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/broadcast_control_processor/index.html">G系列智能播控处理器</a>
</div>
</div>
</div>
<div class="ul2">
<div class="li3">
<div class="t ">配件产品<div class="li3On"></div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

BIN
src/static/image/ISE.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB