Files
awoooi/apps/web/public/favicon.svg
OG T 05cd9cbab4
Some checks failed
E2E Health Check / e2e-health (push) Successful in 17s
CD Pipeline / build-and-deploy (push) Has been cancelled
fix(web): 驗收報告 6 個問題修復
1. [Medium] Metrics Strip [object Object] — 移除 pendingApprovals 陣列直接渲染
   + label 硬編碼改 i18n (activeIncidents/serviceHealth/todayIncidents 等)
2. [Low] KB GET /{id} 不過濾 archived — get_by_id 加 status != ARCHIVED
3. [Low] favicon.ico 404 — 新增 NemoClaw SVG favicon + layout metadata
4. [Medium] auto-repair console errors — fetchEval 加 try-catch 靜默處理

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 10:30:43 +08:00

18 lines
1.4 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#0d1117"/>
<circle cx="16" cy="16" r="7" fill="none" stroke="#e0e0e0" stroke-width="0.5"/>
<circle cx="16" cy="16" r="4" fill="#4A90D9"/>
<circle cx="16" cy="16" r="2" fill="white" opacity="0.8"/>
<line x1="16" y1="9" x2="16" y2="4" stroke="#e0e0e0" stroke-width="1.5" stroke-linecap="round"/>
<line x1="16" y1="9" x2="13" y2="2" stroke="#e0e0e0" stroke-width="1" stroke-linecap="round"/>
<line x1="16" y1="9" x2="19" y2="2" stroke="#e0e0e0" stroke-width="1" stroke-linecap="round"/>
<line x1="9" y1="16" x2="4" y2="16" stroke="#e0e0e0" stroke-width="1.5" stroke-linecap="round"/>
<line x1="9" y1="16" x2="2" y2="13" stroke="#e0e0e0" stroke-width="1" stroke-linecap="round"/>
<line x1="9" y1="16" x2="2" y2="19" stroke="#e0e0e0" stroke-width="1" stroke-linecap="round"/>
<line x1="23" y1="16" x2="28" y2="16" stroke="#e0e0e0" stroke-width="1.5" stroke-linecap="round"/>
<line x1="23" y1="16" x2="30" y2="13" stroke="#e0e0e0" stroke-width="1" stroke-linecap="round"/>
<line x1="23" y1="16" x2="30" y2="19" stroke="#e0e0e0" stroke-width="1" stroke-linecap="round"/>
<line x1="12" y1="21" x2="7" y2="26" stroke="#e0e0e0" stroke-width="1.5" stroke-linecap="round"/>
<line x1="20" y1="21" x2="25" y2="26" stroke="#e0e0e0" stroke-width="1.5" stroke-linecap="round"/>
</svg>