Some checks failed
CD Pipeline / deploy (push) Failing after 59s
- 建立 Gitea Actions CD pipeline (.gitea/workflows/cd.yaml) - 部署模式: rsync Python 檔案至 188 → docker restart (volume mount) - Dockerfile/requirements 變動時自動重建 Docker image - 部署通知: Telegram (開始/成功/失敗) - 健康檢查: https://mo.wooo.work/health (最多 5 次重試) - 同步最新 CLAUDE.md / ADR-008 / memory (2026-04-19) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
54 lines
2.2 KiB
XML
54 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<!-- 深藍漸層背景 -->
|
|
<linearGradient id="navBg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#1a365d"/>
|
|
<stop offset="100%" style="stop-color:#2c5282"/>
|
|
</linearGradient>
|
|
<!-- 青色發光漸層 -->
|
|
<linearGradient id="cyan" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" style="stop-color:#00d4ff"/>
|
|
<stop offset="100%" style="stop-color:#00f5e9"/>
|
|
</linearGradient>
|
|
<!-- 發光效果 -->
|
|
<filter id="cyanGlow">
|
|
<feGaussianBlur stdDeviation="0.8" result="blur"/>
|
|
<feMerge>
|
|
<feMergeNode in="blur"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- 圓形背景 -->
|
|
<circle cx="20" cy="20" r="19" fill="url(#navBg)"/>
|
|
<circle cx="20" cy="20" r="18.5" fill="none" stroke="url(#cyan)" stroke-width="0.5" opacity="0.6"/>
|
|
|
|
<!-- 雲朵造型 -->
|
|
<g transform="translate(6, 10)">
|
|
<path d="M6 14c-2.2 0-4-1.8-4-4s1.8-4 4-4c0-3.3 2.7-6 6-6s6 2.7 6 6c2.2 0 4 1.8 4 4s-1.8 4-4 4H6z"
|
|
fill="none" stroke="#ffffff" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</g>
|
|
|
|
<!-- WOOO 文字 - 無限符號風格 (W) + 連續O -->
|
|
<g transform="translate(9, 19)" filter="url(#cyanGlow)">
|
|
<!-- W 用 V 形連接表示 -->
|
|
<path d="M0 3 L2.5 0 L5 3 L7.5 0 L10 3"
|
|
fill="none" stroke="url(#cyan)" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<!-- 三個連續的 O -->
|
|
<path d="M12 1.5 C12 0 13.5 0 14 1.5 C14.5 3 13.5 3 12 1.5 M15 1.5 C15 0 16.5 0 17 1.5 C17.5 3 16.5 3 15 1.5 M18 1.5 C18 0 19.5 0 20 1.5 C20.5 3 19.5 3 18 1.5"
|
|
fill="none" stroke="url(#cyan)" stroke-width="1.2" stroke-linecap="round"/>
|
|
</g>
|
|
|
|
<!-- 右側電路線裝飾 -->
|
|
<g stroke="url(#cyan)" stroke-width="0.8" fill="url(#cyan)" filter="url(#cyanGlow)">
|
|
<line x1="30" y1="12" x2="34" y2="8"/>
|
|
<circle cx="35" cy="7" r="1.2"/>
|
|
<line x1="32" y1="20" x2="37" y2="20"/>
|
|
<circle cx="38" cy="20" r="1.2"/>
|
|
<line x1="30" y1="28" x2="34" y2="32"/>
|
|
<circle cx="35" cy="33" r="1.2"/>
|
|
</g>
|
|
</svg>
|