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

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- 应用图标 -->
<link rel="icon" type="image/svg+xml" href="/assets/favicon-DejJfPpn.svg">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-DejJfPpn.svg">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-DejJfPpn.svg">
<title>WebSocket 通信中心</title>
<!-- 引入Google字体Inter -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- 引入Font Awesome CDN -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<!-- Tailwind CSS由main.js导入 -->
<script type="module" crossorigin src="/assets/index-2qWxH3Q7.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CB9w9t03.css">
</head>
<body>
<div id="app"></div>
</body>
</html>