From 57dad6ad58227181ef020d15494d0257a650f1c0 Mon Sep 17 00:00:00 2001 From: tyt Date: Wed, 15 May 2024 18:07:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=94=AF=E6=8C=81-=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E4=B8=93=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/navbar.html | 2 +- .../firmware_program/cardSystem/index.html | 363 +++++++++ .../download/firmware_program/conn/index.html | 405 ++++++++++ .../firmware_program/display/index.html | 471 +++++++++++ .../download/firmware_program/kd/index.html | 471 +++++++++++ .../firmware_program/systemCore/index.html | 363 +++++++++ .../firmware_program/taxiAPP/index.html | 446 +++++++++++ .../xixunplayer}/index.html | 353 ++++---- .../control_system/LCD/LCD.html | 223 ------ .../control_system/LCD/index.html | 315 ++++++++ .../control_system/accessory/accessory.html | 751 ------------------ .../control_system/accessory/index.html | 406 ++++++++++ .../control_system/car_load/car_load.html | 244 ------ .../control_system/car_load/index.html | 315 ++++++++ .../commerce_display/commerce_display.html | 244 ------ .../commerce_display/index.html | 315 ++++++++ .../control_system/lamp_pole/index.html | 305 +++++++ .../control_system/lamp_pole/lamp_pole.html | 233 ------ .../control_system/receive_card/index.html | 333 ++++++++ .../receive_card/receive_card.html | 266 ------- .../control_system/sync_send/index.html | 305 +++++++ .../control_system/sync_send/sync_send.html | 233 ------ .../product_document/oldProduct/index.html | 487 ++++++++++++ .../2-in-1_video_process.html | 299 ------- .../2-in-1_video_process/index.html | 379 +++++++++ .../video_process/accessory/accessory.html | 222 ------ .../distributed_system.html | 211 ----- .../independent_control.html | 222 ------ .../independent_control/index.html | 296 +++++++ .../multimedia_server/index.html | 296 +++++++ .../multimedia_server/multimedia_server.html | 222 ------ .../receive_card/receive_card.html | 266 ------- .../video_process/video_splicer/index.html | 292 +++++++ .../video_splicer/video_splicer.html | 211 ----- .../xixun_software/AIPS/AIPS.html | 233 ------ .../xixun_software/AIPS/index.html | 446 +++++++++++ .../xixun_software/APP/APP.html | 222 ------ .../xixun_software/APP/index.html | 292 +++++++ .../SingleMachine/SingleMachine.html | 211 ----- .../xixun_software/SingleMachine/index.html | 287 +++++++ .../download/software/I Ied/index.html | 307 +++++++ .../download/software/LEDOK Lite/index.html | 301 +++++++ .../software/LedOK Express/index.html | 488 ++++++++++++ .../download/software/LedSet/index.html | 318 ++++++++ .../download/software/oldProduct/index.html | 316 ++++++++ src/static/css/layout.css | 2 +- 46 files changed, 9505 insertions(+), 4683 deletions(-) create mode 100644 src/service/download/firmware_program/cardSystem/index.html create mode 100644 src/service/download/firmware_program/conn/index.html create mode 100644 src/service/download/firmware_program/display/index.html create mode 100644 src/service/download/firmware_program/kd/index.html create mode 100644 src/service/download/firmware_program/systemCore/index.html create mode 100644 src/service/download/firmware_program/taxiAPP/index.html rename src/service/download/{ => firmware_program/xixunplayer}/index.html (51%) delete mode 100644 src/service/download/product_document/control_system/LCD/LCD.html create mode 100644 src/service/download/product_document/control_system/LCD/index.html delete mode 100644 src/service/download/product_document/control_system/accessory/accessory.html create mode 100644 src/service/download/product_document/control_system/accessory/index.html delete mode 100644 src/service/download/product_document/control_system/car_load/car_load.html create mode 100644 src/service/download/product_document/control_system/car_load/index.html delete mode 100644 src/service/download/product_document/control_system/commerce_display/commerce_display.html create mode 100644 src/service/download/product_document/control_system/commerce_display/index.html create mode 100644 src/service/download/product_document/control_system/lamp_pole/index.html delete mode 100644 src/service/download/product_document/control_system/lamp_pole/lamp_pole.html create mode 100644 src/service/download/product_document/control_system/receive_card/index.html delete mode 100644 src/service/download/product_document/control_system/receive_card/receive_card.html create mode 100644 src/service/download/product_document/control_system/sync_send/index.html delete mode 100644 src/service/download/product_document/control_system/sync_send/sync_send.html create mode 100644 src/service/download/product_document/oldProduct/index.html delete mode 100644 src/service/download/product_document/video_process/2-in-1_video_process/2-in-1_video_process.html create mode 100644 src/service/download/product_document/video_process/2-in-1_video_process/index.html delete mode 100644 src/service/download/product_document/video_process/accessory/accessory.html delete mode 100644 src/service/download/product_document/video_process/distributed_system/distributed_system.html delete mode 100644 src/service/download/product_document/video_process/independent_control/independent_control.html create mode 100644 src/service/download/product_document/video_process/independent_control/index.html create mode 100644 src/service/download/product_document/video_process/multimedia_server/index.html delete mode 100644 src/service/download/product_document/video_process/multimedia_server/multimedia_server.html delete mode 100644 src/service/download/product_document/video_process/receive_card/receive_card.html create mode 100644 src/service/download/product_document/video_process/video_splicer/index.html delete mode 100644 src/service/download/product_document/video_process/video_splicer/video_splicer.html delete mode 100644 src/service/download/product_document/xixun_software/AIPS/AIPS.html create mode 100644 src/service/download/product_document/xixun_software/AIPS/index.html delete mode 100644 src/service/download/product_document/xixun_software/APP/APP.html create mode 100644 src/service/download/product_document/xixun_software/APP/index.html delete mode 100644 src/service/download/product_document/xixun_software/SingleMachine/SingleMachine.html create mode 100644 src/service/download/product_document/xixun_software/SingleMachine/index.html create mode 100644 src/service/download/software/I Ied/index.html create mode 100644 src/service/download/software/LEDOK Lite/index.html create mode 100644 src/service/download/software/LedOK Express/index.html create mode 100644 src/service/download/software/LedSet/index.html create mode 100644 src/service/download/software/oldProduct/index.html diff --git a/src/modules/navbar.html b/src/modules/navbar.html index 48775f1..6819dea 100644 --- a/src/modules/navbar.html +++ b/src/modules/navbar.html @@ -390,7 +390,7 @@
- 下载专区 + 下载专区 操作视频 diff --git a/src/service/download/firmware_program/cardSystem/index.html b/src/service/download/firmware_program/cardSystem/index.html new file mode 100644 index 0000000..ad2d180 --- /dev/null +++ b/src/service/download/firmware_program/cardSystem/index.html @@ -0,0 +1,363 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+
+
CardSystem
+
+
+ +
+ +
+
CardSystem_v5.2.7.6-5(Y4A,Y5A,M50B,M60D,ST5)
+
+
+

