Add AutoRobot directory with Windows line endings

This commit is contained in:
2025-10-20 09:04:09 +08:00
parent a7ade87dde
commit d663118a73
124 changed files with 22719 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 108 108">
<!-- 透明背景 -->
<!-- 装饰性网格线 - 科技感 -->
<path fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="0.5" d="M0,36h108M0,72h108M36,0v108M72,0v108"/>
<!-- 中心发光效果 -->
<defs>
<radialGradient id="glow" cx="54" cy="54" r="30" fx="54" fy="54">
<stop offset="0%" stop-color="rgba(255,255,255,0.12)"/>
<stop offset="100%" stop-color="rgba(255,255,255,0)"/>
</radialGradient>
</defs>
<circle cx="54" cy="54" r="30" fill="url(#glow)"/>
<!-- 装饰性圆点 -->
<circle cx="18" cy="18" r="2" fill="rgba(255,255,255,0.12)"/>
<circle cx="90" cy="18" r="2" fill="rgba(255,255,255,0.12)"/>
<circle cx="18" cy="90" r="2" fill="rgba(255,255,255,0.12)"/>
<circle cx="90" cy="90" r="2" fill="rgba(255,255,255,0.12)"/>
<!-- 机器人头部 -->
<path fill="#2196F3" d="M30,30h48v32c0,2.2-1.8,4-4,4H34c-2.2,0-4-1.8-4-4V30z"/>
<!-- 天线 -->
<path fill="#2196F3" d="M42,22h4v8h-4zM62,22h4v8h-4z"/>
<!-- 眼睛 -->
<path fill="#FFFFFF" d="M40,40h8v8h-8zM60,40h8v8h-8z"/>
<!-- 机器人身体 -->
<path fill="#1976D2" d="M34,66h40c1.1,0,2,0.9,2,2v28c0,1.1-0.9,2-2,2H34c-1.1,0-2-0.9-2-2V68c0-1.1,0.9-2,2-2z"/>
<!-- 自动化符号 - 循环箭头 -->
<path fill="#FFFFFF" d="M48,78c-2.2,0-4,1.8-4,4s1.8,4,4,4s4-1.8,4-4s-1.8-4-4-4zM72,78c-2.2,0-4,1.8-4,4s1.8,4,4,4s4-1.8,4-4s-1.8-4-4-4z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" d="M52,82h8M72,82h-8"/>
<path fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" d="M56,78v-8c0-2.2,1.8-4,4-4s4,1.8,4,4v4"/>
<path fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" d="M64,82v4c0,2.2-1.8,4-4,4s-4-1.8-4-4v-8"/>
<!-- 底部装饰 -->
<path fill="#0D47A1" d="M34,96h40v4h-40z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,23 @@
/* 简化版Font Awesome CSS用于演示 */
.fa {
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
text-decoration: inherit;
text-transform: none;
text-rendering: auto;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* 简单的图标样式 */
.fa-refresh:before { content: "⟳"; }
.fa-bell:before { content: "🔔"; }
.fa-cog:before { content: "⚙️"; }
.fa-home:before { content: "🏠"; }
.fa-user:before { content: "👤"; }