You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
3.1 KiB
82 lines
3.1 KiB
@page "/" |
|
|
|
<PageTitle>博裕空轨管理平台</PageTitle> |
|
|
|
<div class="container mt-4"> |
|
<div class="row"> |
|
<div class="col-12"> |
|
<div class="jumbotron bg-primary text-white p-4 rounded"> |
|
<h1 class="display-4">欢迎使用</h1> |
|
<h2>博裕空轨设备管理系统</h2> |
|
<p class="lead">高效、精准的空轨设备控制与监控解决方案</p> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
<div class="row mt-4"> |
|
<div class="col-md-12"> |
|
<div class="card"> |
|
<div class="card-header bg-light"> |
|
<h3><i class="fas fa-info-circle"></i>系统功能简介</h3> |
|
</div> |
|
<div class="card-body"> |
|
<p>博裕空轨设备管理系统是一款先进的自动化控制解决方案,专为工业空轨设备设计。系统提供精确的位置控制、靶机角度调节、运动参数配置和实时状态监控功能。</p> |
|
|
|
<div class="row mt-4"> |
|
<div class="col-md-12"> |
|
<h5>位置控制功能</h5> |
|
<p>系统可以精确控制空轨设备前进和后退到指定位置,实现毫米级精确定位,满足各种工业场景的定位需求。</p> |
|
</div> |
|
<div class="col-md-12"> |
|
<h5>靶机测转功能</h5> |
|
<p>空轨下方的靶机可以进行0-90度的精确测转,用户可通过系统界面直观地设置和监控靶机角度。</p> |
|
</div> |
|
<div class="col-md-12"> |
|
<h5>运动参数配置</h5> |
|
<p>系统提供完善的运动参数配置功能,包括速度、加速度、减速度等参数设置,用户可根据实际需求灵活调整。</p> |
|
</div> |
|
<div class="col-md-12"> |
|
<h5>色标传感器监控</h5> |
|
<p>实时查看空轨当前色标传感器的颜色状态,系统提供直观的颜色显示和状态提示功能。</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
<div class="row mt-4"> |
|
<div class="col-md-12 text-center"> |
|
<div class="alert alert-info"> |
|
<h5>立即开始使用系统</h5> |
|
<p>请使用右侧导航菜单访问各个功能模块,或联系山东博裕获取相关帮助。</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
<style> |
|
.jumbotron { |
|
background: linear-gradient(135deg, #2c3e50, #3498db) !important; |
|
} |
|
|
|
.card { |
|
box-shadow: 0 4px 8px rgba(0,0,0,0.1); |
|
border: none; |
|
border-radius: 8px; |
|
} |
|
|
|
.card-header { |
|
border-radius: 8px 8px 0 0 !important; |
|
} |
|
|
|
h5 { |
|
color: #2c3e50; |
|
margin-bottom: 15px; |
|
} |
|
|
|
h5 i { |
|
color: #3498db; |
|
margin-right: 10px; |
|
} |
|
</style>
|
|
|