更新说明

+
+ +
+ +
+
+
+


+

更新说明

+


+

+

CardSystem_v5.2.7.6-5(Y4A,Y5A,M50B,M60D,ST5) +

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+


+
+


+
+
+
+
+ +
+ +
+
CardSystem_v5.2.7.4-10[886]-release-40.x_41.x_42.x_49.x
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

CardSystem_v5.2.7.4-10[886]-release-40.x_41.x_42.x_49.x

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+ +
+ + +
+
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/firmware_program/conn/index.html b/src/service/download/firmware_program/conn/index.html new file mode 100644 index 0000000..ba6977d --- /dev/null +++ b/src/service/download/firmware_program/conn/index.html @@ -0,0 +1,405 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+
+
Conn
+
+
+ +
+ +
+
Conn_v11.0.9.9[249]-AIPS-release-A9_Sip
+
+
+

更新说明

+
+ +
+ +
+
+
+


+

更新说明

+


+

+

Conn_v11.0.9.9[249]-AIPS-release-A9_Sip +

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+


+
+


+
+
+
+
+ +
+ +
+
Conn_v11.0.8.2[232]-taxi01
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

Conn_v11.0.8.2[232]-taxi01

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+
+ +
+ +
+
Conn_v11.0.6.3[213]-release-noTop
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

Conn_v11.0.6.3[213]-release-noTop +

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+ +
+ + +
+
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/firmware_program/display/index.html b/src/service/download/firmware_program/display/index.html new file mode 100644 index 0000000..8419201 --- /dev/null +++ b/src/service/download/firmware_program/display/index.html @@ -0,0 +1,471 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+ +
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/firmware_program/kd/index.html b/src/service/download/firmware_program/kd/index.html new file mode 100644 index 0000000..f19379b --- /dev/null +++ b/src/service/download/firmware_program/kd/index.html @@ -0,0 +1,471 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+ +
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/firmware_program/systemCore/index.html b/src/service/download/firmware_program/systemCore/index.html new file mode 100644 index 0000000..409f381 --- /dev/null +++ b/src/service/download/firmware_program/systemCore/index.html @@ -0,0 +1,363 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+
+
SystemCore
+
+
+ +
+ +
+
SystemCore_v5.2.7.1-9-PX30[515]-release-all
+
+
+

