定制开发-二次开发
This commit is contained in:
parent
28905fcd5c
commit
f5ba127e61
|
@ -281,9 +281,9 @@
|
|||
<div class="text">
|
||||
<a href="/products/custom_develop/second_development/second_development.html"><h5>二次开发</h5></a>
|
||||
<div class="li">
|
||||
<a href="/products/custom_develop/second_development/Android_SDK/Android_SDK.html">安卓SDK</a>
|
||||
<a href="/products/custom_develop/second_development/Realtime_second_develop/Realtime_second_develop.html">Realtime二次开发讲解</a>
|
||||
<a href="/products/custom_develop/second_development/Login_project_manage_backend/Login_project_manage_backend.html">登录项目管理后台</a>
|
||||
<a href="/products/custom_develop/second_development/Android_SDK/Android_SDK_specific.html">安卓SDK</a>
|
||||
<a href="/products/custom_develop/second_development/Realtime_second_develop/Realtime_specific.html">Realtime二次开发讲解</a>
|
||||
<a href="/products/custom_develop/second_development/Web/Web_specific.html">登录项目管理后台</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -391,7 +391,7 @@
|
|||
<div class="sub_zinav">
|
||||
<div class="container1260">
|
||||
<a href="/service/download/software/LedOK Express/index.html">下载专区</a>
|
||||
<a href="/service/video/index.html">操作视频</a>
|
||||
<a href="/service/video/xixun_software/LedOK Express/index.html">操作视频</a>
|
||||
<!-- <a href="">CCE认证</a> -->
|
||||
<!-- <a href="">服务网络</a> -->
|
||||
<!-- <a href="">投诉和建议</a> -->
|
||||
|
|
|
@ -0,0 +1,284 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LedOK Express</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">
|
||||
<div class="container1260" style="align-items: center">
|
||||
<h5>安卓SDK</h5>
|
||||
<div class="right">
|
||||
<a href="./Android_SDK_specific.html">功能特性</a>
|
||||
<!-- <a href="./Android_SDK_video.html">视频</a> -->
|
||||
<a href="./Android_SDK_download.html">资料下载</a>
|
||||
<a href="./Android_SDK_customize.html" class="active">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="publicLink" style="background-color: #f7f8f9">
|
||||
<div class="container1260" style="padding: 20px;">
|
||||
<div class="customize">
|
||||
<div class="pic_box">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 60%">
|
||||
<p class="title">安卓SDK</p>
|
||||
<p class="content">
|
||||
专注于LED显示应用行业的专业力量,我们精于定制,为您点亮无限可能。专为LED显示屏领域度身打造PC端控制软件,凭借深厚行业经验和专业技术积累,我们深谙您的独特需求,旨在以精准操控和卓越性能,引领您走向显示技术的前沿,让您在LED显示世界中游刃有余,尽享专业定制带来的无尽可能!
|
||||
</p>
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/SingleMachine/1单机版软件定制.jpg" alt=""
|
||||
style="width: 100%; height: 100%" />
|
||||
</div>
|
||||
<div class="content_box">
|
||||
<div class="Forms">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table " lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="4">单机版PC软件 LEDOK Express</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>平台支持</td>
|
||||
<td>WINDOWS</td>
|
||||
<td>MAC OS</td>
|
||||
<td>LINUX</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td colspan="3">LEDOK
|
||||
Express是支持多平台的单机局域网软件,实现局域网自动发现设备,可进行LED模组智能设置、批量设备管理、多窗口多页面节目编排和批量内容下发,轻松管理附近的LED和LCD显示屏。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td colspan="3">
|
||||
基础功能报价中包含:<br />
|
||||
1,自定义LOGO;<br />
|
||||
2,自定义软件名称,连同熙讯公开版本持续升级更新。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td colspan="3">
|
||||
¥1,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td colspan="3">
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="contact">
|
||||
<div>
|
||||
<div class="title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<div for="name">*姓名:</div>
|
||||
<input id="name" class="form-control" name="text" aria-labelledby="phoneLabel" placeholder="请输入您的姓名"
|
||||
required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div for="phone">*联系电话:</div>
|
||||
<input id="phone" class="form-control" type="tel" name="tel" pattern="1[3-9]\d{9}"
|
||||
title="请输入正确的手机号码" aria-labelledby="phoneLabel" placeholder="请输入您的联系方式" required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div for="email">常用邮箱:</div>
|
||||
<input id="email" class="form-control" type="email" name="email" placeholder="请输入您的邮箱地址"
|
||||
aria-labelledby="emailLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div id="textareaLable" for="requirements">*需求描述:</div>
|
||||
<textarea id="requirements" class="form-control" name="requirements"
|
||||
aria-labelledby="requirementsLabel" placeholder="请输入您的需求" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button type="submit" class="Btn" style="float: right;">提交</button>
|
||||
</div>
|
||||
</form>
|
||||
</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>
|
||||
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.js 文件内容
|
||||
$(document).ready(function () {
|
||||
//去掉HTML 标签
|
||||
$('textarea[name="requirements"]').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 使用正则表达式移除所有 HTML 标签
|
||||
var cleanedInput = input.replace(/<[^>]*>?/g, '');
|
||||
// 更新 textarea 的值
|
||||
$(this).val(cleanedInput);
|
||||
});
|
||||
$('#contactForm').on('submit', function (e) {
|
||||
e.preventDefault();
|
||||
$.ajax({
|
||||
// url: 'http://192.168.1.123:8080/sys/customizedDemand/save',
|
||||
url: 'https://www.ledokcloud.com/aips4/sys/customizedDemand/save',
|
||||
type: 'post',
|
||||
data: JSON.stringify({
|
||||
name: $('#name').val(),
|
||||
phoneNumber: $('#phone').val(),
|
||||
email: $('#email').val(),
|
||||
requirements: $('#requirements').val(),
|
||||
}),
|
||||
contentType: 'application/json',
|
||||
dataType: 'json',
|
||||
success: (res) => {
|
||||
alert('意见提交成功!');
|
||||
$('#name').val('');
|
||||
$('#email').val('');
|
||||
$('#phone').val('');
|
||||
$('#requirements').val('');
|
||||
},
|
||||
error: (err) => {
|
||||
alert('意见提交失败!');
|
||||
}
|
||||
});
|
||||
console.log('打印ceshi', JSON.stringify({
|
||||
name: $('#name').val(),
|
||||
phoneNumber: $('#phone').val(),
|
||||
email: $('#email').val(),
|
||||
requirements: $('#requirements').val(),
|
||||
}))
|
||||
});
|
||||
});
|
||||
</script>
|
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LedOK Express</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 img = window.location.href; // window.location.href
|
||||
const url = new URL(img);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_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="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>安卓SDK</h5>
|
||||
<div class="right">
|
||||
<a href="./Android_SDK_specific.html" >功能特性</a>
|
||||
<!-- <a href="./Android_SDK_video.html">视频</a> -->
|
||||
<a href="./Android_SDK_download.html" class="active">资料下载</a>
|
||||
<a href="./Android_SDK_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container1260">
|
||||
<div class="TopicPage_download">
|
||||
<div class="box">
|
||||
<div class="tit">资料下载</div>
|
||||
<div class="list">
|
||||
<a href="https://gitee.com/sysolution/xixun-test" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<!-- <img src="/static/image/pdfDownload.png" alt="" /> -->
|
||||
</div>
|
||||
<p>安卓控制卡SDK gitee地址</p>
|
||||
</a>
|
||||
<!-- <a href="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/pdf/LedOK Express Instructions-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>LedOK Express Instructions-V1.0.pdf</p>
|
||||
</a> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</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>
|
||||
$(".TopicPage_download .box .list2 .li .UpdateSm").on("click", function () {
|
||||
$(this).parent().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,138 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LedOK Express</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">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>安卓SDK</h5>
|
||||
<div class="right">
|
||||
<a href="./Android_SDK_specific.html" class="active">功能特性</a>
|
||||
<!-- <a href="./Android_SDK_video.html">视频</a> -->
|
||||
<a href="./Android_SDK_download.html">资料下载</a>
|
||||
<a href="./Android_SDK_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage1" style="padding-top: 20px;">
|
||||
<img src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/img/LedOK Express.jpg" alt="" >
|
||||
</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,199 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LedOK Express</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 img = window.location.href; // window.location.href
|
||||
const url = new URL(img);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_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="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>LedOK Express</h5>
|
||||
<div class="right">
|
||||
<a href="./Android_SDK_specific.html" >功能特性</a>
|
||||
<!-- <a href="./Android_SDK_video.html" class="active">视频</a> -->
|
||||
<a href="./Android_SDK_download.html">资料下载</a>
|
||||
<a href="./Android_SDK_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="TopicPage_video wow fadeInUp" data-wow-duration="2s">
|
||||
<div class="big_video">
|
||||
<div class="container1260 LedOK_Express_videos">
|
||||
<div class="con">
|
||||
<!-- <div class="off"><img src="img/icon1.png" alt=""></div> -->
|
||||
<video id="Video1" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/LEDOK%E6%93%8D%E4%BD%9C%E6%95%99%E7%A8%8B%EF%BC%881%EF%BC%89-%E8%BD%AF%E4%BB%B6%E5%AE%89%E8%A3%85.mp4" controls="true"></video>
|
||||
<!-- <video id="Video1" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程(1)-软件安装.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(1)-软件安装</div>
|
||||
</div>
|
||||
<div class="con">
|
||||
<video id="Video2" src="https://ledok.cn/download/LEDOK%E8%BD%AF%E4%BB%B6%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/LEDOK%E6%93%8D%E4%BD%9C%E6%95%99%E7%A8%8B%EF%BC%882%EF%BC%89-%E5%B1%8F%E5%B9%95%E9%85%8D%E7%BD%AE.mp4" controls="true"></video>
|
||||
<!-- <video id="Video2" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程(2)-屏幕配置.mp4" controls="true"></video> -->
|
||||
<div class="text">LEDOK操作教程(2)-屏幕配置</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container1260">
|
||||
<div class="list_video wow fadeInUp" data-wow-duration="2s"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Video_popUp">
|
||||
<i></i>
|
||||
<div class="con">
|
||||
<div class="off"><img src="" alt="" /></div>
|
||||
<video src="" poster="" controls="controls" id="video"></video>
|
||||
</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>
|
||||
layui.use(["laypage", "layer"], function () {
|
||||
var laypage = layui.laypage,
|
||||
layer = layui.layer;
|
||||
|
||||
//总页数低于页码总数
|
||||
laypage.render({
|
||||
elem: "demo0",
|
||||
count: "1",
|
||||
curr: "1",
|
||||
limit: "12",
|
||||
prev: " ",
|
||||
next: " ",
|
||||
jump: function (obj, first) {
|
||||
//首次不执行
|
||||
if (!first) {
|
||||
//do something
|
||||
location.href = "/product/video/1700" + "?page=" + obj.curr;
|
||||
}
|
||||
},
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<script>
|
||||
$(".TopicPage_video .big_video .con").on("click", function () {
|
||||
console.log("点击了");
|
||||
var url = $(this).find("video").attr("src");
|
||||
var poster = $(this).find("video").attr("poster");
|
||||
$(".Video_popUp .con video").attr({ src: url, poster: poster });
|
||||
$(".Video_popUp").fadeIn();
|
||||
$("body").addClass("active");
|
||||
});
|
||||
|
||||
$(".TopicPage_video .list_video .box").on("click", function () {
|
||||
var url = $(this).find("video").attr("src");
|
||||
var poster = $(this).find("video").attr("poster");
|
||||
$(".Video_popUp .con video").attr({ src: url, poster: poster });
|
||||
$(".Video_popUp").fadeIn();
|
||||
$("body").addClass("active");
|
||||
});
|
||||
$(".Video_popUp i").on("click", function () {
|
||||
$(".Video_popUp").fadeOut();
|
||||
$("body").removeClass("active");
|
||||
$("#video").get(0).pause();
|
||||
});
|
||||
$(".Video_popUp .con .off").on("click", function () {
|
||||
$(".Video_popUp").fadeOut();
|
||||
$("body").removeClass("active");
|
||||
$("#video").get(0).pause();
|
||||
});
|
||||
</script>
|
|
@ -0,0 +1,284 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LedOK Express</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">
|
||||
<div class="container1260" style="align-items: center">
|
||||
<h5>Realtime二次开发</h5>
|
||||
<div class="right">
|
||||
<a href="./Realtime_specific.html">功能特性</a>
|
||||
<a href="./Realtime_video.html">视频</a>
|
||||
<a href="./Realtime_download.html">资料下载</a>
|
||||
<a href="./Realtime_customize.html" class="active">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="publicLink" style="background-color: #f7f8f9">
|
||||
<div class="container1260" style="padding: 20px;">
|
||||
<div class="customize">
|
||||
<div class="pic_box">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 60%">
|
||||
<p class="title">Realtime二次开发</p>
|
||||
<p class="content">
|
||||
专注于LED显示应用行业的专业力量,我们精于定制,为您点亮无限可能。专为LED显示屏领域度身打造PC端控制软件,凭借深厚行业经验和专业技术积累,我们深谙您的独特需求,旨在以精准操控和卓越性能,引领您走向显示技术的前沿,让您在LED显示世界中游刃有余,尽享专业定制带来的无尽可能!
|
||||
</p>
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/SingleMachine/1单机版软件定制.jpg" alt=""
|
||||
style="width: 100%; height: 100%" />
|
||||
</div>
|
||||
<div class="content_box">
|
||||
<div class="Forms">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table " lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="4">单机版PC软件 LEDOK Express</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>平台支持</td>
|
||||
<td>WINDOWS</td>
|
||||
<td>MAC OS</td>
|
||||
<td>LINUX</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td colspan="3">LEDOK
|
||||
Express是支持多平台的单机局域网软件,实现局域网自动发现设备,可进行LED模组智能设置、批量设备管理、多窗口多页面节目编排和批量内容下发,轻松管理附近的LED和LCD显示屏。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td colspan="3">
|
||||
基础功能报价中包含:<br />
|
||||
1,自定义LOGO;<br />
|
||||
2,自定义软件名称,连同熙讯公开版本持续升级更新。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td colspan="3">
|
||||
¥1,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td colspan="3">
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="contact">
|
||||
<div>
|
||||
<div class="title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<div for="name">*姓名:</div>
|
||||
<input id="name" class="form-control" name="text" aria-labelledby="phoneLabel" placeholder="请输入您的姓名"
|
||||
required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div for="phone">*联系电话:</div>
|
||||
<input id="phone" class="form-control" type="tel" name="tel" pattern="1[3-9]\d{9}"
|
||||
title="请输入正确的手机号码" aria-labelledby="phoneLabel" placeholder="请输入您的联系方式" required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div for="email">常用邮箱:</div>
|
||||
<input id="email" class="form-control" type="email" name="email" placeholder="请输入您的邮箱地址"
|
||||
aria-labelledby="emailLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div id="textareaLable" for="requirements">*需求描述:</div>
|
||||
<textarea id="requirements" class="form-control" name="requirements"
|
||||
aria-labelledby="requirementsLabel" placeholder="请输入您的需求" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button type="submit" class="Btn" style="float: right;">提交</button>
|
||||
</div>
|
||||
</form>
|
||||
</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>
|
||||
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.js 文件内容
|
||||
$(document).ready(function () {
|
||||
//去掉HTML 标签
|
||||
$('textarea[name="requirements"]').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 使用正则表达式移除所有 HTML 标签
|
||||
var cleanedInput = input.replace(/<[^>]*>?/g, '');
|
||||
// 更新 textarea 的值
|
||||
$(this).val(cleanedInput);
|
||||
});
|
||||
$('#contactForm').on('submit', function (e) {
|
||||
e.preventDefault();
|
||||
$.ajax({
|
||||
// url: 'http://192.168.1.123:8080/sys/customizedDemand/save',
|
||||
url: 'https://www.ledokcloud.com/aips4/sys/customizedDemand/save',
|
||||
type: 'post',
|
||||
data: JSON.stringify({
|
||||
name: $('#name').val(),
|
||||
phoneNumber: $('#phone').val(),
|
||||
email: $('#email').val(),
|
||||
requirements: $('#requirements').val(),
|
||||
}),
|
||||
contentType: 'application/json',
|
||||
dataType: 'json',
|
||||
success: (res) => {
|
||||
alert('意见提交成功!');
|
||||
$('#name').val('');
|
||||
$('#email').val('');
|
||||
$('#phone').val('');
|
||||
$('#requirements').val('');
|
||||
},
|
||||
error: (err) => {
|
||||
alert('意见提交失败!');
|
||||
}
|
||||
});
|
||||
console.log('打印ceshi', JSON.stringify({
|
||||
name: $('#name').val(),
|
||||
phoneNumber: $('#phone').val(),
|
||||
email: $('#email').val(),
|
||||
requirements: $('#requirements').val(),
|
||||
}))
|
||||
});
|
||||
});
|
||||
</script>
|
|
@ -0,0 +1,160 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LedOK Express</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 img = window.location.href; // window.location.href
|
||||
const url = new URL(img);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_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="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>Realtime二次开发</h5>
|
||||
<div class="right">
|
||||
<a href="./Realtime_specific.html" >功能特性</a>
|
||||
<a href="./Realtime_SDK_video.html">视频</a>
|
||||
<a href="./Realtime_download.html" class="active">资料下载</a>
|
||||
<a href="./Realtime_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container1260">
|
||||
<div class="TopicPage_download">
|
||||
<div class="box">
|
||||
<div class="tit">资料下载</div>
|
||||
<div class="list">
|
||||
<a href="https://ledok.cn/download/Realtime二次开发讲解.rar" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<!-- <img src="/static/image/pdfDownload.png" alt="" /> -->
|
||||
</div>
|
||||
<p>Realtime二次开发 gitee地址</p>
|
||||
</a>
|
||||
<a href="https://ledok.cn/download/Realtime二次开发讲解.rar" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<!-- <img src="/static/image/pdfDownload.png" alt="" /> -->
|
||||
</div>
|
||||
<p>Realtime二次开发讲解.zip</p>
|
||||
</a>
|
||||
<!-- <a href="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/pdf/LedOK Express Instructions-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>LedOK Express Instructions-V1.0.pdf</p>
|
||||
</a> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</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>
|
||||
$(".TopicPage_download .box .list2 .li .UpdateSm").on("click", function () {
|
||||
$(this).parent().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,138 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LedOK Express</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">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>Realtime二次开发</h5>
|
||||
<div class="right">
|
||||
<a href="./Realtime_specific.html" class="active">功能特性</a>
|
||||
<a href="./Realtime_video.html">视频</a>
|
||||
<a href="./Realtime_download.html">资料下载</a>
|
||||
<a href="./Realtime_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage1" style="padding-top: 20px;">
|
||||
<img src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/img/LedOK Express.jpg" alt="" >
|
||||
</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,199 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LedOK Express</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 img = window.location.href; // window.location.href
|
||||
const url = new URL(img);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_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="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>Realtime二次开发</h5>
|
||||
<div class="right">
|
||||
<a href="./Realtime_specific.html" >功能特性</a>
|
||||
<a href="./Realtime_video.html" class="active">视频</a>
|
||||
<a href="./Realtime_download.html">资料下载</a>
|
||||
<a href="./Realtime_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="TopicPage_video wow fadeInUp" data-wow-duration="2s">
|
||||
<div class="big_video">
|
||||
<div class="container1260 LedOK_Express_videos">
|
||||
<div class="con">
|
||||
<!-- <div class="off"><img src="img/icon1.png" alt=""></div> -->
|
||||
<video id="Video1" src="https://ledok.cn/download/realtime视频教程/realtime环境搭建.mp4" controls="true"></video>
|
||||
<!-- <video id="Video1" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程(1)-软件安装.mp4" controls="true"></video> -->
|
||||
<div class="text">realtime环境搭建</div>
|
||||
</div>
|
||||
<div class="con">
|
||||
<video id="Video2" src="https://ledok.cn/download/realtime视频教程/realtime节目下发.mp4" controls="true"></video>
|
||||
<!-- <video id="Video2" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程(2)-屏幕配置.mp4" controls="true"></video> -->
|
||||
<div class="text">realtime节目下发</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container1260">
|
||||
<div class="list_video wow fadeInUp" data-wow-duration="2s"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Video_popUp">
|
||||
<i></i>
|
||||
<div class="con">
|
||||
<div class="off"><img src="" alt="" /></div>
|
||||
<video src="" poster="" controls="controls" id="video"></video>
|
||||
</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>
|
||||
layui.use(["laypage", "layer"], function () {
|
||||
var laypage = layui.laypage,
|
||||
layer = layui.layer;
|
||||
|
||||
//总页数低于页码总数
|
||||
laypage.render({
|
||||
elem: "demo0",
|
||||
count: "1",
|
||||
curr: "1",
|
||||
limit: "12",
|
||||
prev: " ",
|
||||
next: " ",
|
||||
jump: function (obj, first) {
|
||||
//首次不执行
|
||||
if (!first) {
|
||||
//do something
|
||||
location.href = "/product/video/1700" + "?page=" + obj.curr;
|
||||
}
|
||||
},
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<script>
|
||||
$(".TopicPage_video .big_video .con").on("click", function () {
|
||||
console.log("点击了");
|
||||
var url = $(this).find("video").attr("src");
|
||||
var poster = $(this).find("video").attr("poster");
|
||||
$(".Video_popUp .con video").attr({ src: url, poster: poster });
|
||||
$(".Video_popUp").fadeIn();
|
||||
$("body").addClass("active");
|
||||
});
|
||||
|
||||
$(".TopicPage_video .list_video .box").on("click", function () {
|
||||
var url = $(this).find("video").attr("src");
|
||||
var poster = $(this).find("video").attr("poster");
|
||||
$(".Video_popUp .con video").attr({ src: url, poster: poster });
|
||||
$(".Video_popUp").fadeIn();
|
||||
$("body").addClass("active");
|
||||
});
|
||||
$(".Video_popUp i").on("click", function () {
|
||||
$(".Video_popUp").fadeOut();
|
||||
$("body").removeClass("active");
|
||||
$("#video").get(0).pause();
|
||||
});
|
||||
$(".Video_popUp .con .off").on("click", function () {
|
||||
$(".Video_popUp").fadeOut();
|
||||
$("body").removeClass("active");
|
||||
$("#video").get(0).pause();
|
||||
});
|
||||
</script>
|
|
@ -0,0 +1,284 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LedOK Express</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">
|
||||
<div class="container1260" style="align-items: center">
|
||||
<h5>项目管理后台</h5>
|
||||
<div class="right">
|
||||
<a href="./Web_specific.html">功能特性</a>
|
||||
<!-- <a href="./Web_video.html">视频</a> -->
|
||||
<a href="./Web_download.html">资料下载</a>
|
||||
<a href="./Web_customize.html" class="active">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="publicLink" style="background-color: #f7f8f9">
|
||||
<div class="container1260" style="padding: 20px;">
|
||||
<div class="customize">
|
||||
<div class="pic_box">
|
||||
<div style="position: absolute; top: 5%; left: 5%; width: 60%">
|
||||
<p class="title">项目管理后台</p>
|
||||
<p class="content">
|
||||
专注于LED显示应用行业的专业力量,我们精于定制,为您点亮无限可能。专为LED显示屏领域度身打造PC端控制软件,凭借深厚行业经验和专业技术积累,我们深谙您的独特需求,旨在以精准操控和卓越性能,引领您走向显示技术的前沿,让您在LED显示世界中游刃有余,尽享专业定制带来的无尽可能!
|
||||
</p>
|
||||
</div>
|
||||
<img src="../../../../static/products/xixun_software/SingleMachine/1单机版软件定制.jpg" alt=""
|
||||
style="width: 100%; height: 100%" />
|
||||
</div>
|
||||
<div class="content_box">
|
||||
<div class="Forms">
|
||||
<!-- <table class="layui-table" lay-even lay-size="lg"> -->
|
||||
<table class="layui-table " lay-even>
|
||||
<colgroup>
|
||||
<!-- <col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="25%"> -->
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="4">单机版PC软件 LEDOK Express</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>平台支持</td>
|
||||
<td>WINDOWS</td>
|
||||
<td>MAC OS</td>
|
||||
<td>LINUX</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能介绍</td>
|
||||
<td colspan="3">LEDOK
|
||||
Express是支持多平台的单机局域网软件,实现局域网自动发现设备,可进行LED模组智能设置、批量设备管理、多窗口多页面节目编排和批量内容下发,轻松管理附近的LED和LCD显示屏。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>功能定制</td>
|
||||
<td colspan="3">
|
||||
基础功能报价中包含:<br />
|
||||
1,自定义LOGO;<br />
|
||||
2,自定义软件名称,连同熙讯公开版本持续升级更新。<br />
|
||||
其他个性化功能按实际需求评估后单独报价<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>软件使用培训费用【可选】</td>
|
||||
<td colspan="3">
|
||||
¥1,000.00<br />
|
||||
单次/1人/1天,异地差旅费另计<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>备注</td>
|
||||
<td colspan="3">
|
||||
1,所有平台和软件均为远程部署,需现场实施请提前商务沟通确认并提供相关人员的差旅和现场实施费用;<br />
|
||||
2,所有平台和软件只提供可运行程序或安装包,不提供源代码<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="contact">
|
||||
<div>
|
||||
<div class="title">联系我们的专业软件产品经理</div>
|
||||
<br>
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<div for="name">*姓名:</div>
|
||||
<input id="name" class="form-control" name="text" aria-labelledby="phoneLabel" placeholder="请输入您的姓名"
|
||||
required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div for="phone">*联系电话:</div>
|
||||
<input id="phone" class="form-control" type="tel" name="tel" pattern="1[3-9]\d{9}"
|
||||
title="请输入正确的手机号码" aria-labelledby="phoneLabel" placeholder="请输入您的联系方式" required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div for="email">常用邮箱:</div>
|
||||
<input id="email" class="form-control" type="email" name="email" placeholder="请输入您的邮箱地址"
|
||||
aria-labelledby="emailLabel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div id="textareaLable" for="requirements">*需求描述:</div>
|
||||
<textarea id="requirements" class="form-control" name="requirements"
|
||||
aria-labelledby="requirementsLabel" placeholder="请输入您的需求" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button type="submit" class="Btn" style="float: right;">提交</button>
|
||||
</div>
|
||||
</form>
|
||||
</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>
|
||||
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.js 文件内容
|
||||
$(document).ready(function () {
|
||||
//去掉HTML 标签
|
||||
$('textarea[name="requirements"]').on('input', function () {
|
||||
var input = $(this).val();
|
||||
// 使用正则表达式移除所有 HTML 标签
|
||||
var cleanedInput = input.replace(/<[^>]*>?/g, '');
|
||||
// 更新 textarea 的值
|
||||
$(this).val(cleanedInput);
|
||||
});
|
||||
$('#contactForm').on('submit', function (e) {
|
||||
e.preventDefault();
|
||||
$.ajax({
|
||||
// url: 'http://192.168.1.123:8080/sys/customizedDemand/save',
|
||||
url: 'https://www.ledokcloud.com/aips4/sys/customizedDemand/save',
|
||||
type: 'post',
|
||||
data: JSON.stringify({
|
||||
name: $('#name').val(),
|
||||
phoneNumber: $('#phone').val(),
|
||||
email: $('#email').val(),
|
||||
requirements: $('#requirements').val(),
|
||||
}),
|
||||
contentType: 'application/json',
|
||||
dataType: 'json',
|
||||
success: (res) => {
|
||||
alert('意见提交成功!');
|
||||
$('#name').val('');
|
||||
$('#email').val('');
|
||||
$('#phone').val('');
|
||||
$('#requirements').val('');
|
||||
},
|
||||
error: (err) => {
|
||||
alert('意见提交失败!');
|
||||
}
|
||||
});
|
||||
console.log('打印ceshi', JSON.stringify({
|
||||
name: $('#name').val(),
|
||||
phoneNumber: $('#phone').val(),
|
||||
email: $('#email').val(),
|
||||
requirements: $('#requirements').val(),
|
||||
}))
|
||||
});
|
||||
});
|
||||
</script>
|
|
@ -0,0 +1,160 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LedOK Express</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 img = window.location.href; // window.location.href
|
||||
const url = new URL(img);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_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="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>项目管理后台</h5>
|
||||
<div class="right">
|
||||
<a href="./Web_specific.html" >功能特性</a>
|
||||
<!-- <a href="./Web_SDK_video.html">视频</a> -->
|
||||
<a href="./Web_download.html" class="active">资料下载</a>
|
||||
<a href="./Web_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container1260">
|
||||
<div class="TopicPage_download">
|
||||
<div class="box">
|
||||
<div class="tit">资料下载</div>
|
||||
<div class="list">
|
||||
<a href="https://ledok.cn/download/Realtime二次开发讲解.rar" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<!-- <img src="/static/image/pdfDownload.png" alt="" /> -->
|
||||
</div>
|
||||
<p>项目管理后台配套安卓控制卡SDK.zip</p>
|
||||
</a>
|
||||
<a href="https://gitee.com/sysolution/xixun-test" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<!-- <img src="/static/image/pdfDownload.png" alt="" /> -->
|
||||
</div>
|
||||
<p>项目管理后台 gitee地址</p>
|
||||
</a>
|
||||
<!-- <a href="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/pdf/LedOK Express Instructions-V1.0.pdf" download="" target="_blank">
|
||||
<div class="TextIcon">
|
||||
<img src="" alt="" />
|
||||
</div>
|
||||
<p>LedOK Express Instructions-V1.0.pdf</p>
|
||||
</a> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</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>
|
||||
$(".TopicPage_download .box .list2 .li .UpdateSm").on("click", function () {
|
||||
$(this).parent().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,138 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LedOK Express</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">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>项目管理后台</h5>
|
||||
<div class="right">
|
||||
<a href="./Web_specific.html" class="active">功能特性</a>
|
||||
<!-- <a href="./Web_video.html">视频</a> -->
|
||||
<a href="./Web_download.html">资料下载</a>
|
||||
<a href="./Web_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Z6TopicPage1" style="padding-top: 20px;">
|
||||
<img src="/static/products/custom_develop/second_development/Web/img/banner.png" alt="" >
|
||||
</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,199 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="applicable-device" content="pc,mobile" />
|
||||
<link rel="shortcut icon" href="../../../../favicon.ico" />
|
||||
<title>熙讯-软件服务-LedOK Express</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 img = window.location.href; // window.location.href
|
||||
const url = new URL(img);
|
||||
if (url.searchParams.get(name) != null) {
|
||||
Cookie_Set("language", url.searchParams.get(name));
|
||||
}
|
||||
}
|
||||
getQueryString("language");
|
||||
console.log(!Cookie_Get("language"), lang);
|
||||
if (!Cookie_Get("language") && lang == "en") {
|
||||
window.location.href = "";
|
||||
}
|
||||
|
||||
function Cookie_Set(name, val) {
|
||||
// var strsec = getsec(time);
|
||||
var exp = new Date();
|
||||
// exp.setTime(exp.getTime() + strsec * 1);
|
||||
document.cookie = name + "=" + val + ";path=/";
|
||||
}
|
||||
function Cookie_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="publicLink">
|
||||
<div class="container1260" style="align-items: center;">
|
||||
<h5>项目管理后台</h5>
|
||||
<div class="right">
|
||||
<a href="./Web_specific.html" >功能特性</a>
|
||||
<!-- <a href="./Web_video.html" class="active">视频</a> -->
|
||||
<a href="./Web_download.html">资料下载</a>
|
||||
<a href="./Web_customize.html">定制</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="TopicPage_video wow fadeInUp" data-wow-duration="2s">
|
||||
<div class="big_video">
|
||||
<div class="container1260 LedOK_Express_videos">
|
||||
<div class="con">
|
||||
<!-- <div class="off"><img src="img/icon1.png" alt=""></div> -->
|
||||
<video id="Video1" src="https://ledok.cn/download/realtime视频教程/realtime环境搭建.mp4" controls="true"></video>
|
||||
<!-- <video id="Video1" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程(1)-软件安装.mp4" controls="true"></video> -->
|
||||
<div class="text">realtime环境搭建</div>
|
||||
</div>
|
||||
<div class="con">
|
||||
<video id="Video2" src="https://ledok.cn/download/realtime视频教程/realtime节目下发.mp4" controls="true"></video>
|
||||
<!-- <video id="Video2" src="../../../../static/products/xixun_software/SingleMachine/LedOK_Express/video/LEDOK操作教程(2)-屏幕配置.mp4" controls="true"></video> -->
|
||||
<div class="text">realtime节目下发</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container1260">
|
||||
<div class="list_video wow fadeInUp" data-wow-duration="2s"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Video_popUp">
|
||||
<i></i>
|
||||
<div class="con">
|
||||
<div class="off"><img src="" alt="" /></div>
|
||||
<video src="" poster="" controls="controls" id="video"></video>
|
||||
</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>
|
||||
layui.use(["laypage", "layer"], function () {
|
||||
var laypage = layui.laypage,
|
||||
layer = layui.layer;
|
||||
|
||||
//总页数低于页码总数
|
||||
laypage.render({
|
||||
elem: "demo0",
|
||||
count: "1",
|
||||
curr: "1",
|
||||
limit: "12",
|
||||
prev: " ",
|
||||
next: " ",
|
||||
jump: function (obj, first) {
|
||||
//首次不执行
|
||||
if (!first) {
|
||||
//do something
|
||||
location.href = "/product/video/1700" + "?page=" + obj.curr;
|
||||
}
|
||||
},
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<script>
|
||||
$(".TopicPage_video .big_video .con").on("click", function () {
|
||||
console.log("点击了");
|
||||
var url = $(this).find("video").attr("src");
|
||||
var poster = $(this).find("video").attr("poster");
|
||||
$(".Video_popUp .con video").attr({ src: url, poster: poster });
|
||||
$(".Video_popUp").fadeIn();
|
||||
$("body").addClass("active");
|
||||
});
|
||||
|
||||
$(".TopicPage_video .list_video .box").on("click", function () {
|
||||
var url = $(this).find("video").attr("src");
|
||||
var poster = $(this).find("video").attr("poster");
|
||||
$(".Video_popUp .con video").attr({ src: url, poster: poster });
|
||||
$(".Video_popUp").fadeIn();
|
||||
$("body").addClass("active");
|
||||
});
|
||||
$(".Video_popUp i").on("click", function () {
|
||||
$(".Video_popUp").fadeOut();
|
||||
$("body").removeClass("active");
|
||||
$("#video").get(0).pause();
|
||||
});
|
||||
$(".Video_popUp .con .off").on("click", function () {
|
||||
$(".Video_popUp").fadeOut();
|
||||
$("body").removeClass("active");
|
||||
$("#video").get(0).pause();
|
||||
});
|
||||
</script>
|
|
@ -143,7 +143,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="con wow fadeInUp" data-wow-duration="2s">
|
||||
<a href="" class="box">
|
||||
<a href="/products/custom_develop/second_development/Android_SDK/Android_SDK_specific.html" class="box">
|
||||
<div class="text">
|
||||
<h5>安卓SDK</h5>
|
||||
<div class="notes"></div>
|
||||
|
@ -154,7 +154,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="" class="box">
|
||||
<a href="/products/custom_develop/second_development/Realtime_second_develop/Realtime_specific.html" class="box">
|
||||
<div class="text">
|
||||
<h5>Realtime二次开发讲解</h5>
|
||||
<div class="notes"></div>
|
||||
|
@ -165,14 +165,14 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="" class="box">
|
||||
<a href="/products/custom_develop/second_development/Web/Web_specific.html" class="box">
|
||||
<div class="text">
|
||||
<h5>登录项目管理后台</h5>
|
||||
<div class="notes"></div>
|
||||
</div>
|
||||
<div class="img">
|
||||
<div class="pictureBox">
|
||||
<img src="../../../static/products/custom_develop/second_development/Login_project_manage_backend/img/development.png" alt="" style="width: 42%;height: auto;"/>
|
||||
<img src="../../../static/products/custom_develop/second_development/Web/img/development.png" alt="" style="width: 42%;height: auto;"/>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
|
@ -197,10 +197,10 @@
|
|||
<a class="active" href="/service/download/firmware_program/cardSystem/index.html">cardSystem(控制卡)</a>
|
||||
<a href="/service/download/firmware_program/xixunplayer/index.html">xixunplayer(播放器)</a>
|
||||
<a href="/service/download/firmware_program/conn/index.html">conn</a>
|
||||
<a href="/service/download/firmware_program/display/index.html">display</a>
|
||||
<!-- <a href="/service/download/firmware_program/display/index.html">display</a> -->
|
||||
<a href="/service/download/firmware_program/systemCore/index.html">systemCore</a>
|
||||
<a href="/service/download/firmware_program/taxiAPP/index.html">taxiAPP</a>
|
||||
<a href="/service/download/firmware_program/kd/index.html">KD系列配件</a>
|
||||
<!-- <a href="/service/download/firmware_program/kd/index.html">KD系列配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -197,10 +197,10 @@
|
|||
<a href="/service/download/firmware_program/cardSystem/index.html">cardSystem(控制卡)</a>
|
||||
<a href="/service/download/firmware_program/xixunplayer/index.html">xixunplayer(播放器)</a>
|
||||
<a class="active" href="/service/download/firmware_program/conn/index.html">conn</a>
|
||||
<a href="/service/download/firmware_program/display/index.html">display</a>
|
||||
<!-- <a href="/service/download/firmware_program/display/index.html">display</a> -->
|
||||
<a href="/service/download/firmware_program/systemCore/index.html">systemCore</a>
|
||||
<a href="/service/download/firmware_program/taxiAPP/index.html">taxiAPP</a>
|
||||
<a href="/service/download/firmware_program/kd/index.html">KD系列配件</a>
|
||||
<!-- <a href="/service/download/firmware_program/kd/index.html">KD系列配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -197,10 +197,10 @@
|
|||
<a href="/service/download/firmware_program/cardSystem/index.html">cardSystem(控制卡)</a>
|
||||
<a href="/service/download/firmware_program/xixunplayer/index.html">xixunplayer(播放器)</a>
|
||||
<a href="/service/download/firmware_program/conn/index.html">conn</a>
|
||||
<a class="active" href="/service/download/firmware_program/display/index.html">display</a>
|
||||
<!-- <a class="active" href="/service/download/firmware_program/display/index.html">display</a> -->
|
||||
<a href="/service/download/firmware_program/systemCore/index.html">systemCore</a>
|
||||
<a href="/service/download/firmware_program/taxiAPP/index.html">taxiAPP</a>
|
||||
<a href="/service/download/firmware_program/kd/index.html">KD系列配件</a>
|
||||
<!-- <a href="/service/download/firmware_program/kd/index.html">KD系列配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -197,10 +197,10 @@
|
|||
<a href="/service/download/firmware_program/cardSystem/index.html">cardSystem(控制卡)</a>
|
||||
<a href="/service/download/firmware_program/xixunplayer/index.html">xixunplayer(播放器)</a>
|
||||
<a href="/service/download/firmware_program/conn/index.html">conn</a>
|
||||
<a href="/service/download/firmware_program/display/index.html">display</a>
|
||||
<!-- <a href="/service/download/firmware_program/display/index.html">display</a> -->
|
||||
<a href="/service/download/firmware_program/systemCore/index.html">systemCore</a>
|
||||
<a href="/service/download/firmware_program/taxiAPP/index.html">taxiAPP</a>
|
||||
<a class="active" href="/service/download/firmware_program/kd/index.html">KD系列配件</a>
|
||||
<!-- <a class="active" href="/service/download/firmware_program/kd/index.html">KD系列配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -197,10 +197,10 @@
|
|||
<a href="/service/download/firmware_program/cardSystem/index.html">cardSystem(控制卡)</a>
|
||||
<a href="/service/download/firmware_program/xixunplayer/index.html">xixunplayer(播放器)</a>
|
||||
<a href="/service/download/firmware_program/conn/index.html">conn</a>
|
||||
<a href="/service/download/firmware_program/display/index.html">display</a>
|
||||
<!-- <a href="/service/download/firmware_program/display/index.html">display</a> -->
|
||||
<a class="active" href="/service/download/firmware_program/systemCore/index.html">systemCore</a>
|
||||
<a href="/service/download/firmware_program/taxiAPP/index.html">taxiAPP</a>
|
||||
<a href="/service/download/firmware_program/kd/index.html">KD系列配件</a>
|
||||
<!-- <a href="/service/download/firmware_program/kd/index.html">KD系列配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -196,10 +196,10 @@
|
|||
<a href="/service/download/firmware_program/cardSystem/index.html">cardSystem(控制卡)</a>
|
||||
<a href="/service/download/firmware_program/xixunplayer/index.html">xixunplayer(播放器)</a>
|
||||
<a href="/service/download/firmware_program/conn/index.html">conn</a>
|
||||
<a href="/service/download/firmware_program/display/index.html">display</a>
|
||||
<!-- <a href="/service/download/firmware_program/display/index.html">display</a> -->
|
||||
<a href="/service/download/firmware_program/systemCore/index.html">systemCore</a>
|
||||
<a class="active" href="/service/download/firmware_program/taxiAPP/index.html">taxiAPP</a>
|
||||
<a href="/service/download/firmware_program/kd/index.html">KD系列配件</a>
|
||||
<!-- <a href="/service/download/firmware_program/kd/index.html">KD系列配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -197,10 +197,10 @@
|
|||
<a href="/service/download/firmware_program/cardSystem/index.html">cardSystem(控制卡)</a>
|
||||
<a class="active" href="/service/download/firmware_program/xixunplayer/index.html">xixunplayer(播放器)</a>
|
||||
<a href="/service/download/firmware_program/conn/index.html">conn</a>
|
||||
<a href="/service/download/firmware_program/display/index.html">display</a>
|
||||
<!-- <a href="/service/download/firmware_program/display/index.html">display</a> -->
|
||||
<a href="/service/download/firmware_program/systemCore/index.html">systemCore</a>
|
||||
<a href="/service/download/firmware_program/taxiAPP/index.html">taxiAPP</a>
|
||||
<a href="/service/download/firmware_program/kd/index.html">KD系列配件</a>
|
||||
<!-- <a href="/service/download/firmware_program/kd/index.html">KD系列配件</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 540 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
Loading…
Reference in New Issue
Block a user