Agent-Reach/docs/assets/logo-3.svg
Panniantong ebbb69c372 polish: 全面清理旧名引用 + 英文 README 对齐中文版质量
- .gitignore/.env.example: agent-eyes → agent-reach
- README.md: 暂去掉 logo 图片标签(logo 待定)
- docs/README_en.md: 完全重写,对齐中文版的表格/徽章/结构
- SKILL.md: setup → configure
- sync-upstream.sh: 更新路径到 agent_reach/channels
- 提交 3 个 logo 候选文件(最终选定后改名 logo.png)
2026-02-24 12:15:30 +01:00

34 lines
No EOL
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
<defs>
<linearGradient id="grad3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#0066FF"/>
<stop offset="100%" style="stop-color:#00BBFF"/>
</linearGradient>
</defs>
<rect width="512" height="512" fill="#0A0A1A"/>
<!-- 容器圆环 -->
<circle cx="240" cy="256" r="155" fill="none" stroke="url(#grad3)" stroke-width="4" opacity="0.5"/>
<!-- 字母 A — 极简三角 -->
<path d="M 160 360 L 220 150 L 280 360"
fill="none" stroke="#0066FF" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/>
<!-- A 的横线 -->
<line x1="178" y1="290" x2="262" y2="290" stroke="#0066FF" stroke-width="10" stroke-linecap="round"/>
<!-- 字母 R — 共用 A 的右竖线 -->
<!-- R 的弧顶 -->
<path d="M 280 360 L 280 150 Q 340 150, 340 210 Q 340 270, 280 270"
fill="none" stroke="#00AAFF" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/>
<!-- R 的腿 — "Reach" 线,穿出圆环 -->
<line x1="300" y1="270" x2="420" y2="390"
stroke="url(#grad3)" stroke-width="10" stroke-linecap="round"/>
<!-- Reach 末端信号 -->
<circle cx="420" cy="390" r="8" fill="#00CCFF" opacity="0.8"/>
<circle cx="420" cy="390" r="16" fill="none" stroke="#00CCFF" stroke-width="2" opacity="0.4"/>
<circle cx="420" cy="390" r="26" fill="none" stroke="#00CCFF" stroke-width="1.5" opacity="0.2"/>
</svg>