更新说明

+
+ +
+ +
+
+
+


+

更新说明

+


+

+

SystemCore_v5.2.7.1-9-PX30[515]-release-all +

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+


+
+


+
+
+
+
+ +
+ +
+
SystemCore_v5.2.7.1-8[513]-release-all
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

SystemCore_v5.2.7.1-8[513]-release-all

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+ +
+ + +
+
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/firmware_program/taxiAPP/index.html b/src/service/download/firmware_program/taxiAPP/index.html new file mode 100644 index 0000000..4fe0a20 --- /dev/null +++ b/src/service/download/firmware_program/taxiAPP/index.html @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+
+
TaxiApp
+
+
+ +
+ +
+
TaxiApp_v3.3.3-beta26.4.1.2-release{253}
+
+
+

更新说明

+
+ +
+ +
+
+
+


+

更新说明

+


+

+

TaxiApp_v3.3.3-beta26.4.1.2-release{253} +

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+


+
+


+
+
+
+
+ +
+ +
+
TaxiApp_v3.3.3-beta26.3.9.98-release{242}
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

TaxiApp_v3.3.3-beta26.3.9.98-release{242}

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+
+ +
+ +
+
TaxiApp_v3.3.3-beta26.3.3-taxi01
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

TaxiApp_v3.3.3-beta26.3.3-taxi01 +

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+
+ +
+ +
+
TaxiApp_v3.3.3-beta24-release{147}
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

TaxiApp_v3.3.3-beta24-release{147} + (支持LedSet3.0、4.0调屏)

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+ +
+ + +
+
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/index.html b/src/service/download/firmware_program/xixunplayer/index.html similarity index 51% rename from src/service/download/index.html rename to src/service/download/firmware_program/xixunplayer/index.html index a8116c3..28e30fe 100644 --- a/src/service/download/index.html +++ b/src/service/download/firmware_program/xixunplayer/index.html @@ -1,6 +1,7 @@ - + + @@ -10,20 +11,21 @@ - + 熙讯-产品中心 - - - - + + + + - - + + - + - + + - +
#include(navbar)
@@ -92,17 +99,20 @@ +
+
+
+
老产品系列
+
+
@@ -156,57 +186,38 @@
-
+
固件程序
- - +
-
LedOK Express(单机软件)
+
XixunPlayer
- +
- +
-
LedOK Express V9.2
+
XixunPlayer-2.0.6-release

更新说明

@@ -223,15 +234,15 @@ style="font-size: 20px;">更新说明


-

【LEDVISION V9.2】

-

1、增加对新主控产品X8m、X12m、X26m、Vx10、S20 - PRO、Z3、X100 Pro系列的支持;

-

2、增加了整屏标序、多发送器设置界面功能;

-

3、优化了无发送设备时模拟发送器界面功能;

-

4、增加了部分驱动IC和译码IC的支持;

-

5、增加了热效应动态校正、校正模块按模组编辑等功能;

-

6、优化了灰度精修功能;

-

7、已知bug的修复。

+

XixunPlayer-2.0.6-release +

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、




@@ -240,12 +251,12 @@
- +
- +
-
LedOK Express V9.0
+
xixunplayer_e1.6.0.6(Y4A,Y5A,M50B,M60D,ST5)

更新说明

@@ -265,16 +276,14 @@ style="font-size: 20px; color: rgb(63, 63, 63);"> 更新说明

-

【LEDVISION V9.0】

-

1、将软件设计成专业的播放软件LEDVISION和专业的控屏软件LEDSetting;

-

2、优化了屏幕配置、逐点校正和多功能卡界面;

-

3、全新的屏幕测试工具,新增多窗口屏幕测试功能;

-

4、去除了网卡模式的支持;

-

5、增加对新主控产品X4PRO,V8PRO的支持;

-

6、新增接收卡多层俢缝、颜色交换等功能;

-

7、增加了部分驱动IC和译码IC的支持;

-

8、优化了指定接收卡操作和芯片选择界面;

-

9、已知bug的修复。

+

xixunplayer_e1.6.0.6(Y4A,Y5A,M50B,M60D,ST5)

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、



@@ -283,12 +292,12 @@

- +
- +
-
LedOK Express V8.8
+
xixunplayer_v1.5.8.6_release_all

更新说明

@@ -308,16 +317,15 @@ style="font-size: 20px; color: rgb(63, 63, 63);"> 更新说明

-

【LEDVISION V8.8】

