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)
This commit is contained in:
Panniantong
2026-02-24 12:15:30 +01:00
parent 5c62a21f32
commit ebbb69c372
12 changed files with 286 additions and 96 deletions
+34
View File
@@ -0,0 +1,34 @@
<?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="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#0066FF"/>
<stop offset="100%" style="stop-color:#00AAFF"/>
</linearGradient>
<clipPath id="clip-circle">
<circle cx="256" cy="256" r="140"/>
</clipPath>
</defs>
<rect width="512" height="512" fill="#0A0A1A"/>
<!-- 外圆环 - "边界" -->
<circle cx="256" cy="256" r="160" fill="none" stroke="url(#grad1)" stroke-width="8" opacity="0.3"/>
<circle cx="256" cy="256" r="140" fill="none" stroke="url(#grad1)" stroke-width="3" opacity="0.6"/>
<!-- 内部:Agent 核心点 -->
<circle cx="220" cy="256" r="24" fill="url(#grad1)"/>
<!-- "穿越"弧线 — 从核心出发,穿过圆环边界,延伸到外面 -->
<path d="M 230 256 Q 320 180, 420 200"
fill="none" stroke="url(#grad1)" stroke-width="6" stroke-linecap="round" opacity="0.9"/>
<path d="M 230 256 Q 320 256, 420 256"
fill="none" stroke="url(#grad1)" stroke-width="6" stroke-linecap="round" opacity="0.7"/>
<path d="M 230 256 Q 320 330, 420 312"
fill="none" stroke="url(#grad1)" stroke-width="6" stroke-linecap="round" opacity="0.5"/>
<!-- 目标点:穿越后的落脚 -->
<circle cx="420" cy="200" r="8" fill="#00AAFF" opacity="0.9"/>
<circle cx="420" cy="256" r="8" fill="#00AAFF" opacity="0.7"/>
<circle cx="420" cy="312" r="8" fill="#00AAFF" opacity="0.5"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB