diff --git a/public/themes/dist_static/static/css/common.css b/public/themes/dist_static/static/css/common.css
index d130e90..e2aec54 100644
--- a/public/themes/dist_static/static/css/common.css
+++ b/public/themes/dist_static/static/css/common.css
@@ -1304,9 +1304,13 @@ body {
box-shadow: 0 1.5rem 3rem rgba(46, 53, 58, 0.08);
transition: grid-template-rows 0.5s var(--easing);
}.nav-mega__inner {
- overflow: hidden;
+ overflow: auto;
min-height: 0;
-}.site-header__nav-item:hover .nav-mega__inner {
+}
+.nav-mega__inner::-webkit-scrollbar {
+ display: none;
+}
+.site-header__nav-item:hover .nav-mega__inner {
overflow-y: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
diff --git a/public/themes/website/1/zh/demo/solution2.html b/public/themes/website/1/zh/demo/solution2.html
index 9390c3d..d81fc8b 100644
--- a/public/themes/website/1/zh/demo/solution2.html
+++ b/public/themes/website/1/zh/demo/solution2.html
@@ -52,62 +52,32 @@
{include file="components/header"}
-
+{hcTaglib:category id="$_GET['cid']" item="vo" field="*"}
-
协作码垛机器人解决方案
+
{$vo.title}
- 以协作机器人为核心,结合码垛工艺包、末端夹具、底座和安全系统组成的码垛自动化方案,通过视觉传感器、力传感器等设备实时感知货物的位置、形状和重量,并据此调整抓取方式和堆叠策略。
+ {$vo.description ?? ''}
方案优势
+ {hcTaglib:content cid="380" moduleId="1" sort="id asc,sort asc" name="contentList" item="article" limit="10" mainField="id,title,sub_title,content,thumbnail" subField="" onlyData="2"}
-
-
-
-
-
可视化配置流程
- 该流程包带有引导式配置界面和 3D 显示,允许快速设置箱子、托盘和堆垛模式,并在 3D 预览窗口中实时可视化,使整个应用程序配置变得简单明了。
-
- -
-
-
-
-
-
自动生成垛型
- 工艺包软件能够基于托盘、料箱尺寸自动生成多种垛型,提供给用户更灵活的选择,并支持自由调整,2 分钟即可完成垛型配置,极大提升了调试效率。
-
- -
-
-
-
+
- 标签功能
- 通过标签功能可设置料箱标签统一朝向,并支持设置料箱进入方向,满足更多样化码垛需求。
+ {$article.title}
+ {$article.content|raw}
+ {/hcTaglib:content}
@@ -281,6 +251,7 @@
+{/hcTaglib:category}