-

1、增加X4m、X2m、S10 Pro-V、Z5和Z4Pro的支持;

-

2、增加对新类型接收卡K8和i8的支持;

-

3、增加多模组、异构模组参数设置功能;

-

4、新增发送卡网口标序功能;

-

5、增加预存画面、校正系数备份、接收卡参数备份功能;

-

6、增加虚拟像素显示屏校正功能;

-

7、增加了部分驱动IC和译码IC的支持;

-

8、士兰系列芯片增加拍照模式优化功能;

-

9、已知bug的修复

+

xixunplayer_v1.5.8.6_release_all +

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、



@@ -325,7 +333,7 @@

- +
@@ -336,53 +344,62 @@ #include(footer)
- + - + - + - + - + - + - - + + - + - - - - - + + + + + - - + + + $(".service_Software .right .con1 .box .UpdateSmBox").on('click', function () { + $(this).siblings(".Description_popUp").fadeIn() + }) + $(".Description_popUp i").on('click', function () { + $(".Description_popUp").fadeOut() + }) + $(".Description_popUp .con .off").on('click', function () { + $(".Description_popUp").fadeOut() + }) + \ No newline at end of file diff --git a/src/service/download/product_document/control_system/LCD/LCD.html b/src/service/download/product_document/control_system/LCD/LCD.html deleted file mode 100644 index c7df529..0000000 --- a/src/service/download/product_document/control_system/LCD/LCD.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
-
-
-
- - -
-
- 软件服务 -
-
- -
-
-
- 定制开发 -
-
- -
-
- - -
-
-
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/control_system/LCD/index.html b/src/service/download/product_document/control_system/LCD/index.html new file mode 100644 index 0000000..96f4f37 --- /dev/null +++ b/src/service/download/product_document/control_system/LCD/index.html @@ -0,0 +1,315 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+ +
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/control_system/accessory/accessory.html b/src/service/download/product_document/control_system/accessory/accessory.html deleted file mode 100644 index 76fedd9..0000000 --- a/src/service/download/product_document/control_system/accessory/accessory.html +++ /dev/null @@ -1,751 +0,0 @@ - - - - - - - - - - - - - - - 熙讯科技-商业显示解决方案 - - - - - - - - - - - - - - - - - - - - - - -
- #include(navbar) -
- - -
- -
-
-
-
- -
- - -
-
产品文档
-
-
- - -
-
-
软件服务
-
- -
-
-
- - -
-
-
固件程序
-
-
- -
-
-
控制系统
-
- -
-
-
-
-
云联网
-
-
- 播放器 -
-
-
-
- - -
-
-
-
LEDVISION(专业配屏软件)
-
-
- -
- -
-
LEDVISION V9.2
-
-
-

更新说明

-
- -
- -
-
-
-


-

更新说明

-


-

-

【LEDVISION V9.2】

-

1、增加对新主控产品X8m、X12m、X26m、Vx10、S20 - PRO、Z3、X100 Pro系列的支持;

-

2、增加了整屏标序、多发送器设置界面功能;

-

3、优化了无发送设备时模拟发送器界面功能;

-

4、增加了部分驱动IC和译码IC的支持;

-

5、增加了热效应动态校正、校正模块按模组编辑等功能;

-

6、优化了灰度精修功能;

-

7、已知bug的修复。

-


-


-
-


-
-
-
-
- -
- -
-
LEDVISION V9.0
-
-
-

更新说明

-
- - -
- -
-
-


-
-

- 更新说明

-

-

【LEDVISION V9.0】

-

1、将软件设计成专业的播放软件LEDVISION和专业的控屏软件LEDSetting;

-

2、优化了屏幕配置、逐点校正和多功能卡界面;

-

3、全新的屏幕测试工具,新增多窗口屏幕测试功能;

-

4、去除了网卡模式的支持;

-

5、增加对新主控产品X4PRO,V8PRO的支持;

-

6、新增接收卡多层俢缝、颜色交换等功能;

-

7、增加了部分驱动IC和译码IC的支持;

-

8、优化了指定接收卡操作和芯片选择界面;

-

9、已知bug的修复。

-


-
-

-

-
-
-
-
- -
- -
-
LEDVISION V8.8
-
-
-

更新说明

-
- - -
- -
-
-


-
-

- 更新说明

-

-

【LEDVISION V8.8】

-

1、增加X4m、X2m、S10 Pro-V、Z5和Z4Pro的支持;

-

2、增加对新类型接收卡K8和i8的支持;

-

3、增加多模组、异构模组参数设置功能;

-

4、新增发送卡网口标序功能;

-

