Claude Code v2.1.202:AI编程助手如何实现代码库理解与自动化开发
2026/7/11 23:06:00
Font Awesome 提供了丰富的手势(Hands/Gestures)相关图标,主要集中在“Hands”分类中。这些图标常用于表示点赞、指向、胜利手势、石头剪刀布等场景(最新版本 Font Awesome 6)。
fa-solid fa-thumbs-upfa-solid fa-thumbs-downfa-solid fa-hand-peace(或 Regular 风格fa-regular fa-hand-peace)fa-solid fa-hand-back-fist(旧版常称 hand-rock)fa-solid fa-hand-pointerfa-solid fa-hand(旧版 hand-paper 或 hand-stop)fa-solid fa-hand-scissorsfa-solid fa-hand-lizardfa-solid fa-hand-spockfa-solid fa-hand-fistfa-solid fa-hand-fingers-crossed更多完整列表和样式变体(Solid、Regular 等),请访问官方页面:https://fontawesome.com/icons/categories/hands
使用示例(HTML):
<linkrel="stylesheet"href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"><iclass="fa-solid fa-thumbs-up fa-2x"></i><!-- 点赞 --><iclass="fa-solid fa-hand-peace fa-2x"></i><!-- 胜利手势 --><iclass="fa-solid fa-hand-back-fist fa-2x"></i><!-- 拳头 --><iclass="fa-solid fa-hand-pointer fa-2x"></i><!-- 指向 --><iclass="fa-solid fa-hand-spock fa-2x"></i><!-- 斯波克手势 -->如果需要特定手势的更多变体或代码,请提供细节!