Skip to content

Commit ca5167a

Browse files
committed
添加案例:把AKA-00机器人作为AI教育机器人的案例
1 parent ab70a47 commit ca5167a

2 files changed

Lines changed: 27 additions & 4 deletions

File tree

sass/style.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,3 +1540,23 @@ body {
15401540
text-align: center;
15411541
}
15421542
}
1543+
1544+
.case-link {
1545+
display: inline-flex;
1546+
align-items: center;
1547+
gap: 6px;
1548+
margin-top: 12px;
1549+
font-size: 14px;
1550+
color: $primary-color;
1551+
text-decoration: none;
1552+
font-weight: 500;
1553+
transition: all 0.3s ease;
1554+
}
1555+
1556+
.case-link:hover {
1557+
color: $primary-dark;
1558+
}
1559+
1560+
.case-link i {
1561+
font-size: 12px;
1562+
}

templates/cases.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,15 @@ <h3>智慧农业监控系统</h3>
5858
</div>
5959
<div class="case-content">
6060
<span class="case-tag">教育</span>
61-
<h3>AI教育机器人平台</h3>
62-
<p>面向中小学的人工智能教育机器人平台,支持图形化编程和Python开发。</p>
61+
<h3>AKA-00 AI教育机器人平台</h3>
62+
<p>面向中小学的人工智能教育机器人平台,支持图形化编程和Python开发。基于辰龙操作系统,提供完整的硬件和软件解决方案。</p>
6363
<div class="case-meta">
64-
<span>某教育机构</span>
65-
<span>2023年</span>
64+
<span>辰龙社区</span>
65+
<span>2024年</span>
6666
</div>
67+
<a href="https://chenlongos.com/AKA-00/index.html" class="case-link" target="_blank">
68+
查看详情 <i class="fas fa-arrow-right"></i>
69+
</a>
6770
</div>
6871
</div>
6972

0 commit comments

Comments
 (0)