5、增加预存画面、校正系数备份、接收卡参数备份功能;

-

6、增加虚拟像素显示屏校正功能;

-

7、增加了部分驱动IC和译码IC的支持;

-

8、士兰系列芯片增加拍照模式优化功能;

-

9、已知bug的修复

-


-
-

-

-
-
-
-
- -
- -
-
LEDVISION V8.6
-
-
-

更新说明

-
- - -
- -
-
-


-
-

- 更新说明

-

-

【LEDVISION V8.6】

-

1、增加对新主控产品X8E和X40m的支持;

-

2、X100-7U增加8网口、10网口和光纤子板混插支持;

-

3、新增HDCP烧录秘钥功能;

-

4、增加HDMI2.0接口EDID最大支持到4096,DP接口支持DisplayID;

-

5、增加对新类型接收卡E120的支持;

-

6、增加了部分驱动IC和译码IC的支持;

-

7、增加芯片低灰校正功能;

-

8、批次调整,新增按系数调整的功能;

-

9、已知bug的修复。

-


-
-

-

-
-
-
-
- -
- -
-
LEDVISION V8.5
-
-
-

更新说明

-
- - -
- -
-
-


-
-

- 更新说明

-

-

【LEDVISION V8.5】

-

1、增加对新主控产品CM2K、K20、Z6PRO_G2和X16E的支持;

-

2、增加对新类型接收卡HC5、i10和K10等的支持;

-

3、增加了部分驱动IC和译码IC的支持;

-

4、修复无法播放flash节目的问题;

-

5、新增16bit/18bit+灰度精修功能;

-

6、新增双层校正、低灰校正功能;

-

7、模组宽、高最大支持到1023,接收卡宽、高最大支持到2047;

-

8、已知bug的修复。

-


-
-

-

-
-
-
-
- -
- -
-
LEDVISION V8.0
-
-
-

更新说明

-
- - -
- -
-
-


-
-

- 更新说明

-

-

【LEDVISION V8.0】

-

1、增加对新主控产品S7、S10PRO、Z4(II)和X100的支持;

-

2、Z6PRO和X16系列主控增加二合一、三合一子板以及DVI*2子板的支持;

-

3、增加对新类型接收卡K9+等的支持;

-

4、增加了部分驱动IC和译码IC的支持;

-

5、新增显示设置功能;

-

6、优化了连接关系设置界面;

-

7、新增接收卡12bit 伽马表;

-

8、已知bug的修复。

-


-
-

-

-
-
-
-
- -
- -
-
LEDVISION V7.2
-
-
-

更新说明

-
- - -
- -
-
-


-
-

- 更新说明

-

-

【LEDVISION V7.2】

-

1、增加对新主控产品S20、S20F、X20和S6VT的支持;

-

2、增加对新类型接收卡Q20等的支持;

-

3、增加了A100、A200播放盒的支持;

-

4、增加了部分驱动IC和译码IC的支持;

-

5、新增接收卡14bit低亮校正;

-

6、新增接收卡灰度精修;

-

7、新增接收卡Infi-bit Gamma;

-

8、已知bug的修复。

-


-
-

-

-
-
-
-
- -
- -
-
LEDVISION V7.0
-
-
-

更新说明

-
- - -
- -
-
-
-

- 更新说明 -

-

-

【LEDVISION V7.0】

-

1、增加对新主控产品X12、X16 Pro的支持;

-

2、增加对新类型接收卡E320、75B V8.0、75E V8.0的支持;

-

3、增加了A35播放盒的支持;

-

4、增加了部分驱动IC和译码IC的支持;

-

5、优化软件主界面、安装界面以及卸载界面显示;

-

6、去掉软件需要Windows管理员权限运行的要求;

-

7、移除了播放盒管理界面(管理播放盒,请在官网下载PlayerMaster软件);

-

8、改版了亮度调节界面;

-

9、新增远程控制功能;

-

10、新增定时调节色温功能;

-

11、新增自定义老化测试功能;

-

12、新增视芯芯片的智能设置功能;

-

13、优化数据库、表格和office等播放功能;

-

14、已知bug的修复。

-


-
-


-

-
-
-
-
- -
- -
-
LEDVISION V6.9
-
-
-

更新说明

-
- - -
- -
-
-
-

- 更新说明 -

-

-

【LEDVISION V6.9】

-

1、增加对新主控产品X2s、X2s、X5/X6/X7、Z4R、eV4、Z6Pro的支持;

-

2、增加对新类型接收卡i9+、K9+、E80、75E Pro、RI17的支持;

-

3、增加了部分驱动IC和译码IC的支持;

-

4、增加接收卡128组数据的支持;

-

5、新增低亮灰度优化功能;

-

6、新增任意抽行抽列功能;

-

7、新增R/G/B gamma曲线单独调节功能;

-

8、新增云端播放盒排程管理功能;

-

9、改版了多功能卡设置界面;

-

10、新增播放H.265格式视频;

-

11、已知bug的修复。

-


-
-


-

-


-
-
-
-
- - -
-
-
-
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/service/download/product_document/control_system/accessory/index.html b/src/service/download/product_document/control_system/accessory/index.html new file mode 100644 index 0000000..70f8542 --- /dev/null +++ b/src/service/download/product_document/control_system/accessory/index.html @@ -0,0 +1,406 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+ +
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/control_system/car_load/car_load.html b/src/service/download/product_document/control_system/car_load/car_load.html deleted file mode 100644 index 71b92b0..0000000 --- a/src/service/download/product_document/control_system/car_load/car_load.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
- -
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/control_system/car_load/index.html b/src/service/download/product_document/control_system/car_load/index.html new file mode 100644 index 0000000..30dfeb8 --- /dev/null +++ b/src/service/download/product_document/control_system/car_load/index.html @@ -0,0 +1,315 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+ +
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/control_system/commerce_display/commerce_display.html b/src/service/download/product_document/control_system/commerce_display/commerce_display.html deleted file mode 100644 index 2a03f6f..0000000 --- a/src/service/download/product_document/control_system/commerce_display/commerce_display.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
- -
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/control_system/commerce_display/index.html b/src/service/download/product_document/control_system/commerce_display/index.html new file mode 100644 index 0000000..91d11ef --- /dev/null +++ b/src/service/download/product_document/control_system/commerce_display/index.html @@ -0,0 +1,315 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+ +
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/control_system/lamp_pole/index.html b/src/service/download/product_document/control_system/lamp_pole/index.html new file mode 100644 index 0000000..4369c61 --- /dev/null +++ b/src/service/download/product_document/control_system/lamp_pole/index.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+ +
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/control_system/lamp_pole/lamp_pole.html b/src/service/download/product_document/control_system/lamp_pole/lamp_pole.html deleted file mode 100644 index 45212f9..0000000 --- a/src/service/download/product_document/control_system/lamp_pole/lamp_pole.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
- -
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/control_system/receive_card/index.html b/src/service/download/product_document/control_system/receive_card/index.html new file mode 100644 index 0000000..5bf520a --- /dev/null +++ b/src/service/download/product_document/control_system/receive_card/index.html @@ -0,0 +1,333 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+ +
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/control_system/receive_card/receive_card.html b/src/service/download/product_document/control_system/receive_card/receive_card.html deleted file mode 100644 index 50e93b6..0000000 --- a/src/service/download/product_document/control_system/receive_card/receive_card.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
- -
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/control_system/sync_send/index.html b/src/service/download/product_document/control_system/sync_send/index.html new file mode 100644 index 0000000..0abd29f --- /dev/null +++ b/src/service/download/product_document/control_system/sync_send/index.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+ +
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/control_system/sync_send/sync_send.html b/src/service/download/product_document/control_system/sync_send/sync_send.html deleted file mode 100644 index 75db109..0000000 --- a/src/service/download/product_document/control_system/sync_send/sync_send.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
- -
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/oldProduct/index.html b/src/service/download/product_document/oldProduct/index.html new file mode 100644 index 0000000..e7610c9 --- /dev/null +++ b/src/service/download/product_document/oldProduct/index.html @@ -0,0 +1,487 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+
+
LedOK Express(单机软件)
+
+
+ +
+ +
+
LedOK Express v1.5.0 (Windows 版)
+
+
+

更新说明

+
+ +
+ +
+
+
+


+

更新说明

+


+

+

LedOK Express v1.5.0 (Windows 版) +

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+


+
+


+
+
+
+
+ +
+ +
+
LedOK Express 64bit v1.5.0 (Windows 64位版,不支持 Win 7)
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

【LEDVISION V9.0】

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+
+ +
+ +
+
LedOK Express v1.4.1 (Windows 版)
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

LedOK Express v1.4.1 (Windows 版) +

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+
+ +
+ +
+
LedOK Express v1.2.9 (支持LedSet3.0、4.0调屏)
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

LedOK Express v1.2.9 + (支持LedSet3.0、4.0调屏)

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+
+ +
+ +
+
LedOK Express for Mac v1.4.0 (Mac 版)
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

LedOK Express for Mac v1.4.0 (Mac + 版)

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+
+ + +
+
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/video_process/2-in-1_video_process/2-in-1_video_process.html b/src/service/download/product_document/video_process/2-in-1_video_process/2-in-1_video_process.html deleted file mode 100644 index 9401bf2..0000000 --- a/src/service/download/product_document/video_process/2-in-1_video_process/2-in-1_video_process.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
- -
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/video_process/2-in-1_video_process/index.html b/src/service/download/product_document/video_process/2-in-1_video_process/index.html new file mode 100644 index 0000000..3ff010c --- /dev/null +++ b/src/service/download/product_document/video_process/2-in-1_video_process/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+ +
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/video_process/accessory/accessory.html b/src/service/download/product_document/video_process/accessory/accessory.html deleted file mode 100644 index d04cdb1..0000000 --- a/src/service/download/product_document/video_process/accessory/accessory.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
- -
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/video_process/distributed_system/distributed_system.html b/src/service/download/product_document/video_process/distributed_system/distributed_system.html deleted file mode 100644 index 8bd0d8c..0000000 --- a/src/service/download/product_document/video_process/distributed_system/distributed_system.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
-
-
-
- - -
-
- 软件服务 -
-
- -
-
-
- 定制开发 -
-
- -
-
- -
-
-
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/video_process/independent_control/independent_control.html b/src/service/download/product_document/video_process/independent_control/independent_control.html deleted file mode 100644 index b629050..0000000 --- a/src/service/download/product_document/video_process/independent_control/independent_control.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
-
-
-
- - -
-
- 软件服务 -
-
- -
-
-
- 定制开发 -
-
- -
-
- -
-
-
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/video_process/independent_control/index.html b/src/service/download/product_document/video_process/independent_control/index.html new file mode 100644 index 0000000..a1917ba --- /dev/null +++ b/src/service/download/product_document/video_process/independent_control/index.html @@ -0,0 +1,296 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+ +
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/video_process/multimedia_server/index.html b/src/service/download/product_document/video_process/multimedia_server/index.html new file mode 100644 index 0000000..d2a1678 --- /dev/null +++ b/src/service/download/product_document/video_process/multimedia_server/index.html @@ -0,0 +1,296 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+ +
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/video_process/multimedia_server/multimedia_server.html b/src/service/download/product_document/video_process/multimedia_server/multimedia_server.html deleted file mode 100644 index db48388..0000000 --- a/src/service/download/product_document/video_process/multimedia_server/multimedia_server.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
-
-
-
- - -
-
- 软件服务 -
-
- -
-
-
- 定制开发 -
-
- -
-
- -
-
-
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/video_process/receive_card/receive_card.html b/src/service/download/product_document/video_process/receive_card/receive_card.html deleted file mode 100644 index 161d7cf..0000000 --- a/src/service/download/product_document/video_process/receive_card/receive_card.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
- -
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/video_process/video_splicer/index.html b/src/service/download/product_document/video_process/video_splicer/index.html new file mode 100644 index 0000000..02bf73c --- /dev/null +++ b/src/service/download/product_document/video_process/video_splicer/index.html @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+
+
视频拼接器
+ + + +
+
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/video_process/video_splicer/video_splicer.html b/src/service/download/product_document/video_process/video_splicer/video_splicer.html deleted file mode 100644 index 7823d6d..0000000 --- a/src/service/download/product_document/video_process/video_splicer/video_splicer.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
-
-
-
- - -
-
- 软件服务 -
-
- -
-
-
- 定制开发 -
-
- -
-
- -
-
-
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/xixun_software/AIPS/AIPS.html b/src/service/download/product_document/xixun_software/AIPS/AIPS.html deleted file mode 100644 index a27b663..0000000 --- a/src/service/download/product_document/xixun_software/AIPS/AIPS.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
- -
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/xixun_software/AIPS/index.html b/src/service/download/product_document/xixun_software/AIPS/index.html new file mode 100644 index 0000000..c930307 --- /dev/null +++ b/src/service/download/product_document/xixun_software/AIPS/index.html @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+ +
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/xixun_software/APP/APP.html b/src/service/download/product_document/xixun_software/APP/APP.html deleted file mode 100644 index 3c16d18..0000000 --- a/src/service/download/product_document/xixun_software/APP/APP.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
-
- -
-
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/xixun_software/APP/index.html b/src/service/download/product_document/xixun_software/APP/index.html new file mode 100644 index 0000000..6bc9045 --- /dev/null +++ b/src/service/download/product_document/xixun_software/APP/index.html @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+
+
LEDOK Lite
+ + + +
+
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/product_document/xixun_software/SingleMachine/SingleMachine.html b/src/service/download/product_document/xixun_software/SingleMachine/SingleMachine.html deleted file mode 100644 index 47c3712..0000000 --- a/src/service/download/product_document/xixun_software/SingleMachine/SingleMachine.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - 熙讯-产品中心 - - - - - - - - - - - - - - -
- #include(navbar) -
- -
- -
-
- -
- #include(footer) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/service/download/product_document/xixun_software/SingleMachine/index.html b/src/service/download/product_document/xixun_software/SingleMachine/index.html new file mode 100644 index 0000000..9900fe1 --- /dev/null +++ b/src/service/download/product_document/xixun_software/SingleMachine/index.html @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+
+
LedOK Express
+ + + +
+
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/software/I Ied/index.html b/src/service/download/software/I Ied/index.html new file mode 100644 index 0000000..208d82a --- /dev/null +++ b/src/service/download/software/I Ied/index.html @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+
+
I Ied
+
+
+
+
+
+ +
Android
+
+
+ +
IOS
+
+ +
+ + + +
+
+
+ + +
+
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/software/LEDOK Lite/index.html b/src/service/download/software/LEDOK Lite/index.html new file mode 100644 index 0000000..b17a524 --- /dev/null +++ b/src/service/download/software/LEDOK Lite/index.html @@ -0,0 +1,301 @@ + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+
+
LedOK Express(单机软件)
+
+
+
+
+
+ +
Android
+
+
+ +
IOS
+
+
+ +
WEIXIN
+
+
+
+
+ +
+ + +
+
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/service/download/software/LedOK Express/index.html b/src/service/download/software/LedOK Express/index.html new file mode 100644 index 0000000..0fce69b --- /dev/null +++ b/src/service/download/software/LedOK Express/index.html @@ -0,0 +1,488 @@ + + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + + +
+ +
+
+
LedOK Express(单机软件)
+
+
+ +
+ +
+
LedOK Express v1.5.0 (Windows 版)
+
+
+

更新说明

+
+ +
+ +
+
+
+


+

更新说明

+


+

+

LedOK Express v1.5.0 (Windows 版) +

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+


+
+


+
+
+
+
+ +
+ +
+
LedOK Express 64bit v1.5.0 (Windows 64位版,不支持 Win 7)
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

【LEDVISION V9.0】

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+
+ +
+ +
+
LedOK Express v1.4.1 (Windows 版)
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

LedOK Express v1.4.1 (Windows 版) +

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+
+ +
+ +
+
LedOK Express v1.2.9 (支持LedSet3.0、4.0调屏)
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

LedOK Express v1.2.9 + (支持LedSet3.0、4.0调屏)

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+
+ +
+ +
+
LedOK Express for Mac v1.4.0 (Mac 版)
+
+
+

更新说明

+
+ + +
+ +
+
+


+
+

+ 更新说明

+

+

LedOK Express for Mac v1.4.0 (Mac + 版)

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+
+

+

+
+
+
+
+ + +
+
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/service/download/software/LedSet/index.html b/src/service/download/software/LedSet/index.html new file mode 100644 index 0000000..06561aa --- /dev/null +++ b/src/service/download/software/LedSet/index.html @@ -0,0 +1,318 @@ + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+
+
+ +
+ + +
+
产品文档
+
+
+ + +
+
+
软件服务
+
+ +
+
+
+
+
老产品系列
+
+ +
+
+
+ + +
+
+
固件程序
+
+ + +
+
+
+
LedSet(调屏软件)
+
+
+ +
+ +
+
LedSet v2.3 (Windows 版)
+
+
+

更新说明

+
+ +
+ +
+
+
+


+

更新说明

+


+

+

LedSet v2.3 (Windows 版)

+

1、

+

2、

+

3、

+

4、

+

5、

+

6、

+

7、

+


+


+
+


+
+
+
+ +
+ + +
+
+
+
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/service/download/software/oldProduct/index.html b/src/service/download/software/oldProduct/index.html new file mode 100644 index 0000000..5446ead --- /dev/null +++ b/src/service/download/software/oldProduct/index.html @@ -0,0 +1,316 @@ + + + + + + + + + + + + + + 熙讯-产品中心 + + + + + + + + + + + + + + +
+ #include(navbar) +
+ + +
+ +
+
+ +
+ #include(footer) +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/static/css/layout.css b/src/static/css/layout.css index 8a2f033..3636b6f 100644 --- a/src/static/css/layout.css +++ b/src/static/css/layout.css @@ -21854,7 +21854,7 @@ ul { } -/* 新增 */ +/* 新增--软件定制 */ .customize { display: flex; width: 100%;